Home
last modified time | relevance | path

Searched refs:orig_pos (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_file2.cpp76 ai->orig_pos.x = readInt(); in loadSaveFile2()
77 ai->orig_pos.y = readInt(); in loadSaveFile2()
78 ai->orig_pos.w = readInt() + 1 - ai->orig_pos.x; in loadSaveFile2()
79 ai->orig_pos.h = readInt() + 1 - ai->orig_pos.y; in loadSaveFile2()
142 ai->orig_pos.x = readInt(); in loadSaveFile2()
143 ai->orig_pos.y = readInt(); in loadSaveFile2()
255 ai->orig_pos.x = readInt(); in loadSaveFile2()
256 ai->orig_pos.y = readInt(); in loadSaveFile2()
258 ai->orig_pos.w = 0; in loadSaveFile2()
485 writeInt( sentence_font_info.orig_pos.w + sentence_font_info.orig_pos.x - 1, output_flag ); in saveSaveFile2()
[all …]
H A DONScripter_animation.cpp158 f_info.top_xy[0] = anim->orig_pos.x; in setupAnimationInfo()
159 f_info.top_xy[1] = anim->orig_pos.y; in setupAnimationInfo()
205 anim->orig_pos.w = pos.w; in setupAnimationInfo()
206 anim->orig_pos.h = pos.h; in setupAnimationInfo()
215 f_info.top_xy[0] += anim->orig_pos.w; in setupAnimationInfo()
245 anim->orig_pos.w /= 2; in setupAnimationInfo()
246 anim->orig_pos.h /= 2; in setupAnimationInfo()
247 if (anim->orig_pos.w == 0) anim->orig_pos.w = 1; in setupAnimationInfo()
248 if (anim->orig_pos.h == 0) anim->orig_pos.h = 1; in setupAnimationInfo()
469 ai->orig_pos.x = x; in loadCursor()
[all …]
H A DAnimationInfo.h61 SDL_Rect orig_pos; // position and size of the image before resizing variable
123 pos.x = orig_pos.x * screen_ratio1 / screen_ratio2; in scalePosXY()
124 pos.y = orig_pos.y * screen_ratio1 / screen_ratio2; in scalePosXY()
127 pos.w = orig_pos.w * screen_ratio1 / screen_ratio2; in scalePosWH()
128 pos.h = orig_pos.h * screen_ratio1 / screen_ratio2; in scalePosWH()
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_file2.cpp76 ai->orig_pos.x = readInt(); in loadSaveFile2()
77 ai->orig_pos.y = readInt(); in loadSaveFile2()
78 ai->orig_pos.w = readInt() + 1 - ai->orig_pos.x; in loadSaveFile2()
79 ai->orig_pos.h = readInt() + 1 - ai->orig_pos.y; in loadSaveFile2()
142 ai->orig_pos.x = readInt(); in loadSaveFile2()
143 ai->orig_pos.y = readInt(); in loadSaveFile2()
255 ai->orig_pos.x = readInt(); in loadSaveFile2()
256 ai->orig_pos.y = readInt(); in loadSaveFile2()
258 ai->orig_pos.w = 0; in loadSaveFile2()
485 writeInt( sentence_font_info.orig_pos.w + sentence_font_info.orig_pos.x - 1, output_flag ); in saveSaveFile2()
[all …]
H A DONScripter_animation.cpp158 f_info.top_xy[0] = anim->orig_pos.x; in setupAnimationInfo()
159 f_info.top_xy[1] = anim->orig_pos.y; in setupAnimationInfo()
205 anim->orig_pos.w = pos.w; in setupAnimationInfo()
206 anim->orig_pos.h = pos.h; in setupAnimationInfo()
215 f_info.top_xy[0] += anim->orig_pos.w; in setupAnimationInfo()
245 anim->orig_pos.w /= 2; in setupAnimationInfo()
246 anim->orig_pos.h /= 2; in setupAnimationInfo()
247 if (anim->orig_pos.w == 0) anim->orig_pos.w = 1; in setupAnimationInfo()
248 if (anim->orig_pos.h == 0) anim->orig_pos.h = 1; in setupAnimationInfo()
469 ai->orig_pos.x = x; in loadCursor()
[all …]
H A DAnimationInfo.h61 SDL_Rect orig_pos; // position and size of the image before resizing variable
123 pos.x = orig_pos.x * screen_ratio1 / screen_ratio2; in scalePosXY()
124 pos.y = orig_pos.y * screen_ratio1 / screen_ratio2; in scalePosXY()
127 pos.w = orig_pos.w * screen_ratio1 / screen_ratio2; in scalePosWH()
128 pos.h = orig_pos.h * screen_ratio1 / screen_ratio2; in scalePosWH()
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc2045_fromfd.c26 off_t orig_pos; in rfc2045_fromfd() local
28 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045_fromfd()
36 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045_fromfd()
51 off_t orig_pos; in rfc2045header_fromfd() local
53 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045header_fromfd()
59 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045header_fromfd()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc2045_fromfd.c26 off_t orig_pos; in rfc2045_fromfd() local
28 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045_fromfd()
36 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045_fromfd()
51 off_t orig_pos; in rfc2045header_fromfd() local
53 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045header_fromfd()
59 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045header_fromfd()
/dports/mail/courier/courier-0.65.3/rfc2045/
H A Drfc2045_fromfd.c27 off_t orig_pos; in rfc2045_fromfd() local
29 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045_fromfd()
37 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045_fromfd()
52 off_t orig_pos; in rfc2045header_fromfd() local
54 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045header_fromfd()
60 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045header_fromfd()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Drfc2045_fromfd.c26 off_t orig_pos; in rfc2045_fromfd() local
28 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045_fromfd()
36 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045_fromfd()
51 off_t orig_pos; in rfc2045header_fromfd() local
53 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045header_fromfd()
59 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045header_fromfd()
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc2045_fromfd.c26 off_t orig_pos; in rfc2045_fromfd() local
28 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045_fromfd()
36 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045_fromfd()
51 off_t orig_pos; in rfc2045header_fromfd() local
53 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045header_fromfd()
59 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045header_fromfd()
/dports/devel/brz/breezy-3.2.0/breezy/tests/test_patches_data/
H A Ddiff-537 - (orig_pos, orig_range) = parse_range(orig[1:])
43 - return Hunk(orig_pos, orig_range, mod_pos, mod_range)
103 - def __init__(self, orig_pos, orig_range, mod_pos, mod_range):
104 - self.orig_pos = orig_pos
111 - return "@@ -%s +%s @@\n" % (self.range_str(self.orig_pos,
137 - if pos < self.orig_pos-1:
139 - elif pos > self.orig_pos+self.orig_range:
145 - assert (pos >= self.orig_pos-1 and pos <= self.orig_pos+self.orig_range)
146 - position = self.orig_pos-1
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/stringscanner/
H A Dsearch_full_spec.rb10 orig_pos = @s.pos
12 @s.pos.should == orig_pos
21 orig_pos = @s.pos
23 @s.pos.should == orig_pos
H A Dscan_full_spec.rb10 orig_pos = @s.pos
12 @s.pos.should == orig_pos
21 orig_pos = @s.pos
23 @s.pos.should == orig_pos
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A Dfile_compat.h56 static NPY_INLINE FILE *mpl_PyFile_Dup(PyObject *file, char *mode, mpl_off_t *orig_pos) in mpl_PyFile_Dup() argument
102 *orig_pos = mpl_ftell(handle); in mpl_PyFile_Dup()
103 if (*orig_pos == -1) { in mpl_PyFile_Dup()
130 static NPY_INLINE int mpl_PyFile_DupClose(PyObject *file, FILE *handle, mpl_off_t orig_pos) in mpl_PyFile_DupClose() argument
152 if (mpl_lseek(fd, orig_pos, SEEK_SET) != -1) { in mpl_PyFile_DupClose()
187 static NPY_INLINE FILE *mpl_PyFile_Dup(PyObject *file, const char *mode, mpl_off_t *orig_pos)
192 static NPY_INLINE int mpl_PyFile_DupClose(PyObject *file, FILE *handle, mpl_off_t orig_pos)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dav1_loopfilter.c1106 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_horiz()
1122 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_horiz()
1186 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_horiz()
1221 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_horiz()
1285 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_horiz()
1317 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_horiz()
2081 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_vert()
2101 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in filter_selectively_vert()
3191 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in av1_filter_block_plane_vert()
3221 if (orig_pos[i] >= 0) src[orig_pos[i]] = block[i]; in av1_filter_block_plane_vert()
[all …]
/dports/graphics/dia/dia-0.97.3/app/
H A Dobject_ops.c186 Point *orig_pos; in object_list_align_v() local
271 orig_pos = g_new(Point, nobjs); in object_list_align_v()
305 orig_pos[i] = obj->position; in object_list_align_v()
336 Point *orig_pos; in object_list_align_h() local
421 orig_pos = g_new(Point, nobjs); in object_list_align_h()
453 orig_pos[i] = obj->position; in object_list_align_h()
477 Point *orig_pos; in object_list_nudge() local
492 orig_pos = g_new(Point, nobjs); in object_list_nudge()
503 orig_pos[i] = obj->position; in object_list_nudge()
504 dest_pos[i].x = orig_pos[i].x + inc_x; in object_list_nudge()
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-text-diff-renderer-table.php413 $orig_pos = (int) array_search( $orig_row, $orig_rows, true );
416 array_splice( $final_rows, $orig_pos, 0, -1 );
417 …} elseif ( $final_pos < $orig_pos ) { // This orig's match is up a ways. Pad final with blank rows.
418 $diff_array = range( -1, $final_pos - $orig_pos );
419 array_splice( $final_rows, $orig_pos, 0, $diff_array );
420 …} elseif ( $final_pos > $orig_pos ) { // This orig's match is down a ways. Pad orig with blank row…
421 $diff_array = range( -1, $orig_pos - $final_pos );
422 array_splice( $orig_rows, $orig_pos, 0, $diff_array );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-text-diff-renderer-table.php413 $orig_pos = (int) array_search( $orig_row, $orig_rows, true );
416 array_splice( $final_rows, $orig_pos, 0, -1 );
417 …} elseif ( $final_pos < $orig_pos ) { // This orig's match is up a ways. Pad final with blank rows.
418 $diff_array = range( -1, $final_pos - $orig_pos );
419 array_splice( $final_rows, $orig_pos, 0, $diff_array );
420 …} elseif ( $final_pos > $orig_pos ) { // This orig's match is down a ways. Pad orig with blank row…
421 $diff_array = range( -1, $orig_pos - $final_pos );
422 array_splice( $orig_rows, $orig_pos, 0, $diff_array );
/dports/emulators/vmips/vmips-1.5.1/
H A Dfileutils.cc33 long orig_pos, here, there; in get_file_size() local
36 orig_pos = ftell (fp); in get_file_size()
41 fseek (fp, orig_pos, SEEK_SET); in get_file_size()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddircompareop.hh87 compare_element( NWC::FSEntry *entry, size_t orig_pos ) : in compare_element() argument
89 orig_pos( orig_pos ) in compare_element()
96 size_t orig_pos = 0; member in DirCompareOp::compare_element
/dports/lang/yap/yap-6.2.2/packages/clib/maildrop/rfc2045/
H A Drfc2045_fromfd.c32 off_t orig_pos; in rfc2045_fromfd() local
34 if ((orig_pos=lseek(fd, 0L, SEEK_CUR)) == (off_t)-1) return (NULL); in rfc2045_fromfd()
40 if (lseek(fd, orig_pos, SEEK_SET) == (off_t)-1) in rfc2045_fromfd()
/dports/devel/vstr/vstr-1.0.15/src/
H A Dvstr_add.c187 vstr__cache_add(base, orig_pos, orig_len); \
197 size_t orig_pos = pos; in vstr_extern_inline_add_buf() local
229 vstr__cache_add(base, orig_pos, orig_len); in vstr_extern_inline_add_buf()
250 size_t orig_pos = pos; in vstr_add_ptr() local
284 vstr__cache_add(base, orig_pos, orig_len); in vstr_add_ptr()
305 size_t orig_pos = pos; in vstr_add_non() local
337 vstr__cache_add(base, orig_pos, orig_len); in vstr_add_non()
354 size_t orig_pos = pos; in vstr_add_ref() local
591 size_t orig_pos = pos; in vstr_add_vstr() local
800 size_t orig_pos = pos; in vstr_add_iovec_buf_end() local
[all …]
/dports/sysutils/lxsplit/lxsplit-0.2.4/
H A Dsplit.c44 uoff_t orig_pos, orig_size, in split_file() local
60 orig_pos = orig_size = 0; in split_file()
112 while (orig_pos < orig_size) in split_file()
156 orig_pos += bytes_read; in split_file()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Dprocessfields_sar.cpp184 unsigned int orig_pos[3]; in DumpFDData() local
204 orig_pos[0] = posLines[0][pos[0]]; in DumpFDData()
207 orig_pos[1] = posLines[1][pos[1]]; in DumpFDData()
208 …vector<CSPrimitives*> vPrims = Op->GetPrimitivesBoundBox(orig_pos[0], orig_pos[1], -1, CSPropertie… in DumpFDData()
211 orig_pos[2] = posLines[2][pos[2]]; in DumpFDData()
213 cell_volume[pos[0]][pos[1]][pos[2]] = Op->GetCellVolume(orig_pos); in DumpFDData()
216 Op->GetCellCenterMaterialAvgCoord(orig_pos, coord); in DumpFDData()

12345678910>>...27