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

/external/skia/src/ports/
H A DSkFontHost_mac.cpp528 AutoCFRelease<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL));
529 if (!ctFont) {
533 SkTypeface* face = SkTypefaceCache::FindByProcAndRef(find_by_CTFontRef, (void*)ctFont.get());
535 face = NewFromFontRef(ctFont.detach(), NULL, false);
707 CTFontRef ctFont = typeface->fFontRef.get(); local
708 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
741 fCTFont.reset(CTFontCreateCopyWithAttributes(ctFont, textSize, &fTransform, ctFontDesc));
743 fCTUnrotatedFont.reset(CTFontCreateCopyWithAttributes(ctFont, textSize,
1461 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, argument
1469 if (CTFontGetGlyphsForCharacters(ctFont,
1482 populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, SkTDArray<SkUnichar>* glyphToUnicode) argument
1525 getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) argument
1657 CTFontRef ctFont = typeface->fFontRef.get(); local
1790 copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) argument
[all...]

Completed in 129 milliseconds