Home
last modified time | relevance | path

Searched refs:HBINT8 (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh64 HBINT8 bearingX;
65 HBINT8 bearingY;
73 HBINT8 vertBearingX;
74 HBINT8 vertBearingY;
88 HBINT8 ascender;
89 HBINT8 decender;
91 HBINT8 caretSlopeNumerator;
92 HBINT8 caretSlopeDenominator;
93 HBINT8 caretOffset;
94 HBINT8 minOriginSB;
[all …]
Dhb-ot-layout-common.hh1960 const HBINT8 *bcursor = reinterpret_cast<const HBINT8 *> (scursor); in get_delta()
2083 const HBINT8 *p = (const HBINT8 *)get_delta_bytes () + item * get_row_size (); in get_item_delta()
2092 HBINT8 *p = (HBINT8 *)get_delta_bytes () + item * get_row_size (); in set_item_delta()
Dhb-ot-glyf-table.hh310 const HBINT8 *p = &StructAfter<const HBINT8> (glyphIndex); in get_transformation()
Dhb-ot-cff-common.hh200 unsigned int data_size () const { return HBINT8::static_size; } in data_size()
Dhb-ot-var-gvar-table.hh364 deltas[i] = *(const HBINT8 *) p++; in unpack_deltas()
Dhb-open-type.hh97 typedef IntType<int8_t, 1> HBINT8; /* 8-bit signed integer. */ typedef