Searched refs:offsize (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.h41 FT_Byte offsize );
H A Dcidload.c43 FT_Byte offsize )
49 for ( result = 0; offsize > 0; offsize-- )
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c242 FT_Byte offsize; local
248 if ( FT_READ_BYTE( offsize ) )
251 if ( offsize < 1 || offsize > 4 )
258 idx->off_size = offsize;
259 size = (FT_ULong)( count + 1 ) * offsize;
263 if ( FT_STREAM_SKIP( size - offsize ) )
328 FT_Byte offsize = idx->off_size; local
335 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
346 switch ( offsize )
[all...]
/external/freetype/src/cff/
H A Dcffload.c242 FT_Byte offsize; local
248 if ( FT_READ_BYTE( offsize ) )
251 if ( offsize < 1 || offsize > 4 )
258 idx->off_size = offsize;
259 size = (FT_ULong)( count + 1 ) * offsize;
263 if ( FT_STREAM_SKIP( size - offsize ) )
328 FT_Byte offsize = idx->off_size; local
335 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
346 switch ( offsize )
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c242 FT_Byte offsize; local
248 if ( FT_READ_BYTE( offsize ) )
251 if ( offsize < 1 || offsize > 4 )
258 idx->off_size = offsize;
259 size = (FT_ULong)( count + 1 ) * offsize;
263 if ( FT_STREAM_SKIP( size - offsize ) )
328 FT_Byte offsize = idx->off_size; local
335 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
346 switch ( offsize )
[all...]
/external/elfutils/0.153/src/
H A Dstrip.c1912 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
1914 + shdr_info[shdridx].shdr.sh_size + offsize - 1)
1915 & ~((GElf_Off) (offsize - 1)));
H A Dreadelf.c5837 uint8_t offsize; local
5843 &abbroffset, &addrsize, &offsize,
5857 (uint64_t) offset, version, abbroffset, addrsize, offsize, local
5864 (uint64_t) offset, version, abbroffset, addrsize, offsize); local
5874 .offset_size = offsize,

Completed in 118 milliseconds