Home | History | Annotate | Download | only in freetype

Lines Matching refs:FontPlatformData

40 class FontPlatformData {
42 FontPlatformData(WTF::HashTableDeletedValueType)
50 FontPlatformData()
58 FontPlatformData(FcPattern*, const FontDescription&);
59 FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic);
60 FontPlatformData(float size, bool bold, bool italic);
61 FontPlatformData(const FontPlatformData&);
62 FontPlatformData(const FontPlatformData&, float size);
64 ~FontPlatformData();
83 bool operator==(const FontPlatformData&) const;
84 FontPlatformData& operator=(const FontPlatformData&);