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

  /external/chromium_org/third_party/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/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.h 54 CTFontRef
hb-coretext.cc 142 CTFontRef ct_font;
194 CTFontRef
240 CTFontRef font;
797 CTFontRef run_ct_font = static_cast<CTFontRef>(CFDictionaryGetValue (attributes, kCTFontAttributeName));
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.h 54 CTFontRef
hb-coretext.cc 147 CTFontRef ct_font;
199 CTFontRef
245 CTFontRef font;
699 CTFontRef run_ct_font = static_cast<CTFontRef>(CFDictionaryGetValue (attributes, kCTFontAttributeName));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 51 typedef const struct __CTFont* CTFontRef;
57 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
94 CTFontRef ctFont() const;
172 bool isAATFont(CTFontRef) const;
194 mutable RetainPtr<CTFontRef> m_CTFont;
FontPlatformData.cpp 333 CTFontRef font = ctFont();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceCoreText.cpp 50 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont();
63 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont();
76 CTFontRef ctFont = reinterpret_cast<FontPlatformData*>(fontData)->ctFont();
  /external/chromium_org/ui/gfx/
render_text_mac.h 72 void ApplyStyles(CFMutableAttributedStringRef attr_string, CTFontRef ct_font);
render_text_mac.cc 114 CTFontRef ct_font = base::mac::NSToCFCast(
197 CTFontRef font) {
232 base::ScopedCFTypeRef<CTFontRef> styled_font(
310 CTFontRef ct_font =
311 base::mac::GetValueFromDictionary<CTFontRef>(attributes,
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 228 CTFontRef FontPlatformData::ctFont() const
258 RetainPtr<CTFontRef> newFont(AdoptCF, CTFontCreateWithFontDescriptor(newDescriptor.get(), m_textSize, 0));
267 bool FontPlatformData::isAATFont(CTFontRef ctFont) const
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 355 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) {
371 static SkFontID CTFontRef_to_SkFontID(CTFontRef fontRef) {
425 CTFontRef fontRef, const char name[], bool isLocalStream)
436 CTFontRef fontRef, const char name[], bool isLocalStream)
447 AutoCFRelease<CTFontRef> fFontRef;
476 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[], bool isLocalStream) {
486 CTFontRef ctFont = NULL;
545 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face);
546 CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face) {
554 SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef fontRef)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataCoreText.cpp 148 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));
SimpleFontDataMac.mm 82 static bool fontHasVerticalGlyphs(CTFontRef ctFont)
119 if (key && !CFEqual(RetainPtr<CFStringRef>(AdoptCF, CTFontCopyPostScriptName(CTFontRef(key))).get(), CFSTR("LastResort"))) {
444 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
ComplexTextControllerCoreText.mm 210 RetainPtr<CTFontRef> fontWithCascadeList(AdoptCF, CTFontCreateCopyWithAttributes(fontData->platformData().ctFont(), m_font.fontDescription().computedPixelSize(), 0, fontDescriptor.get()));
255 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
  /external/chromium_org/third_party/skia/gm/
gammatext.cpp 57 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face);
64 CTFontRef ct = SkTypeface_GetCTFontRef(face);
  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 280 CTFontRef ctFont,
284 bool (*getAdvance)(CTFontRef ctFont, int gId, int16_t* data));

Completed in 258 milliseconds