Lines Matching refs:USHORT

153   USHORT	value;		/* Value */
167 const USHORT *arr = this->sub_array (start_offset, _count); in get_indexes()
209 USHORT reqFeatureIndex;/* Index of a feature required for this
332 USHORT designSize; /* Represents the design size in 720/inch
337 USHORT subfamilyID; /* Has no independent meaning, but serves
347 USHORT subfamilyNameID;/* If the preceding value is non-zero, this
361 USHORT rangeStart; /* Large end of the recommended usage range
364 USHORT rangeEnd; /* Small end of the recommended usage range
381 USHORT version; /* (set to 0): This corresponds to a “minor”
386 USHORT uiNameID; /* The 'name' table name ID that specifies a
413 USHORT format; /* Format number is set to 0. */
414 USHORT featUILableNameID; /* The ‘name’ table name ID that
419 USHORT featUITooltipTextNameID;/* The ‘name’ table name ID that
425 USHORT sampleTextNameID; /* The ‘name’ table name ID that
429 USHORT numNamedParameters; /* Number of named parameters. (May
431 USHORT firstParamUILabelNameID;/* The first ‘name’ table name ID
544 struct LookupFlag : USHORT
574 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable); in get_props()
592 USHORT &markFilteringSet = StructAfter<USHORT> (subTable); in serialize()
604 USHORT &markFilteringSet = StructAfter<USHORT> (subTable); in sanitize()
610 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
611 USHORT lookupFlag; /* Lookup qualifiers */
614 USHORT markFilteringSetX[VAR]; /* Index (base 0) into GDEF mark glyph sets
686 USHORT coverageFormat; /* Format identifier--format = 1 */
797 USHORT coverageFormat; /* Format identifier--format = 2 */
921 USHORT format; /* Format identifier */
981 USHORT classFormat; /* Format identifier--format = 1 */
983 ArrayOf<USHORT>
1040 USHORT classFormat; /* Format identifier--format = 2 */
1087 USHORT format; /* Format identifier */
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1157 USHORT startSize; /* Smallest size to correct--in ppem */
1158 USHORT endSize; /* Largest size to correct--in ppem */
1159 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3
1164 USHORT deltaValue[VAR]; /* Array of compressed data */