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

  /external/chromium_org/third_party/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpload.c 492 FT_ULong table_size, record_size; local
510 record_size = FT_NEXT_ULONG( p );
514 /* the reason why `record_size' is a long (which we read as */
523 if ( record_size >= 0xFFFF0000UL )
524 record_size &= 0xFFFFU;
528 if ( version != 0 || num_records > 255 || record_size > 0x10001L )
539 if ( p + record_size > limit )
543 p += record_size;
548 face->hdmx_record_size = record_size;
584 FT_ULong record_size = face->hdmx_record_size local
    [all...]
  /external/chromium_org/mojo/android/system/
core_impl.cc 67 const size_t record_size = 8; local
69 DCHECK_EQ(buffer_size % record_size, 0u);
71 const size_t nb_handles = buffer_size / record_size;
  /art/runtime/
trace.cc 475 uint16_t record_size = GetRecordSize(clock_source_); local
476 Append2LE(buf_.get() + 16, record_size);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 584 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
603 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
621 record = &StructAtOffset<PairValueRecord> (record, record_size);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); local
785 return TRACE_RETURN (c->check_array (values, record_size, count) &&
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 584 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
603 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
621 record = &StructAtOffset<PairValueRecord> (record, record_size);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); local
785 return TRACE_RETURN (c->check_array (values, record_size, count) &&
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.h 45 int record_size; /* size of binary record */ member in struct:pevent_record

Completed in 613 milliseconds