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

1 2 3 4 5

  /external/webkit/Source/WebKit2/Platform/cg/
CGUtilities.h 31 void paintImage(CGContextRef, CGImageRef, CGPoint destination, CGRect source);
32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGPoint destination, CGRect source);
CGUtilities.cpp 33 void paintImage(CGContextRef context, CGImageRef image, CGPoint destination, CGRect source)
50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRect source)
  /external/webkit/Source/WebKit2/Shared/API/c/cg/
WKGraphicsContextCG.cpp 35 CGContextRef WKGraphicsContextGetCGContext(WKGraphicsContextRef graphicsContextRef)
WKGraphicsContextCG.h 36 WK_EXPORT CGContextRef WKGraphicsContextGetCGContext(WKGraphicsContextRef graphicsContext);
  /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/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 64 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
65 void drawTile(CACFLayerRef, CGContextRef);
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 41 void deallocContext(CGContextRef target)
46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
56 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
68 static CGContextRef createCgContextFromBitmap(HBITMAP bitmap)
74 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
86 CGContextRef targetContext;
87 CGContextRef srcContext;
128 CGContextRef drawContext = 0;
  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 34 typedef struct CGContext* CGContextRef;
52 CGContextRef cgContext;
  /external/webkit/Source/WebKit2/Shared/
WebGraphicsContext.h 51 CGContextRef platformContext() { return m_platformContext.get(); }
63 RetainPtr<CGContextRef> m_platformContext;
  /external/skia/include/utils/mac/
SkCGUtils.h 45 void SkCGDrawBitmap(CGContextRef, const SkBitmap&, float x, float y);
  /external/skia/legacy/include/utils/mac/
SkCGUtils.h 45 void SkCGDrawBitmap(CGContextRef, const SkBitmap&, float x, float y);
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.h 52 void drawLayerContents(CGContextRef, CALayer *, WebCore::PlatformCALayer*);
  /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/WebKit2/UIProcess/
BackingStore.h 59 typedef CGContextRef PlatformGraphicsContext;
77 CGContextRef backingStoreContext();
80 RetainPtr<CGContextRef> m_bitmapContext;
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 56 CGContextRef BackingStore::backingStoreContext()
62 if (CGContextRef containingWindowContext = m_webPageProxy->containingWindowGraphicsContext()) {
64 CGContextRef layerContext = CGLayerGetContext(m_cgLayer.get());
98 CGContextRef context = backingStoreContext();
122 CGContextRef layerContext = CGLayerGetContext(m_cgLayer.get());
  /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...]
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 31 BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
38 void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
40 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
44 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
47 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
70 void (*wkSetCGFontRenderingMode)(CGContextRef, NSFont*);
73 void (*wkSetPatternBaseCTM)(CGContextRef, CGAffineTransform);
74 void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint point);
75 CGAffineTransform (*wkGetUserToBaseCTM)(CGContextRef);
131 CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef (…)
    [all...]
WebCoreSystemInterface.h 96 extern BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
111 extern void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
113 extern void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
117 extern void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
119 extern void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
144 extern void (*wkSetCGFontRenderingMode)(CGContextRef, NSFont*);
149 extern void (*wkSetPatternBaseCTM)(CGContextRef, CGAffineTransform);
150 extern void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint);
151 extern CGAffineTransform (*wkGetUserToBaseCTM)(CGContextRef);
206 extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 43 GraphicsContextPlatformPrivate(CGContextRef cgContext, GraphicsContextCGFlags flags = 0)
95 RetainPtr<CGContextRef> m_cgContext;
GraphicsContextCG.cpp 70 CG_EXTERN void CGContextSetCTM(CGContextRef, CGAffineTransform);
77 static void setCGFillColor(CGContextRef context, const Color& color, ColorSpace colorSpace)
82 static void setCGStrokeColor(CGContextRef context, const Color& color, ColorSpace colorSpace)
115 void GraphicsContext::platformInit(CGContextRef cgContext)
131 CGContextRef GraphicsContext::platformContext() const
163 CGContextRef context = platformContext();
238 CGContextRef context = platformContext();
319 CGContextRef context = platformContext();
420 CGContextRef context = platformContext();
441 CGContextRef context = platformContext()
    [all...]
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 53 CGContextRef cgContext = static_cast<CGContextRef>(dc->GetGraphicsContext()->GetNativeContext());
  /external/webkit/Source/WebKit/mac/Misc/
QuickDrawCompatibility.h 44 extern OSStatus CreateCGContextForPort(CGrafPtr, CGContextRef*);
45 extern OSStatus SyncCGContextOriginWithPort(CGContextRef, CGrafPtr);
  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 47 static CGContextRef createCGContextFromImage(WKImageRef wkImage)
57 CGContextRef context = CGBitmapContextCreate(buffer, pixelsWide, pixelsHigh, 8, rowBytes, colorSpace, kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host);
65 void computeMD5HashStringForContext(CGContextRef bitmapContext, char hashString[33])
102 static void dumpBitmap(CGContextRef bitmapContext)
131 CGContextRef context = createCGContextFromImage(image);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 117 void WKDrawCapsLockIndicator(CGContextRef, CGRect);
119 void WKDrawFocusRing(CGContextRef context, CGColorRef color, int radius);
141 void WKSetCGFontRenderingMode(CGContextRef cgContext, NSFont *font);
142 BOOL WKCGContextGetShouldSmoothFonts(CGContextRef cgContext);
155 void WKSetPatternBaseCTM(CGContextRef, CGAffineTransform);
156 void WKSetPatternPhaseInUserSpace(CGContextRef, CGPoint);
157 CGAffineTransform WKGetUserToBaseCTM(CGContextRef);
178 CGContextRef WKIOSurfaceContextCreate(IOSurfaceRef, unsigned width, unsigned height, CGColorSpaceRef);
179 CGImageRef WKIOSurfaceContextCreateImage(CGContextRef context);
188 CGContextRef WKNSWindowOverrideCGContext(NSWindow *, CGContextRef)
    [all...]

Completed in 467 milliseconds

1 2 3 4 5