Home | History | Annotate | Download | only in chromium

Lines Matching refs:FontPlatformData

53 // FontPlatformData is the handle which WebKit has on a specific face. A face
57 class FontPlatformData {
64 FontPlatformData(WTF::HashTableDeletedValueType)
74 FontPlatformData()
84 FontPlatformData(float textSize, bool fakeBold, bool fakeItalic)
94 FontPlatformData(const FontPlatformData&);
95 FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
96 FontPlatformData(const FontPlatformData& src, float textSize);
97 ~FontPlatformData();
123 bool operator==(const FontPlatformData&) const;
124 FontPlatformData& operator=(const FontPlatformData&);