HomeSort by relevance Sort by last modified time
    Searched refs:CGContextRef (Results 1 - 25 of 63) sorted by null

1 2 3

  /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/WebCore/platform/mac/
WebCoreSystemInterface.mm 31 BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
36 void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
38 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
42 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
45 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
65 void (*wkSetCGFontRenderingMode)(CGContextRef, NSFont*);
67 void (*wkSetPatternBaseCTM)(CGContextRef, CGAffineTransform);
68 void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint point);
69 CGAffineTransform (*wkGetUserToBaseCTM)(CGContextRef);
WebCoreSystemInterface.h 90 extern BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
103 extern void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
105 extern void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
109 extern void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
111 extern void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
133 extern void (*wkSetCGFontRenderingMode)(CGContextRef, NSFont*);
137 extern void (*wkSetPatternBaseCTM)(CGContextRef, CGAffineTransform);
138 extern void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint);
139 extern CGAffineTransform (*wkGetUserToBaseCTM)(CGContextRef);
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 38 GraphicsContextPlatformPrivate(CGContextRef cgContext)
87 RetainPtr<CGContextRef> m_cgContext;
GraphicsContextCG.cpp 86 static void setCGFillColor(CGContextRef context, const Color& color, ColorSpace colorSpace)
93 static void setCGStrokeColor(CGContextRef context, const Color& color, ColorSpace colorSpace)
100 static void setCGFillColorSpace(CGContextRef context, ColorSpace colorSpace)
114 static void setCGStrokeColorSpace(CGContextRef context, ColorSpace colorSpace)
145 GraphicsContext::GraphicsContext(CGContextRef cgContext)
163 CGContextRef GraphicsContext::platformContext() const
195 CGContextRef context = platformContext();
270 CGContextRef context = platformContext();
345 CGContextRef context = platformContext();
360 CGContextRef context = platformContext()
    [all...]
PatternCG.cpp 37 static void patternCallback(void* info, CGContextRef context)
PathCG.cpp 49 static CGContextRef createScratchContext()
53 CGContextRef context = CGPDFContextCreate(consumer.get(), 0, 0);
62 static inline CGContextRef scratchContext()
64 static CGContextRef context = createScratchContext();
140 CGContextRef context = scratchContext();
171 CGContextRef context = scratchContext();
ImageCG.cpp 116 RetainPtr<CGContextRef> bmap(AdoptCF, CGBitmapContextCreate(pixel, 1, 1, 8, sizeof(pixel), space,
174 CGContextRef context = ctxt->platformContext();
241 static void drawPatternCallback(void* info, CGContextRef context)
258 CGContextRef context = ctxt->platformContext();
  /external/webkit/WebCore/platform/win/
DragImageCGWin.cpp 41 void deallocContext(CGContextRef target)
46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
57 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
70 static CGContextRef createCgContextFromBitmap(HBITMAP bitmap)
77 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
90 CGContextRef targetContext;
91 CGContextRef srcContext;
132 CGContextRef drawContext = 0;
  /external/webkit/WebKit/win/
WebKitGraphics.h 34 typedef struct CGContext* CGContextRef;
52 CGContextRef cgContext;
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 93 void WKDrawCapsLockIndicator(CGContextRef, CGRect);
95 void WKDrawFocusRing(CGContextRef context, CGColorRef color, int radius);
117 void WKSetCGFontRenderingMode(CGContextRef cgContext, NSFont *font);
118 BOOL WKCGContextGetShouldSmoothFonts(CGContextRef cgContext);
131 void WKSetPatternBaseCTM(CGContextRef, CGAffineTransform);
132 void WKSetPatternPhaseInUserSpace(CGContextRef, CGPoint);
133 CGAffineTransform WKGetUserToBaseCTM(CGContextRef);
156 CGContextRef WKNSWindowOverrideCGContext(NSWindow *, CGContextRef);
157 void WKNSWindowRestoreCGContext(NSWindow *, CGContextRef);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.h 58 + (void)drawContents:(WebCore::GraphicsLayer*)layerContents ofLayer:(CALayer*)layer intoContext:(CGContextRef)context;
GraphicsContextMac.mm 46 static void drawFocusRingToContext(CGContextRef context, RetainPtr<CGPathRef> focusRingPath, RetainPtr<CGColorRef> colorRef, int radius)
168 CGContextRef context = (CGContextRef)[currentContext graphicsPort];
WebTiledLayer.mm 102 - (void)drawInContext:(CGContextRef)ctx
  /external/skia/xcode/hostapp/
test.cpp 6 extern "C" void SkiaDraw(CGContextRef cg, CGRect bounds);
31 void SkiaDraw(CGContextRef cg, CGRect bounds) {
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandler.h 43 virtual void drawRect(CGContextRef, const NSRect&) = 0;
WebNetscapePluginEventHandlerCarbon.h 40 virtual void drawRect(CGContextRef, const NSRect&);
WebNetscapePluginEventHandlerCocoa.h 38 virtual void drawRect(CGContextRef, const NSRect&);
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 73 CGContextRef cgContext = NULL;
83 cgContext = (CGContextRef) gc->GetNativeContext();
non-kerned-drawing.cpp 61 CGContextRef cgContext = static_cast<CGContextRef>(dc->GetGraphicsContext()->GetNativeContext());
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 40 static CGContextRef CGContextWithHDC(HDC hdc, bool hasAlpha)
50 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
95 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
146 CGContextRef context = platformContext();
162 static void setCGStrokeColor(CGContextRef context, const Color& color)
201 CGContextRef context = platformContext();
ImageCGWin.cpp 53 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight, 8,
73 CGContextRef cgContext = CGBitmapContextCreate(bmpInfo.bmBits, bmpInfo.bmWidth, bmpInfo.bmHeight,
  /external/webkit/WebCore/rendering/
RenderMediaControls.cpp 46 SOFT_LINK(SafariTheme, paintThemePart, void, __stdcall, (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state), (part, context, rect, size, state))
47 SOFT_LINK(SafariTheme, STPaintProgressIndicator, void, APIENTRY, (ProgressIndicatorType type, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state, float value), (type, context, rect, size, state, value))
  /external/webkit/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 75 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,

Completed in 511 milliseconds

1 2 3