Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/cid/
H A Dcidgload.c109 FT_ULong off1, off2; in cid_load_glyph() local
119 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph()
126 off1 > off2 ) in cid_load_glyph()
133 glyph_length = off2 - off1; in cid_load_glyph()
138 if ( FT_STREAM_READ_AT( cid->data_offset + off1, in cid_load_glyph()
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffload.c510 FT_ULong off1, off2 = 0; in cff_index_access_element() local
522 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element()
526 if ( off1 != 0 ) in cff_index_access_element()
538 off1 = idx->offsets[element]; in cff_index_access_element()
539 if ( off1 ) in cff_index_access_element()
563 if ( off1 && off2 > off1 ) in cff_index_access_element()
565 *pbyte_len = off2 - off1; in cff_index_access_element()
570 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
575 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element()
576 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
/reactos/dll/win32/ole32/
H A Dclipboard.c1356 static inline BOOL string_off_equal(const DVTARGETDEVICE *t1, WORD off1, const DVTARGETDEVICE *t2, … in string_off_equal() argument
1360 if(off1 == 0 && off2 == 0) return TRUE; in string_off_equal()
1361 if(off1 == 0 || off2 == 0) return FALSE; in string_off_equal()
1363 str1 = (const WCHAR*)((const char*)t1 + off1); in string_off_equal()