Searched refs:MinikinFont (Results 1 – 16 of 16) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | FontFamily.h | 30 class MinikinFont; variable 117 MinikinFont* font; 131 bool addFont(MinikinFont* typeface); 133 void addFont(MinikinFont* typeface, FontStyle style); 141 MinikinFont* getFont(size_t index) const; 147 void addFontLocked(MinikinFont* typeface, FontStyle style); 151 Font(MinikinFont* typeface, FontStyle style) : in Font() 153 MinikinFont* typeface;
|
D | MinikinFont.h | 30 class MinikinFont; variable 42 MinikinFont *font; 83 class MinikinFont : public MinikinRefCounted {
|
D | MinikinFontFreeType.h | 39 class MinikinFontFreeType : public MinikinFont {
|
D | FontCollection.h | 44 MinikinFont* baseFont(FontStyle style);
|
D | Layout.h | 89 MinikinFont *getFont(int i) const;
|
/frameworks/minikin/libs/minikin/ |
D | FontFamily.cpp | 103 bool FontFamily::addFont(MinikinFont* typeface) { in addFont() 105 const uint32_t os2Tag = MinikinFont::MakeTag('O', 'S', '/', '2'); in addFont() 125 void FontFamily::addFont(MinikinFont* typeface, FontStyle style) { in addFont() 130 void FontFamily::addFontLocked(MinikinFont* typeface, FontStyle style) { typeface->RefLocked(); in addFontLocked() 180 MinikinFont* FontFamily::getFont(size_t index) const { in getFont() 191 MinikinFont* typeface = getClosestMatch(defaultStyle).font; in getCoverage() 192 const uint32_t cmapTag = MinikinFont::MakeTag('c', 'm', 'a', 'p'); in getCoverage()
|
D | Layout.cpp | 287 MinikinFont* font = reinterpret_cast<MinikinFont*>(userData); in referenceTable() 311 MinikinFont* font = paint->font; in harfbuzzGetGlyph() 329 MinikinFont* font = paint->font; in harfbuzzGetGlyphHorizontalAdvance() 354 static hb_face_t* getHbFace(MinikinFont* minikinFont) { in getHbFace() 365 static hb_font_t* create_hb_font(MinikinFont* minikinFont, MinikinPaint* minikinPaint) { in create_hb_font() 818 MinikinFont* mf = mFaces[glyph.font_ix].font; in draw() 837 MinikinFont* Layout::getFont(int i) const { in getFont()
|
D | FontCollection.cpp | 51 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection() 214 MinikinFont* FontCollection::baseFont(FontStyle style) { in baseFont()
|
/frameworks/base/core/jni/android/graphics/ |
D | MinikinSkia.h | 24 class MinikinFontSkia : public MinikinFont { 50 static void populateSkPaint(SkPaint* paint, const MinikinFont* font, FontFakery fakery);
|
D | MinikinUtils.h | 59 MinikinFont* curFont = NULL; in forFontRun() 63 MinikinFont* nextFont = layout.getFont(i); in forFontRun()
|
D | FontFamily.cpp | 51 MinikinFont* minikinFont = new MinikinFontSkia(face); in addSkTypeface() 79 MinikinFont* minikinFont = new MinikinFontSkia(face); in FontFamily_addFontWeightStyle()
|
D | TypefaceImpl.cpp | 75 MinikinFont *font = new MinikinFontSkia(skFace); in makeFontCollection() 151 MinikinFont* mf = firstFamily->getClosestMatch(defaultStyle).font; in TypefaceImpl_createFromFamilies()
|
D | MinikinSkia.cpp | 45 static void MinikinFontSkia_SetSkiaPaint(const MinikinFont* font, SkPaint* skPaint, const MinikinPa… in MinikinFontSkia_SetSkiaPaint() 118 void MinikinFontSkia::populateSkPaint(SkPaint* paint, const MinikinFont* font, FontFakery fakery) { in populateSkPaint()
|
/frameworks/minikin/sample/ |
D | example.cpp | 59 MinikinFont *font = new MinikinFontFreeType(face); in makeFontCollection() 68 MinikinFont *font = new MinikinFontFreeType(face); in makeFontCollection()
|
D | example_skia.cpp | 63 MinikinFont *font = new MinikinFontSkia(skFace); in makeFontCollection() 72 MinikinFont *font = new MinikinFontSkia(skFace); in makeFontCollection()
|
D | MinikinSkia.h | 3 class MinikinFontSkia : public MinikinFont {
|