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

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

Completed in 82 milliseconds