Home
last modified time | relevance | path

Searched defs:m_cgFont (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h335 RetainPtr<CGFontRef> m_cgFont; variable
338 RetainPtr<CGFontRef> m_cgFont; variable
340 …CGFontRef m_cgFont; // It is not necessary to refcount this, since either an NSFont owns it or som… variable
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.h93 WTF::RetainPtr<CGFontRef> m_cgFont; variable
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCustomPlatformData.h57 CGFontRef m_cgFont; member