HomeSort by relevance Sort by last modified time
    Searched refs:ctFont (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataATSUI.mm 52 ATSUFontID fontID = m_platformData.ctFont() ? CTFontGetPlatformFont(m_platformData.ctFont(), 0) : 0;
SimpleFontDataCoreText.cpp 64 const void* valuesWithKerningDisabled[] = { platformData().ctFont(), kerningAdjustment, allowLigatures
71 const void* valuesWithKerningEnabled[] = { platformData().ctFont(), allowLigatures ? ligaturesAllowed : ligaturesNotAllowed, treatLineAsVertical ? kCFBooleanTrue : kCFBooleanFalse };
FontMac.mm 105 CTFontGetVerticalTranslationsForGlyphs(platformData.ctFont(), glyphs, translations.data(), count);
135 CTFontDrawGlyphs(platformData.ctFont(), glyphs, positions.data(), count, context);
GlyphPageTreeNodeMac.cpp 87 // For the CGFont comparison in the loop, use the CGFont that Core Text assigns to the CTFont. This may
89 RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0));
93 // We need to pick runs that use the exact font we need, i.e., fontData->platformData().ctFont().
100 // Use CGFont here as CFEqual for CTFont counts all attributes for font.
SimpleFontDataMac.mm 266 RetainPtr<CFArrayRef> tableTags(AdoptCF, CTFontCopyAvailableTables(m_platformData.ctFont(), kCTFontTableOptionExcludeSynthetic));
462 boundingBox = CTFontGetBoundingRectsForGlyphs(m_platformData.ctFont(), platformData().orientation() == Vertical ? kCTFontVerticalOrientation : kCTFontHorizontalOrientation, &glyph, 0, 1);
482 CTFontGetAdvancesForGlyphs(m_platformData.ctFont(), kCTFontVerticalOrientation, &glyph, &advance, 1);
ComplexTextControllerATSUI.cpp 285 ATSUFontID fontID = fontData->platformData().ctFont() ? CTFontGetPlatformFont(fontData->platformData().ctFont(), 0) : 0;
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 393 CTFontRef ctFont;
398 ctFont = NULL;
428 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL,
432 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
443 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
625 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID);
626 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
670 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform,
677 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 427 CTFontRef ctFont = NULL;
468 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, ctFontDesc);
470 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
475 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
648 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID);
649 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
691 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, ctFontDesc);
696 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, NULL);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 167 CTFontRef ctFont() const { return reinterpret_cast<CTFontRef>(m_nsFont); }
  /external/skia/legacy/src/core/
SkAdvancedTypefaceMetrics.cpp 270 CTFontRef ctFont,
274 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 282 CTFontRef ctFont,
286 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 190 CTFontRef FontPlatformData::ctFont() const
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 227 CTFontRef ctFont() const;

Completed in 116 milliseconds