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

  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1682 inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const function in struct:OT::VariationDevice
1731 inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const function in struct:OT::Device
    [all...]
hb-ot-layout-gdef-table.hh 153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store);
hb-ot-math-table.hh 42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); }
hb-ot-layout-gpos-table.hh 144 if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store);
153 if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font, store);
301 *y += (this+yDeviceTable).get_y_delta (font, c->var_store);
    [all...]

Completed in 5334 milliseconds