Home | History | Annotate | Download | only in fonts

Lines Matching refs:FontPlatformData

31 #include "FontPlatformData.h"
52 SkDebugf("---------- FontPlatformData %d\n", g_maxCount);
63 #define trace(num) SkDebugf("FontPlatformData%d %p %g %d %d\n", num, m_typeface, m_textSize, m_fakeBold, m_fakeItalic)
70 FontPlatformData::RefCountedHarfbuzzFace::~RefCountedHarfbuzzFace()
77 FontPlatformData::FontPlatformData()
85 FontPlatformData::FontPlatformData(const FontPlatformData& src)
103 FontPlatformData::FontPlatformData(SkTypeface* tf, float textSize, bool fakeBold, bool fakeItalic,
116 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize)
128 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
136 FontPlatformData::FontPlatformData(const FontPlatformData& src, SkTypeface* tf)
149 FontPlatformData::~FontPlatformData()
153 SkDebugf("----------- ~FontPlatformData\n");
161 int FontPlatformData::emSizeInFontUnits() const
177 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& src)
198 SkLanguage FontPlatformData::s_defaultLanguage;
199 void FontPlatformData::setDefaultLanguage(const char* language) {
203 void FontPlatformData::setupPaint(SkPaint* paint) const
222 uint32_t FontPlatformData::uniqueID() const
230 bool FontPlatformData::operator==(const FontPlatformData& a) const
240 unsigned FontPlatformData::hash() const
258 bool FontPlatformData::isFixedPitch() const
266 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
271 HB_NewFace(const_cast<FontPlatformData*>(this), harfbuzzSkiaGetTable));