Searched defs:CGContextRef (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.h36 typedef struct CGContext *CGContextRef; typedef in typeref:struct:CGContext
50 void displayCallback(CACFLayerRef, CGContextRef);
68 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
70 void drawTile(CACFLayerRef, CGContextRef);
/external/webkit/Tools/DumpRenderTree/cg/
H A DPixelDumpSupportCG.h42 typedef struct CGContext* CGContextRef; typedef in typeref:struct:CGContext
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/Source/WebKit/win/
H A DWebKitGraphics.h34 typedef struct CGContext* CGContextRef; typedef in typeref:struct:CGContext
52 CGContextRef cgContext;
/external/webkit/Source/WebCore/platform/graphics/
H A DGradient.h40 typedef struct CGContext* CGContextRef; typedef in typeref:struct:CGContext
142 void paint(CGContextRef);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h43 typedef struct CGContext* CGContextRef; typedef in typeref:struct:CGContext
75 uint32_t wkSetFontSmoothingStyle(CGContextRef cg, bool fontAllowsSmoothing);
76 void wkRestoreFontSmoothingStyle(CGContextRef cg, uint32_t oldStyle);
77 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool usePlatformNativeGlyphs);
82 void wkSetPatternBaseCTM(CGContextRef, CGAffineTransform);
83 void wkSetPatternPhaseInUserSpace(CGContextRef, CGPoint phasePoint);
84 CGAffineTransform wkGetUserToBaseCTM(CGContextRef);
86 void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
232 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
233 void WKDrawMediaSliderTrack(int themeStyle, CGContextRef contex
[all...]

Completed in 1454 milliseconds