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

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 34 typedef UInt32 ATSFontRef;
  /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;
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 95 typedef UInt32 ATSFontRef;

Completed in 306 milliseconds