Lines Matching full:subtable
62 USHORT lengthZ; /* Byte length of this subtable. */
74 inline void init (const CmapSubtableFormat4 *subtable)
76 segCount = subtable->segCountX2 / 2;
77 endCount = subtable->values;
82 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2;
156 * the subtable at the end of the blob. */
170 * subtable. */
214 * subtable format. */
239 UINT formatReserved; /* Subtable format and (maybe) padding. */
240 UINT lengthZ; /* Byte length of this subtable. */
272 USHORT format; /* Subtable format; set to 12. */
274 ULONG lengthZ; /* Byte length of this subtable. */
409 ULONG lengthZ; /* Byte length of this subtable. */
419 /* Note: We intentionally do NOT implement subtable formats 2 and 8. */
484 subtable.sanitize (c, base));
490 subtable; /* Byte offset from beginning of table to the subtable for this encoding. */
508 * unsorted subtable list. */
510 if (result == -1 || !encodingRecord[result].subtable)
513 return &(this+encodingRecord[result].subtable);