Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp427 CTFontRef ctFont = NULL; in NewFromName() local
648 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID); in SkScalerContext_Mac() local
1378 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
1399 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
1442 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance()
1470 AutoCFRelease<CTFontRef> ctFont(CTFontCreateCopyWithAttributes( in GetAdvancedTypefaceMetrics() local
1580 CTFontRef ctFont = GetFontRefFromFontID(uniqueID); in get_font_type_tag() local
1694 CTFontRef ctFont = typeface_to_fontref(face); in Serialize() local
1799 CTFontRef ctFont = GetFontRefFromFontID(fontID); in CountTables() local
1809 CTFontRef ctFont = GetFontRefFromFontID(fontID); in GetTableTags() local
[all …]
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h167 CTFontRef ctFont() const { return reinterpret_cast<CTFontRef>(m_nsFont); } in ctFont() function
/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp393 CTFontRef ctFont; in NewFromName() local
625 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID); in SkScalerContext_Mac() local
1533 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, in populate_glyph_to_unicode_slow()
1554 static void populate_glyph_to_unicode(CTFontRef ctFont, in populate_glyph_to_unicode()
1599 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance()
1615 CTFontRef ctFont = GetFontRefFromFontID(fontID); in GetAdvancedTypefaceMetrics() local
1927 CTFontRef ctFont = GetFontRefFromFontID(fontID); in CountTables() local
1939 CTFontRef ctFont = GetFontRefFromFontID(fontID); in GetTableTags() local
1960 static CFDataRef copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) { in copyTableFromFont()
1972 CTFontRef ctFont = GetFontRefFromFontID(fontID); in GetTableSize() local
[all …]