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

  /external/freetype/src/truetype/
ttpload.c 490 FT_ULong table_size, record_size; local
508 record_size = FT_NEXT_ULONG( p );
512 /* the reason why `record_size' is a long (which we read as */
521 if ( record_size >= 0xFFFF0000UL )
522 record_size &= 0xFFFFU;
526 if ( version != 0 || num_records > 255 || record_size > 0x10001L )
537 if ( p + record_size > limit )
541 p += record_size;
546 face->hdmx_record_size = record_size;
582 FT_ULong record_size = face->hdmx_record_size local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 575 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
582 record = &StructAtOffset<PairValueRecord> (record, record_size);
593 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
611 record = &StructAtOffset<PairValueRecord> (record, record_size);
773 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); local
775 return TRACE_RETURN (c->check_array (values, record_size, count) &&
    [all...]

Completed in 109 milliseconds