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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DMemoryActivatedFont.h79 CGFontRef cgFont() { return m_cgFont.get(); } function in class:blink::MemoryActivatedFont
H A DFontCustomPlatformDataMac.cpp35 FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface) argument
36 : m_cgFont(AdoptCF, cgFont)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontPlatformData.cpp158 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, FontWidthVariant widthVariant) argument
169 , m_cgFont(cgFont)
H A DFontPlatformData.h93 CGFontRef cgFont() const { return m_cgFont.get(); } function in class:blink::FontPlatformData
168 // * cgFont - CGFontRef representing the input font at the specified point size.
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp111 CGFontRef cgFont = reinterpret_cast<CGFontRef>(userData); local
112 if (!cgFont)
114 CFDataRef cfData = CGFontCopyTableForTag(cgFont, tag);
129 hb_face_t* face = hb_face_create_for_tables(harfBuzzCoreTextGetTable, m_platformData->cgFont(), 0);

Completed in 1245 milliseconds