Searched refs:HBINT16 (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-os2-table.hh | 73 HBINT16 sxHeight; 74 HBINT16 sCapHeight; 257 HBINT16 xAvgCharWidth; 261 HBINT16 ySubscriptXSize; 262 HBINT16 ySubscriptYSize; 263 HBINT16 ySubscriptXOffset; 264 HBINT16 ySubscriptYOffset; 265 HBINT16 ySuperscriptXSize; 266 HBINT16 ySuperscriptYSize; 267 HBINT16 ySuperscriptXOffset; [all …]
|
D | hb-ot-hhea-table.hh | 70 HBINT16 caretSlopeRise; /* Used to calculate the slope of the 73 HBINT16 caretSlopeRun; /* 0 for vertical caret, 1 for horizontal. */ 74 HBINT16 caretOffset; /* The amount by which a slanted 79 HBINT16 reserved1; /* Set to 0. */ 80 HBINT16 reserved2; /* Set to 0. */ 81 HBINT16 reserved3; /* Set to 0. */ 82 HBINT16 reserved4; /* Set to 0. */ 83 HBINT16 metricDataFormat; /* 0 for current format. */
|
D | hb-ot-head-table.hh | 137 HBINT16 xMin; /* For all glyph bounding boxes. */ 138 HBINT16 yMin; /* For all glyph bounding boxes. */ 139 HBINT16 xMax; /* For all glyph bounding boxes. */ 140 HBINT16 yMax; /* For all glyph bounding boxes. */ 150 HBINT16 fontDirectionHint; /* Deprecated (Set to 2).
|
D | hb-aat-layout-lcar-table.hh | 39 typedef ArrayOf<HBINT16> LigCaretClassEntry; 56 hb_array_t<const HBINT16> arr = array.sub_array (start_offset, caret_count); in get_lig_carets() 91 hb_array_t<const HBINT16> arr = array.sub_array (start_offset, caret_count); in get_lig_carets()
|
D | hb-aat-layout-bsln-table.hh | 51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from 68 HBINT16 deltas[32]; /* ditto */
|
D | hb-ot-cmap-table.hh | 151 HBINT16* serialize_idDelta_array (hb_serialize_context_t *c, in serialize_idDelta_array() 161 HBINT16 *idDelta = c->start_embed<HBINT16> (); in serialize_idDelta_array() 162 if ((char *)idDelta - (char *)startCode != (int) segcount * (int) HBINT16::static_size) in serialize_idDelta_array() 177 HBINT16 delta; in serialize_idDelta_array() 180 c->copy<HBINT16> (delta); in serialize_idDelta_array() 192 HBINT16 delta; in serialize_idDelta_array() 194 if (unlikely (!c->copy<HBINT16> (delta))) return nullptr; in serialize_idDelta_array() 206 HBINT16 *idDelta, in serialize_rangeoffset_glyid() 211 …if (unlikely ((char *)idRangeOffset - (char *)idDelta != (int) segcount * (int) HBINT16::static_si… in serialize_rangeoffset_glyid() 259 HBINT16 *idDelta = serialize_idDelta_array (c, it, endCode, startCode, segcount); in serialize() [all …]
|
D | hb-ot-glyf-table.hh | 313 tx = *(const HBINT16 *) p; in get_transformation() 314 p += HBINT16::static_size; in get_transformation() 315 ty = *(const HBINT16 *) p; in get_transformation() 316 p += HBINT16::static_size; in get_transformation() 411 HBINT16 numberOfContours; 559 v += *(const HBINT16 *) p; in read_points() 560 p += HBINT16::static_size; in read_points()
|
D | hb-ot-color-sbix-table.hh | 43 HBINT16 xOffset; /* The horizontal (x-axis) offset from the left 47 HBINT16 yOffset; /* The vertical (y-axis) offset from the bottom
|
D | hb-ot-math-table.hh | 51 HBINT16 value; /* The X or Y value in design units */ 157 HBINT16 percentScaleDown[2]; 160 HBINT16 radicalDegreeBottomRaisePercent;
|
D | hb-aat-layout-feat-table.hh | 148 HBINT16 nameIndex; /* The name table index for the feature's name.
|
D | hb-open-type.hh | 99 typedef IntType<int16_t, 2> HBINT16; /* 16-bit signed integer. */ typedef 107 typedef HBINT16 FWORD; 116 struct F2DOT14 : HBINT16 118 F2DOT14& operator = (uint16_t i ) { HBINT16::operator= (i); return *this; } in operator =()
|
D | hb-ot-layout-gpos-table.hh | 77 HBINT16 xPlacement; /* Horizontal adjustment for 79 HBINT16 yPlacement; /* Vertical adjustment for 81 HBINT16 xAdvance; /* Horizontal adjustment for 84 HBINT16 yAdvance; /* Vertical adjustment for advance--in 184 HB_INTERNAL static const HBINT16& get_short (const Value* value, bool *worked=nullptr) in get_short() 187 return *CastP<HBINT16> (value); in get_short()
|
D | hb-ot-layout-common.hh | 1954 const HBINT16 *scursor = reinterpret_cast<const HBINT16 *> (row); in get_delta() 2085 return ((const HBINT16 *)p)[region]; in get_item_delta() 2087 return (p + HBINT16::static_size * shortCount)[region - shortCount]; in get_item_delta() 2094 ((HBINT16 *)p)[region] = delta; in set_item_delta() 2096 (p + HBINT16::static_size * shortCount)[region - shortCount] = delta; in set_item_delta()
|
D | hb-open-file.hh | 300 HBINT16 nameOffset; /* Offset from beginning of resource name list
|
D | hb-ot-var-gvar-table.hh | 356 deltas[i] = *(const HBINT16 *) p; in unpack_deltas()
|