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

  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.h 32 typedef struct CGFont* CGFontRef;
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 32 typedef struct CGFont* CGFontRef;
44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont)
57 CGFontRef m_cgFont;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h 37 typedef struct CGFont* CGFontRef;
47 // * Holder for the CGFontRef & ATSFontRef belonging to the activated font.
79 // Get cached CGFontRef corresponding to the in-memory font.
80 CGFontRef cgFont() { return m_cgFont.get(); }
93 WTF::RetainPtr<CGFontRef> m_cgFont;
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 66 typedef struct CGFont* CGFontRef;
90 typedef struct CGFont* CGFontRef;
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation,
203 FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
223 CGFontRef cgFont() const { return m_cgFont.get(); }
225 CGFontRef cgFont() const { return m_cgFont; }
232 CGFontRef cgFont() const { return m_cgFont.get(); }
307 // * cgFont - CGFontRef representing the input font at the specified point size.
308 void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
335 RetainPtr<CGFontRef> m_cgFont
    [all...]
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 45 typedef struct CGFont* CGFontRef;
78 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
79 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 54 typedef struct CGFont* CGFontRef;

Completed in 125 milliseconds