/external/skia/legacy/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 393 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/ |
D | SkFontHost_mac_coretext.cpp | 427 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/ |
D | SimpleFontDataCoreText.cpp | 64 …const void* valuesWithKerningDisabled[] = { platformData().ctFont(), kerningAdjustment, allowLigat… in getCFStringAttributes() 71 …const void* valuesWithKerningEnabled[] = { platformData().ctFont(), allowLigatures ? ligaturesAllo… in getCFStringAttributes()
|
D | SimpleFontDataATSUI.mm | 52 …ATSUFontID fontID = m_platformData.ctFont() ? CTFontGetPlatformFont(m_platformData.ctFont(), 0) : …
|
D | ComplexTextControllerATSUI.cpp | 285 …TSUFontID fontID = fontData->platformData().ctFont() ? CTFontGetPlatformFont(fontData->platformDat… in initializeATSUStyle()
|
D | GlyphPageTreeNodeMac.cpp | 89 …RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0)); in fill()
|
D | FontMac.mm | 105 … CTFontGetVerticalTranslationsForGlyphs(platformData.ctFont(), glyphs, translations.data(), count); 135 CTFontDrawGlyphs(platformData.ctFont(), glyphs, positions.data(), count, context);
|
D | SimpleFontDataMac.mm | 266 …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/ |
D | SkAdvancedTypefaceMetrics.cpp | 270 CTFontRef ctFont, 274 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));
|
/external/skia/src/core/ |
D | SkAdvancedTypefaceMetrics.cpp | 282 CTFontRef ctFont, 286 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontPlatformData.h | 167 CTFontRef ctFont() const { return reinterpret_cast<CTFontRef>(m_nsFont); } in ctFont() function
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 227 CTFontRef ctFont() const;
|
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
D | FontPlatformDataCocoa.mm | 190 CTFontRef FontPlatformData::ctFont() const
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 67674 (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().
|
D | ChangeLog-2011-02-16 | 12317 (WebCore::FontPlatformData::ctFont):
|