HomeSort by relevance Sort by last modified time
    Searched refs:var_store (Results 1 - 3 of 3) sorted by null

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

Completed in 65 milliseconds