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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp50 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont(); local
55 if (!CTFontGetGlyphsForCharacters(ctFont, characters, cgGlyphs, length))
63 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont(); local
65 CGFloat advance = CTFontGetAdvancesForGlyphs(ctFont, kCTFontHorizontalOrientation, &cgGlyph, 0, 1);
76 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont(); local
79 if (CTFontGetBoundingRectsForGlyphs(ctFont, kCTFontDefaultOrientation, &cgGlyph, &cgRect, 1) == CGRectNull)
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp486 CTFontRef ctFont = NULL; local
523 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
527 return ctFont ? NewFromFontRef(ctFont, familyName, false) : NULL;
730 CTFontRef ctFont = typeface->fFontRef.get(); local
731 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
753 fCTFont.reset(CTFontCreateCopyWithAttributes(ctFont, 1, &transform, ctFontDesc));
758 fCTVerticalFont.reset(CTFontCreateCopyWithAttributes(ctFont, 1, &transform, NULL));
1442 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, argument
1450 if (CTFontGetGlyphsForCharacters(ctFont,
1463 populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, SkTDArray<SkUnichar>* glyphToUnicode) argument
1506 getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) argument
1638 CTFontRef ctFont = typeface->fFontRef.get(); local
1770 copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) argument
2121 CTFontRef ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, desc); local
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp486 CTFontRef ctFont = NULL; local
523 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
527 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
730 CTFontRef ctFont = typeface->fFontRef.get(); local
731 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
753 fCTFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, ctFontDesc);
758 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, NULL);
1447 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, argument
1455 if (CTFontGetGlyphsForCharacters(ctFont,
1468 populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, SkTDArray<SkUnichar>* glyphToUnicode) argument
1511 getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) argument
1641 CTFontRef ctFont = typeface->fFontRef.get(); local
1773 copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) argument
2118 CTFontRef ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, desc); local
[all...]

Completed in 591 milliseconds