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

  /external/harfbuzz_ng/src/
hb-coretext.h 40 CTFontRef
hb-coretext.cc 108 CTFontRef ct_font;
160 CTFontRef
  /external/skia/include/ports/
SkTypeface_mac.h 24 * corresponding typeface for the specified CTFontRef. The caller must call
27 SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef);
  /external/skia/legacy/include/ports/
SkTypeface_mac.h 24 * corresponding typeface for the specified CTFontRef. The caller must call
27 SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 55 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
167 CTFontRef ctFont() const { return reinterpret_cast<CTFontRef>(m_nsFont); }
FontPlatformDataWx.cpp 167 cgFont = CTFontCopyGraphicsFont((CTFontRef)m_font->font()->OSXGetCTFont(), 0);
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 68 typedef const struct __CTFont* CTFontRef;
93 typedef const struct __CTFont* CTFontRef;
105 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
227 CTFontRef ctFont() const;
342 mutable RetainPtr<CTFontRef> m_CTFont;
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 353 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isMonospace) {
369 static SkFontID CTFontRef_to_SkFontID(CTFontRef fontRef) {
400 CTFontRef fontRef, const char name[])
409 AutoCFRelease<CTFontRef> fFontRef;
412 static CTFontRef typeface_to_fontref(const SkTypeface* face) {
417 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) {
427 CTFontRef ctFont = NULL;
467 AutoCFRelease<CTFontRef> ctNamed(CTFontCreateWithName(cfFontName, 1, NULL));
478 static CTFontRef GetFontRefFromFontID(SkFontID fontID) {
498 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face)
    [all...]
SkFontHost_freetype_mac.cpp 102 SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef fontRef) {
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 309 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isMonospace) {
336 static SkFontID CTFontRef_to_SkFontID(CTFontRef fontRef) {
364 CTFontRef fontRef, const char name[])
374 CTFontRef fFontRef;
377 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) {
393 CTFontRef ctFont;
427 CTFontRef ctNamed = CTFontCreateWithName(cfFontName, 1, NULL);
446 static CTFontRef GetFontRefFromFontID(SkFontID fontID) {
466 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face);
467 CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face)
    [all...]
SkFontHost_freetype_mac.cpp 103 SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef fontRef) {
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 190 CTFontRef FontPlatformData::ctFont() const
203 RetainPtr<CTFontRef> sourceFont(AdoptCF, CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, 0));
208 RetainPtr<CTFontRef> newFont(AdoptCF, CTFontCreateWithFontDescriptor(newDescriptor.get(), m_size, 0));
  /external/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 98 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));
  /external/skia/gm/
gammatext.cpp 57 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face);
64 CTFontRef ct = SkTypeface_GetCTFontRef(face);
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 49 cgFont = CTFontCopyGraphicsFont((CTFontRef)font->OSXGetCTFont(), NULL);
  /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));

Completed in 1791 milliseconds