• Home
  • Raw
  • Download

Lines Matching refs:HBUINT16

66   HBUINT16	format;		/* Format number is set to 0. */
67 HBUINT16 length; /* Byte length of this subtable. */
68 HBUINT16 language; /* Ignore. */
79 HBUINT16 start_code;
80 HBUINT16 end_code;
102 HBUINT16 *end_count = c->allocate_size<HBUINT16> (HBUINT16::static_size * segments.len); in serialize()
103 c->allocate_size<HBUINT16> (HBUINT16::static_size); // 2 bytes of padding. in serialize()
104 HBUINT16 *start_count = c->allocate_size<HBUINT16> (HBUINT16::static_size * segments.len); in serialize()
105 HBINT16 *id_delta = c->allocate_size<HBINT16> (HBUINT16::static_size * segments.len); in serialize()
106 HBUINT16 *id_range_offset = c->allocate_size<HBUINT16> (HBUINT16::static_size * segments.len); in serialize()
125 HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize()
249 const HBUINT16 *startCount = this->startCount; in get_glyph()
250 const HBUINT16 *endCount = this->endCount; in get_glyph()
321 const HBUINT16 *endCount;
322 const HBUINT16 *startCount;
323 const HBUINT16 *idDelta;
324 const HBUINT16 *idRangeOffset;
325 const HBUINT16 *glyphIdArray;
365 HBUINT16 format; /* Format number is set to 4. */
366 HBUINT16 length; /* This is the length in bytes of the
368 HBUINT16 language; /* Ignore. */
369 HBUINT16 segCountX2; /* 2 x segCount. */
370 HBUINT16 searchRange; /* 2 * (2**floor(log2(segCount))) */
371 HBUINT16 entrySelector; /* log2(searchRange/2) */
372 HBUINT16 rangeShift; /* 2 x segCount - searchRange */
374 UnsizedArrayOf<HBUINT16>
377 HBUINT16 endCount[segCount]; /* End characterCode for each segment,
379 HBUINT16 reservedPad; /* Set to 0. */
380 HBUINT16 startCount[segCount]; /* Start character code for each segment. */
382 HBUINT16 idRangeOffset[segCount];/* Offsets into glyphIdArray or 0 */
383 UnsizedArrayOf<HBUINT16>
461 struct CmapSubtableFormat6 : CmapSubtableTrimmed<HBUINT16> {};
503 HBUINT16 format; /* Subtable format; set to 12. */
504 HBUINT16 reserved; /* Reserved; set to 0. */
742 HBUINT16 format; /* Format number is set to 14. */
801 HBUINT16 format; /* Format identifier */
834 HBUINT16 platformID; /* Platform ID. */
835 HBUINT16 encodingID; /* Platform-specific encoding ID. */
1168 HBUINT16 version; /* Table version number (0). */