Searched defs:isCustomFont (Results 1 – 4 of 4) sorted by relevance
70 bool SegmentedFontData::isCustomFont() const in isCustomFont() function in WebCore::SegmentedFontData
50 SimpleFontData::SimpleFontData(const FontPlatformData& platformData, bool isCustomFont, bool isLoad… in SimpleFontData()
138 virtual bool isCustomFont() const { return m_isCustomFont; } in isCustomFont() function
549 bool isCustomFont = !((FamilyTypeface*)face)->isSysFont(); in Serialize() local590 bool isCustomFont = stream->readBool(); in Deserialize() local