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

  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1679 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const function in struct:OT::VariationDevice
1719 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const function in struct:OT::Device
    [all...]
hb-ot-layout-gdef-table.hh 152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) :
hb-ot-math-table.hh 40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); }
hb-ot-layout-gpos-table.hh 140 if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store);
148 if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font, store);
299 *x += (this+xDeviceTable).get_x_delta (font, c->var_store);
    [all...]

Completed in 1021 milliseconds