Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzFaceCoreText.cpp50 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont(); in getGlyph() local
63 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont(); in getGlyphHorizontalAdvance() local
76 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont(); in getGlyphExtents() local
/external/skia/src/ports/
DSkFontHost_mac.cpp486 CTFontRef ctFont = NULL; in NewFromName() local
730 CTFontRef ctFont = typeface->fFontRef.get(); in SkScalerContext_Mac() local
1442 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
1463 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
1506 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance()
1533 AutoCFRelease<CTFontRef> ctFont(CTFontCreateCopyWithAttributes( in onGetAdvancedTypefaceMetrics() local
1640 CTFontRef ctFont = typeface->fFontRef.get(); in get_font_type_tag() local
1772 static CFDataRef copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) { in copyTableFromFont()
2117 CTFontRef ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, desc); in createFromDesc() local
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_mac.cpp486 CTFontRef ctFont = NULL; in NewFromName() local
730 CTFontRef ctFont = typeface->fFontRef.get(); in SkScalerContext_Mac() local
1442 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
1463 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
1506 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance()
1533 AutoCFRelease<CTFontRef> ctFont(CTFontCreateCopyWithAttributes( in onGetAdvancedTypefaceMetrics() local
1640 CTFontRef ctFont = typeface->fFontRef.get(); in get_font_type_tag() local
1772 static CFDataRef copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) { in copyTableFromFont()
2117 CTFontRef ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, desc); in createFromDesc() local