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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h 39 typedef UInt32 ATSFontRef;
47 // * Holder for the CGFontRef & ATSFontRef belonging to the activated font.
62 // This code assumes that an ATSFontRef is a unique identifier tied to an
63 // activated font. i.e. After we activate a font, its ATSFontRef doesn't
82 // Get cached ATSFontRef corresponding to the in-memory font.
83 ATSFontRef atsFontRef() { return m_atsFontRef; }
86 // srcFontRef - ATSFontRef belonging to the NSFont object that failed to
94 ATSFontRef m_atsFontRef;
CrossProcessFontLoading.mm 65 ATSFontRef fontRef = CTFontGetPlatformFont(toCTFontRef(srcFont), 0);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 34 typedef UInt32 ATSFontRef;
FontCustomPlatformData.cpp 95 ATSFontRef fontRef = 0;
SimpleFontDataMac.mm 115 ATSFontRef atsFont = FMGetATSFontRefFromFont(CTFontGetPlatformFont(toCTFontRef(font), 0));
117 ATSFontRef atsFont = FMGetATSFontRefFromFont(wkGetNSFontATSUFontId(font));
301 ATSFontRef atsFont = FMGetATSFontRefFromFont(platformData.m_atsuFontID);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 169 ATSFontRef fontRef;
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 51 ATSFontRef fontRef;
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 305 static void* get_font_table(ATSFontRef fontID, uint32_t tag) {
337 static bool init_vertical_metrics(ATSFontRef font, SkPoint pts[5]) {
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 95 typedef UInt32 ATSFontRef;

Completed in 68 milliseconds