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

  /external/webkit/WebKitTools/DumpRenderTree/cg/
PixelDumpSupportCG.h 42 typedef struct CGContext* CGContextRef;
52 static PassRefPtr<BitmapContext> createByAdoptingBitmapAndContext(PlatformBitmapBuffer buffer, CGContextRef context)
67 CGContextRef cgContext() const { return m_context.get(); }
71 BitmapContext(PlatformBitmapBuffer buffer, CGContextRef context)
78 RetainPtr<CGContextRef> m_context;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 36 typedef struct CGContext* CGContextRef;
56 uint32_t wkSetFontSmoothingStyle(CGContextRef cg, bool fontAllowsSmoothing);
57 void wkRestoreFontSmoothingStyle(CGContextRef cg, uint32_t oldStyle);
58 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool usePlatformNativeGlyphs);
70 void wkSetPatternBaseCTM(CGContextRef, CGAffineTransform);
71 void wkSetPatternPhaseInUserSpace(CGContextRef, CGPoint phasePoint);
72 CGAffineTransform wkGetUserToBaseCTM(CGContextRef);
74 void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
  /external/webkit/WebKit/win/
WebKitGraphics.h 34 typedef struct CGContext* CGContextRef;
52 CGContextRef cgContext;

Completed in 41 milliseconds