Searched refs:CGContextRef (Results 1 - 25 of 137) sorted by relevance

123456

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cg/
H A DWKGraphicsContextCG.cpp35 CGContextRef WKGraphicsContextGetCGContext(WKGraphicsContextRef graphicsContextRef)
H A DWKGraphicsContextCG.h36 WK_EXPORT CGContextRef WKGraphicsContextGetCGContext(WKGraphicsContextRef graphicsContext);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/cg/
H A DCGUtilities.h31 void paintImage(CGContextRef, CGImageRef, CGFloat scaleFactor, CGPoint destination, CGRect source);
32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGFloat scaleFactor, CGPoint destination, CGRect source);
H A DCGUtilities.cpp33 void paintImage(CGContextRef context, CGImageRef image, CGFloat scaleFactor, CGPoint destination, CGRect source)
51 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGFloat scaleFactor, CGPoint destination, CGRect source)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.h6 void doOneBitMaskImages(CGContextRef context);
8 void doMaskImageWithMaskFromURL(CGContextRef context,
14 void doMaskImageWithColorFromURL(CGContextRef context, CFURLRef url,
18 void exportImageWithMaskFromURLWithDestination(CGContextRef context,
24 void doMaskImageWithGrayImageFromURL(CGContextRef context, CFURLRef imageURL, size_t imagewidth,
29 void drawWithClippingMask(CGContextRef context,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.h6 void doOneBitMaskImages(CGContextRef context);
8 void doMaskImageWithMaskFromURL(CGContextRef context,
14 void doMaskImageWithColorFromURL(CGContextRef context, CFURLRef url,
18 void exportImageWithMaskFromURLWithDestination(CGContextRef context,
24 void doMaskImageWithGrayImageFromURL(CGContextRef context, CFURLRef imageURL, size_t imagewidth,
29 void drawWithClippingMask(CGContextRef context,
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreNSCellExtras.m35 CGContextRef cgContext = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
H A DLocalCurrentGraphicsContext.h34 CGContextRef cgContext();
49 CGContextRef context() { return m_graphicsContext; }
H A DLocalCurrentGraphicsContext.mm33 CGContextRef cgContext = this->cgContext();
55 CGContextRef LocalCurrentGraphicsContext::cgContext()
57 CGContextRef cgContext = m_savedGraphicsContext->platformContext();
H A DWebCoreSystemInterface.mm32 void (*wkCALayerEnumerateRectsBeingDrawnWithBlock)(CALayer *, CGContextRef context, void (^block)(CGRect rect));
34 BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
35 void (*wkCGContextResetClip)(CGContextRef);
37 bool (*wkCGContextDrawsWithCorrectShadowOffsets)(CGContextRef);
47 void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
49 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
53 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
56 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
90 void (*wkSetCGFontRenderingMode)(CGContextRef, NSFont*, BOOL);
92 void (*wkSetCGFontRenderingMode)(CGContextRef, NSFon
[all...]
H A DWebCoreSystemInterface.h38 typedef struct CGContext *CGContextRef; typedef in typeref:struct:CGContext
115 extern void (*wkCALayerEnumerateRectsBeingDrawnWithBlock)(CALayer *, CGContextRef, void (^block)(CGRect rect));
118 extern BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
124 extern void (*wkCGContextResetClip)(CGContextRef);
126 extern bool (*wkCGContextDrawsWithCorrectShadowOffsets)(CGContextRef);
143 extern void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
145 extern void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
149 extern void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
151 extern void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
198 extern void (*wkSetCGFontRenderingMode)(CGContextRef, NSFon
[all...]
/macosx-10.9.5/WebCore-7537.78.1/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);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DWebLayer.h45 void drawLayerContents(CGContextRef, CALayer *, WebCore::PlatformCALayer*);
H A DPDFDocumentImageMac.mm48 bool CGContextGetAllowsFontSmoothing(CGContextRef context);
49 bool CGContextGetAllowsFontSubpixelQuantization(CGContextRef context);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h43 GraphicsContextPlatformPrivate(CGContextRef cgContext, GraphicsContextCGFlags flags = 0)
85 RetainPtr<CGContextRef> m_cgContext;
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DDragImageCGWin.cpp42 void deallocContext(CGContextRef target)
47 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
57 CGContextRef bitmapContext = CGBitmapContextCreate(bits, bmpInfo.bmiHeader.biWidth, bmpInfo.bmiHeader.biHeight, 8,
69 static CGContextRef createCgContextFromBitmap(HBITMAP bitmap)
75 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
87 CGContextRef targetContext;
88 CGContextRef srcContext;
128 CGContextRef drawContext = 0;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h34 typedef struct CGContext* CGContextRef; typedef in typeref:struct:CGContext
52 CGContextRef cgContext;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebGraphicsContext.h49 CGContextRef platformContext() { return m_platformContext.get(); }
59 RetainPtr<CGContextRef> m_platformContext;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DBackingStore.h64 typedef CGContextRef PlatformGraphicsContext;
85 CGContextRef backingStoreContext();
91 RetainPtr<CGContextRef> m_bitmapContext;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgbitmapcontext.py12 self.assertIsInstance(ctx, CGContextRef)
40 self.assertIsInstance(ctx, CGContextRef)
49 self.assertIsInstance(ctx, CGContextRef)
H A Dtest_cglayer.py17 self.assertIsInstance(context, CGContextRef)
45 self.assertIsInstance(ctx, CGContextRef)
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXInt.h48 # define CGContextRef void * macro
64 CGContextRef context;
145 # undef CGContextRef macro
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DQuickDrawCompatibility.h44 extern OSStatus CreateCGContextForPort(CGrafPtr, CGContextRef*);
45 extern OSStatus SyncCGContextOriginWithPort(CGContextRef, CGrafPtr);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cglayer.py16 self.failUnlessIsInstance(context, CGContextRef)
44 self.failUnlessIsInstance(ctx, CGContextRef)
H A Dtest_cgpattern.py19 self.failUnlessIsInstance(context, CGContextRef)
35 self.failUnlessIsInstance(context, CGContextRef)

Completed in 199 milliseconds

123456