Searched defs:fontData (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/jni/android/graphics/ |
| D | HarfBuzzNGFaceSkia.cpp | 83 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()
|
| D | FontFamily.cpp | 107 std::unique_ptr<SkStreamAsset> fontData(new SkMemoryStream(std::move(data))); in addSkTypeface() local
|
| /frameworks/base/libs/hwui/hwui/ |
| D | MinikinSkia.cpp | 27 MinikinFontSkia::MinikinFontSkia(sk_sp<SkTypeface> typeface, const void* fontData, size_t fontSize, in MinikinFontSkia()
|
| D | Typeface.cpp | 187 std::unique_ptr<SkMemoryStream> fontData(new SkMemoryStream(data, st.st_size)); in setRobotoTypefaceForTest() local
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | TypefaceTests.cpp | 53 std::unique_ptr<SkStreamAsset> fontData(new SkMemoryStream(skData)); in buildFamily() local
|
| /frameworks/minikin/libs/minikin/ |
| D | Layout.cpp | 238 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, void* fontData, in harfbuzzGetGlyphHorizontalAdvance() argument
|