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

  /external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformData.h 28 typedef struct CGFont* CGFontRef;
36 FontCustomPlatformData(CGFontRef cgFont, HANDLE fontReference, const String& name)
47 CGFontRef m_cgFont;
FontPlatformData.h 37 typedef struct CGFont* CGFontRef;
65 FontPlatformData(HFONT, CGFontRef, float size, bool bold, bool oblique, bool useGDI);
79 CGFontRef cgFont() const { return m_cgFont.get(); }
141 RetainPtr<CGFontRef> m_cgFont;
  /external/webkit/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 28 typedef struct CGFont* CGFontRef;
38 FontCustomPlatformData(ATSFontContainerRef container, ATSFontRef atsFont, CGFontRef cgFont)
47 CGFontRef m_cgFont;
FontPlatformData.h 35 typedef struct CGFont* CGFontRef;
69 FontPlatformData(CGFontRef cgFont, ATSUFontID fontID, float size, bool syntheticBold, bool syntheticOblique)
118 CGFontRef cgFont() const { return m_cgFont.get(); }
120 CGFontRef cgFont() const { return m_cgFont; }
132 RetainPtr<CGFontRef> m_cgFont;
134 CGFontRef m_cgFont; // It is not necessary to refcount this, since either an NSFont owns it or some CachedFont has it referenced.
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 38 typedef struct CGFont* CGFontRef;
59 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
60 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
62 void wkSetFontPlatformInfo(CGFontRef, LOGFONT*, void(*)(void*));

Completed in 68 milliseconds