Searched refs:SkiaGetGlyphWidthAndExtents (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp57 static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint, hb_position_t* width, hb_glyph_extents_t* extents) function in namespace:android
103 SkiaGetGlyphWidthAndExtents(hbFontData->m_paint, glyph, &advance, 0);
118 SkiaGetGlyphWidthAndExtents(hbFontData->m_paint, glyph, 0, extents);

Completed in 1008 milliseconds