Searched defs:get_delta (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1313 inline float get_delta (unsigned int inner, function in struct:OT::VarData
1366 inline float get_delta (unsigned int outer, unsigned int inner, function in struct:OT::VariationStore
1372 return (this+dataSets[outer]).get_delta (inner,
1377 inline float get_delta (unsigned int index, function in struct:OT::VariationStore
1382 return get_delta (outer, inner, coords, coord_count);
1607 { return get_delta (font->x_ppem, font->x_scale); }
1610 { return get_delta (font->y_ppem, font->y_scale); }
1627 inline int get_delta (unsigned int ppem, int scale) const function in struct:OT::ConditionFormat1
1680 { return font->em_scalef_x (get_delta (font, store)); }
1683 { return font->em_scalef_y (get_delta (fon
1693 inline float get_delta (hb_font_t *font, const VariationStore &store) const function in struct:OT::VariationDevice
[all...]

Completed in 163 milliseconds