Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh271 &valueArrayZ[glyph_id - firstGlyph] : nullptr; in get_value()
277 return_trace (c->check_struct (this) && valueArrayZ.sanitize (c, glyphCount)); in sanitize()
282 return_trace (c->check_struct (this) && valueArrayZ.sanitize (c, glyphCount, base)); in sanitize()
291 valueArrayZ; /* The lookup values (indexed by the glyph index member
294 DEFINE_SIZE_ARRAY (6, valueArrayZ);
308 const HBUINT8 *p = &valueArrayZ[(glyph_id - firstGlyph) * valueSize]; in get_value_or_null()
323 valueArrayZ.sanitize (c, glyphCount * valueSize)); in sanitize()
333 valueArrayZ; /* The lookup values (indexed by the glyph index member
336 DEFINE_SIZE_ARRAY (8, valueArrayZ);