Home
last modified time | relevance | path

Searched defs:fontData (Results 1 – 6 of 6) 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()
DFontFamily.cpp107 std::unique_ptr<SkStreamAsset> fontData(new SkMemoryStream(std::move(data))); in addSkTypeface() local
/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp27 MinikinFontSkia::MinikinFontSkia(sk_sp<SkTypeface> typeface, const void* fontData, size_t fontSize, in MinikinFontSkia()
DTypeface.cpp187 std::unique_ptr<SkMemoryStream> fontData(new SkMemoryStream(data, st.st_size)); in setRobotoTypefaceForTest() local
/frameworks/base/libs/hwui/tests/unit/
DTypefaceTests.cpp53 std::unique_ptr<SkStreamAsset> fontData(new SkMemoryStream(skData)); in buildFamily() local
/frameworks/minikin/libs/minikin/
DLayout.cpp238 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvance() argument