Home | History | Annotate | Download | only in fonts

Lines Matching refs:FontPlatformData

49 class FontPlatformData {
51 static FontPlatformData Deleted() {
52 return FontPlatformData(NULL, -1, false, false);
55 FontPlatformData();
56 FontPlatformData(const FontPlatformData&);
57 FontPlatformData(SkTypeface*, float textSize, bool fakeBold, bool fakeItalic,
59 FontPlatformData(const FontPlatformData& src, float textSize);
60 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique);
61 FontPlatformData(const FontPlatformData& src, SkTypeface* typeface);
63 ~FontPlatformData();
65 FontPlatformData(WTF::HashTableDeletedValueType)
73 FontPlatformData& operator=(const FontPlatformData&);
74 bool operator==(const FontPlatformData& a) const;