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

  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 225 mutable RetainPtr<CTFontRef> m_CTFont;
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 442 if (!m_CTFont)
443 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_platformData.cgFont(), m_platformData.size(), NULL, NULL));
444 return m_CTFont.get();

Completed in 11 milliseconds