Home
last modified time | relevance | path

Searched refs:isPlatformFont (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCacheMac.mm144 …!font.isPlatformFont() && isAppKitFontWeightBold(weight) && !isAppKitFontWeightBold(substituteFont…
145 …!font.isPlatformFont() && (traits & NSFontItalicTrait) && !(substituteFontTraits & NSFontItalicTra…
/external/webkit/Source/WebCore/platform/graphics/
DFont.h130 bool isPlatformFont() const { return m_isPlatformFont; } in isPlatformFont() function
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1438439 (WebCore::Font::isPlatformFont): Added. Returns whether this Font was
DChangeLog-2009-06-1662848 (WebCore::Font::isPlatformFont):