HomeSort by relevance Sort by last modified time
    Searched refs:isPlatformFont (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/mac/
FontCacheMac.mm 144 !font.isPlatformFont() && isAppKitFontWeightBold(weight) && !isAppKitFontWeightBold(substituteFontWeight),
145 !font.isPlatformFont() && (traits & NSFontItalicTrait) && !(substituteFontTraits & NSFontItalicTrait));
  /external/webkit/WebCore/platform/graphics/
Font.h 114 bool isPlatformFont() const { return m_isPlatformFont; }

Completed in 26 milliseconds