Searched refs:isPlatformFont (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm144 !font.isPlatformFont() && isAppKitFontWeightBold(weight) && !isAppKitFontWeightBold(substituteFontWeight),
145 !font.isPlatformFont() && (traits & NSFontItalicTrait) && !(substituteFontTraits & NSFontItalicTrait),
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h130 bool isPlatformFont() const { return m_isPlatformFont; } function in class:WebCore::Font

Completed in 76 milliseconds