Home
last modified time | relevance | path

Searched refs:ctFont (Results 1 – 15 of 15) sorted by relevance

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp393 CTFontRef ctFont; in NewFromName() local
398 ctFont = NULL; in NewFromName()
428 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, in NewFromName()
432 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL); in NewFromName()
443 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL; in NewFromName()
625 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID); in SkScalerContext_Mac() local
626 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); in SkScalerContext_Mac()
670 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, in SkScalerContext_Mac()
677 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, in SkScalerContext_Mac()
1533 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, in populate_glyph_to_unicode_slow() argument
[all …]
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp427 CTFontRef ctFont = NULL; in NewFromName() local
468 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, ctFontDesc); in NewFromName()
470 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL); in NewFromName()
475 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL; in NewFromName()
648 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID); in SkScalerContext_Mac() local
649 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); in SkScalerContext_Mac()
691 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, ctFontDesc); in SkScalerContext_Mac()
696 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, NULL); in SkScalerContext_Mac()
1378 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow() argument
1386 if (CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) { in populate_glyph_to_unicode_slow()
[all …]
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataCoreText.cpp64 …const void* valuesWithKerningDisabled[] = { platformData().ctFont(), kerningAdjustment, allowLigat… in getCFStringAttributes()
71 …const void* valuesWithKerningEnabled[] = { platformData().ctFont(), allowLigatures ? ligaturesAllo… in getCFStringAttributes()
DSimpleFontDataATSUI.mm52 …ATSUFontID fontID = m_platformData.ctFont() ? CTFontGetPlatformFont(m_platformData.ctFont(), 0) : …
DComplexTextControllerATSUI.cpp285 …TSUFontID fontID = fontData->platformData().ctFont() ? CTFontGetPlatformFont(fontData->platformDat… in initializeATSUStyle()
DGlyphPageTreeNodeMac.cpp89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill()
DFontMac.mm105 … CTFontGetVerticalTranslationsForGlyphs(platformData.ctFont(), glyphs, translations.data(), count);
135 CTFontDrawGlyphs(platformData.ctFont(), glyphs, positions.data(), count, context);
DSimpleFontDataMac.mm266 …RetainPtr<CFArrayRef> tableTags(AdoptCF, CTFontCopyAvailableTables(m_platformData.ctFont(), kCTFon…
462 …boundingBox = CTFontGetBoundingRectsForGlyphs(m_platformData.ctFont(), platformData().orientation(…
482 …CTFontGetAdvancesForGlyphs(m_platformData.ctFont(), kCTFontVerticalOrientation, &glyph, &advance, …
/external/skia/legacy/src/core/
DSkAdvancedTypefaceMetrics.cpp270 CTFontRef ctFont,
274 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));
/external/skia/src/core/
DSkAdvancedTypefaceMetrics.cpp282 CTFontRef ctFont,
286 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h167 CTFontRef ctFont() const { return reinterpret_cast<CTFontRef>(m_nsFont); } in ctFont() function
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h227 CTFontRef ctFont() const;
/external/webkit/Source/WebCore/platform/graphics/cocoa/
DFontPlatformDataCocoa.mm190 CTFontRef FontPlatformData::ctFont() const
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0667674 (WebCore::FontPlatformData::ctFont):
83370 (WebCore::FontPlatformData::ctFont):
83461 (WebCore::FontPlatformData::ctFont): Copied from mac/FontPlatformDataMac.mm.
83695 Use ctFont() to get the CTFont.
83748 * platform/graphics/mac/FontPlatformData.h: …to here, renaming the latter ctFont().
83753 (WebCore::FontPlatformData::ctFont): Moved here from SimpleFontDataCoreText.cpp and renamed.
83755 (WebCore::SimpleFontData::getCFStringAttributes): Updated to use FontPlatformData::ctFont().
DChangeLog-2011-02-1612317 (WebCore::FontPlatformData::ctFont):