Home
last modified time | relevance | path

Searched defs:hbFont (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp83 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph()
100 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfbuzzGetGlyphHorizontalAdvance()
109 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfbuzzGetGlyphHorizontalOrigin()
116 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfbuzzGetGlyphExtents()
/frameworks/minikin/tests/stresstest/
DFontFamilyTest.cpp43 hb_font_t* hbFont = family->getFont(0)->baseFont().get(); in TEST_P() local
/frameworks/minikin/libs/minikin/
DLayout.cpp485 const HbFontUniquePtr& hbFont) { in addToHbBuffer()
621 const HbFontUniquePtr& hbFont = hbFonts[font_ix]; in doLayoutRun() local