Searched defs:cgFont (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DCrossProcessFontLoading.h79 CGFontRef cgFont() { return m_cgFont.get(); } function in class:WebCore::MemoryActivatedFont
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontPlatformData.cpp90 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant) argument
97 , m_cgFont(cgFont)
H A DFontPlatformData.h103 CGFontRef cgFont() const { return m_cgFont.get(); } function in class:WebCore::FontPlatformData
176 // * cgFont - CGFontRef representing the input font at the specified point size.
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DFontCustomPlatformDataMac.cpp36 FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface) argument
37 : m_cgFont(AdoptCF, cgFont)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp111 CGFontRef cgFont = reinterpret_cast<CGFontRef>(userData); local
112 CFDataRef cfData = CGFontCopyTableForTag(cgFont, tag);
127 hb_face_t* face = hb_face_create_for_tables(harfBuzzCoreTextGetTable, m_platformData->cgFont(), 0);

Completed in 126 milliseconds