Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh149 … get_caret_value (hb_font_t *font, hb_direction_t direction, const VariationStore &var_store) const in get_caret_value()
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
178 const VariationStore &var_store) const in get_caret_value()
183 case 3: return u.format3.get_caret_value (font, direction, var_store); in get_caret_value()
216 const VariationStore &var_store, in get_lig_carets()
225 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); in get_lig_carets()
251 const VariationStore &var_store, in get_lig_carets()
264 …return lig_glyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, … in get_lig_carets()
Dhb-ot-layout-gpos-table.hh136 const VariationStore &store = c->var_store; in apply_value()
299 *x += (this+xDeviceTable).get_x_delta (font, c->var_store); in get_anchor()
301 *y += (this+yDeviceTable).get_y_delta (font, c->var_store); in get_anchor()
Dhb-ot-layout-gsubgpos-private.hh472 const VariationStore &var_store; member
491 var_store (gdef.get_var_store ()), in hb_apply_context_t()