Searched defs:cgFont (Results 1 – 7 of 7) sorted by relevance
163 CGFontRef FontPlatformData::cgFont() const in cgFont() function in WebCore::FontPlatformData165 CGFontRef cgFont = 0; in cgFont() local
185 …FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrie… in FontPlatformData()223 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont() function225 CGFontRef cgFont() const { return m_cgFont; } in cgFont() function232 CGFontRef cgFont() const { return m_cgFont.get(); } in cgFont() function
80 CGFontRef cgFont() { return m_cgFont.get(); } in cgFont() function
55 CGFontRef cgFont = font->platformData().cgFont(); in drawTextWithSpacing() local
89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill() local
90 RetainPtr<CGFontRef> cgFont(AdoptCF, CGFontCreateWithPlatformFont(&logFont)); in fontPlatformData() local
449 CGFontRef cgFont; in generateImage() local