Home
last modified time | relevance | path

Searched refs:hb_position_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DHbUtils.h26 inline float HBFixedToFloat(hb_position_t v) { in HBFixedToFloat()
30 inline hb_position_t HBFloatToFixed(float v) { in HBFloatToFixed()
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp60 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvance()
70 unsigned glyph_stride, hb_position_t* first_advance, in harfbuzzGetGlyphHorizontalAdvances()
86 hb_position_t* advances = first_advance; in harfbuzzGetGlyphHorizontalAdvances()
89 advances = reinterpret_cast<hb_position_t*>(reinterpret_cast<uint8_t*>(advances) + in harfbuzzGetGlyphHorizontalAdvances()
96 hb_position_t* /* x */, hb_position_t* /* y */, in harfbuzzGetGlyphHorizontalOrigin() argument