HomeSort by relevance Sort by last modified time
    Searched refs:offsize (Results 1 - 12 of 12) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.h 41 FT_Byte offsize );
cidload.c 43 FT_Byte offsize )
49 for ( result = 0; offsize > 0; offsize-- )
  /external/pdfium/third_party/freetype/src/cid/
cidload.h 41 FT_Byte offsize );
cidload.c 43 FT_Byte offsize )
49 for ( result = 0; offsize > 0; offsize-- )
  /external/freetype/src/cff/
cffload.c 242 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 242 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/third_party/freetype/src/cff/
cffload.c 242 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/tests/
elfstrmerge.c 632 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
633 newehdr.e_shoff = ((last_offset + offsize - 1)
634 & ~((GElf_Off) (offsize - 1)));
varlocs.c 811 uint8_t offsize; local
813 if (dwarf_diecu (cu, &cudie, &addrsize, &offsize) == NULL)
  /external/elfutils/src/
elfcompress.c 1210 const size_t offsize = gelf_fsize (elfnew, ELF_T_OFF, 1, EV_CURRENT) local
    [all...]
strip.c 2046 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
    [all...]
readelf.c 6225 uint8_t offsize; local
6245 (uint64_t) offset, version, abbroffset, addrsize, offsize, local
6252 (uint64_t) offset, version, abbroffset, addrsize, offsize); local
    [all...]

Completed in 620 milliseconds