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

  /external/webkit/Tools/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/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 36 typedef struct CGContext *CGContextRef;
50 void displayCallback(CACFLayerRef, CGContextRef);
68 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
70 void drawTile(CACFLayerRef, CGContextRef);
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 57 typedef struct CGContext *CGContextRef;
58 CGContextRef CGBitmapContextCreate(void *data/*, size_t width, size_t height,
62 void *CGBitmapContextGetData(CGContextRef context);
  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 34 typedef struct CGContext* CGContextRef;
52 CGContextRef cgContext;
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 40 typedef struct CGContext* CGContextRef;
142 void paint(CGContextRef);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 43 typedef struct CGContext* CGContextRef;
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 context, CGRect rect, float timeLoaded, float currentTime, float duration, unsigned state)
    [all...]

Completed in 86 milliseconds