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

  /external/freetype/src/cff/
cfftypes.h 51 /* off_size :: The size in bytes of object offsets in index. */
68 FT_Byte off_size; member in struct:CFF_IndexRec_
cffload.c 212 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
217 for ( nn = 0; nn < idx->off_size; nn++ )
259 idx->off_size = offsize;
329 FT_Byte offsize = idx->off_size;
488 FT_ULong pos = element * idx->off_size;
    [all...]

Completed in 4465 milliseconds