Searched refs:FontFakery (Results 1 – 9 of 9) sorted by relevance
28 class FontFakery; variable42 const FontFakery& fakery) const = 0;44 const MinikinPaint& paint, const FontFakery& fakery, in GetHorizontalAdvances()52 const FontFakery& fakery) const = 0;55 const FontFakery& fakery) const = 0;
34 class FontFakery {36 FontFakery() : mFakeBold(false), mFakeItalic(false) {} in FontFakery() function37 FontFakery(bool fakeBold, bool fakeItalic) : mFakeBold(fakeBold), mFakeItalic(fakeItalic) {} in FontFakery() function41 inline bool operator==(const FontFakery& o) const {44 inline bool operator!=(const FontFakery& o) const { return !(*this == o); }59 FontFakery fakery;
88 FontFakery getFakery(int i) const { return mGlyphs[i].font.fakery; } in getFakery()
36 const minikin::FontFakery& fakery) const override;40 const minikin::FontFakery& fakery,45 const minikin::FontFakery& fakery) const override;48 const minikin::FontFakery& fakery) const override;67 minikin::FontFakery fakery);
46 const minikin::FontFakery& fakery) { in MinikinFontSkia_SetSkiaFont()56 const minikin::FontFakery& fakery) const { in GetHorizontalAdvance()70 const minikin::FontFakery& fakery, in GetHorizontalAdvances()79 const minikin::FontFakery& fakery) const { in GetBounds()93 const minikin::FontFakery& fakery) const { in GetFontExtent()174 minikin::FontFakery fakery) { in populateSkFont()
40 const FontFakery& fakery) const override;42 const FontFakery& fakery) const override;44 const FontFakery& fakery) const override;
91 const FontFakery& /* fakery */) const { in GetHorizontalAdvance()98 const FontFakery& /* fakery */) const { in GetBounds()111 const FontFakery& /* fakery */) const { in GetFontExtent()
136 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery()143 return FontFakery(isFakeBold, isFakeItalic); in computeFakery()
52 FontFakery fakery;