Home | History | Annotate | Download | only in src

Lines Matching full:ushort

152   USHORT	value;		/* Value */
166 const USHORT *arr = this->sub_array (start_offset, _count);
208 USHORT reqFeatureIndex;/* Index of a feature required for this
331 USHORT designSize; /* Represents the design size in 720/inch
336 USHORT subfamilyID; /* Has no independent meaning, but serves
346 USHORT subfamilyNameID;/* If the preceding value is non-zero, this
360 USHORT rangeStart; /* Large end of the recommended usage range
363 USHORT rangeEnd; /* Small end of the recommended usage range
380 USHORT minorVersion; /* (set to 0): This corresponds to a ?minor?
385 USHORT uiNameID; /* The 'name' table name ID that specifies a
411 USHORT format; /* Format number is set to 0. */
412 USHORT featUILableNameID; /* The ?name? table name ID that
417 USHORT featUITooltipTextNameID;/* The ?name? table name ID that
423 USHORT sampleTextNameID; /* The ?name? table name ID that
427 USHORT numNamedParameters; /* Number of named parameters. (May
429 USHORT firstParamUILabelNameID;/* The first ?name? table name ID
542 struct LookupFlag : USHORT
572 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
590 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
602 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
608 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
609 USHORT lookupFlag; /* Lookup qualifiers */
612 USHORT markFilteringSetX[VAR]; /* Index (base 0) into GDEF mark glyph sets
684 USHORT coverageFormat; /* Format identifier--format = 1 */
795 USHORT coverageFormat; /* Format identifier--format = 2 */
919 USHORT format; /* Format identifier */
966 USHORT classFormat; /* Format identifier--format = 1 */
968 ArrayOf<USHORT>
1009 USHORT classFormat; /* Format identifier--format = 2 */
1056 USHORT format; /* Format identifier */
1116 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1117 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1126 USHORT startSize; /* Smallest size to correct--in ppem */
1127 USHORT endSize; /* Largest size to correct--in ppem */
1128 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3
1133 USHORT deltaValue[VAR]; /* Array of compressed data */