/external/pdfium/core/fxge/apple/ |
fx_quartz_device.cpp | 39 CGContextRef context = CGBitmapContextCreate( 48 CGContextRelease((CGContextRef)graphics); 69 CGContextRef context = (CGContextRef)graphics; 86 CGContextRef context = (CGContextRef)graphics; 123 CGContextSaveGState((CGContextRef)graphics); 128 CGContextRestoreGState((CGContextRef)graphics);
|
fx_apple_platform.cpp | 30 bool CGDrawGlyphRun(CGContextRef pContext, 122 CGContextRef ctx = CGContextRef(m_pPlatformGraphics);
|
/external/skia/include/utils/mac/ |
SkCGUtils.h | 31 SK_API CGContextRef SkCreateCGContext(const SkPixmap&); 75 void SkCGDrawBitmap(CGContextRef, const SkBitmap&, float x, float y);
|
/external/skqp/include/utils/mac/ |
SkCGUtils.h | 31 SK_API CGContextRef SkCreateCGContext(const SkPixmap&); 75 void SkCGDrawBitmap(CGContextRef, const SkBitmap&, float x, float y);
|
/external/python/cpython2/Mac/Modules/cg/ |
cgsupport.py | 120 CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj") 133 CGContextRef_object = MyObjectDefinition('CGContextRef', 'CGContextRefObj', 'CGContextRef') 152 (CGContextRef, 'ctx', InMode), 159 (CGContextRef, 'ctx', InMode), 168 CGContextRef ctx; 182 f.docstring = lambda: "(CGrafPtr) -> CGContextRef"
|
_CGmodule.c | 94 /* -------------------- Object type CGContextRef -------------------- */ 102 CGContextRef ob_itself; 105 PyObject *CGContextRefObj_New(CGContextRef itself) 114 int CGContextRefObj_Convert(PyObject *v, CGContextRef *p_itself) 118 PyErr_SetString(PyExc_TypeError, "CGContextRef required"); [all...] |
/external/clang/test/Analysis/Inputs/ |
system-header-simulator.h | 67 typedef struct CGContext *CGContextRef; 68 CGContextRef CGBitmapContextCreate(void *data/*, size_t width, size_t height, 72 void *CGBitmapContextGetData(CGContextRef context);
|
/external/skia/samplecode/ |
SampleBigGradient.cpp | 93 CGContextRef cg = (CGContextRef)fCanvas->accessTopRasterHandle(); 105 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { 125 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0)); 129 rec->fReleaseProc = [](void* pixels, void* ctx){ CGContextRelease((CGContextRef)ctx); }; 139 CGContextRef cg = (CGContextRef)hndl;
|
/external/skqp/samplecode/ |
SampleBigGradient.cpp | 93 CGContextRef cg = (CGContextRef)fCanvas->accessTopRasterHandle(); 105 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { 125 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0)); 129 rec->fReleaseProc = [](void* pixels, void* ctx){ CGContextRelease((CGContextRef)ctx); }; 139 CGContextRef cg = (CGContextRef)hndl;
|
/external/skia/gm/ |
mac_aa_explorer.cpp | 16 static void std_cg_setup(CGContextRef ctx) { 35 static CGContextRef make_cg_ctx(const SkPixmap& pm) { 73 CGContextRef ctx = make_cg_ctx(pm);
|
/external/python/cpython2/Mac/Modules/icn/ |
icnsupport.py | 35 CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj")
|
/external/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 161 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { 181 CGContextRef SkCreateCGContext(const SkPixmap& pmap) { 199 CGContextRef cg = CGBitmapContextCreate(pmap.writable_addr(), pmap.width(), pmap.height(), 223 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent,
|
/external/skqp/src/utils/mac/ |
SkCreateCGImageRef.cpp | 161 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { 181 CGContextRef SkCreateCGContext(const SkPixmap& pmap) { 199 CGContextRef cg = CGBitmapContextCreate(pmap.writable_addr(), pmap.width(), pmap.height(), 223 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent,
|
/external/skia/experimental/tools/ |
coreGraphicsPdf2png.cpp | 47 CGContextRef ctx = CGBitmapContextCreate(bitmap.get(), w, h, 8, w * 4, cs, info);
|
/external/skqp/experimental/tools/ |
coreGraphicsPdf2png.cpp | 47 CGContextRef ctx = CGBitmapContextCreate(bitmap.get(), w, h, 8, w * 4, cs, info);
|
/external/webrtc/talk/media/devices/ |
carbonvideorenderer.cc | 91 CGContextRef context;
|
/external/clang/test/Analysis/ |
malloc.c | 1441 CGContextRef context = CGBitmapContextCreate(ptr); 1451 CGContextRef context = CGBitmapContextCreate(ptr); [all...] |
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 393 SkUniqueCFRef<CGContextRef> noSmoothContext( 396 SkUniqueCFRef<CGContextRef> smoothContext( 470 SkUniqueCFRef<CGContextRef> fCG; [all...] |
/external/skqp/src/ports/ |
SkFontHost_mac.cpp | 393 SkUniqueCFRef<CGContextRef> noSmoothContext( 396 SkUniqueCFRef<CGContextRef> smoothContext( 470 SkUniqueCFRef<CGContextRef> fCG; [all...] |