Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp79 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument
81 HarfBuzzFontData* hbFontData = reinterpret_cast<HarfBuzzFontData*>(fontData); in harfbuzzGetGlyph()
97 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfbuzzGetGlyphHorizontalAdvance() argument
99 HarfBuzzFontData* hbFontData = reinterpret_cast<HarfBuzzFontData*>(fontData); in harfbuzzGetGlyphHorizontalAdvance()
106 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfbuzzGetGlyphHorizontalOrigin() argument
113 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfbuzzGetGlyphExtents() argument
115 HarfBuzzFontData* hbFontData = reinterpret_cast<HarfBuzzFontData*>(fontData); in harfbuzzGetGlyphExtents()
/frameworks/minikin/libs/minikin/
DLayout.cpp308 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument
310 MinikinPaint* paint = reinterpret_cast<MinikinPaint*>(fontData); in harfbuzzGetGlyph()
326 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepo… in harfbuzzGetGlyphHorizontalAdvance() argument
328 MinikinPaint* paint = reinterpret_cast<MinikinPaint*>(fontData); in harfbuzzGetGlyphHorizontalAdvance()
334 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t… in harfbuzzGetGlyphHorizontalOrigin() argument