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

  /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 95 CGContextRef cg = (CGContextRef)fCanvas->accessTopRasterHandle();
107 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) {
127 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0));
131 rec->fReleaseProc = [](void* pixels, void* ctx){ CGContextRelease((CGContextRef)ctx); };
141 CGContextRef cg = (CGContextRef)hndl;
  /external/skqp/samplecode/
SampleBigGradient.cpp 95 CGContextRef cg = (CGContextRef)fCanvas->accessTopRasterHandle();
107 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) {
127 CGContextRef cg = SkCreateCGContext(SkPixmap(info, nullptr, 0));
131 rec->fReleaseProc = [](void* pixels, void* ctx){ CGContextRelease((CGContextRef)ctx); };
141 CGContextRef cg = (CGContextRef)hndl;
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 35 CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj")
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 159 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) {
179 CGContextRef SkCreateCGContext(const SkPixmap& pmap) {
197 CGContextRef cg = CGBitmapContextCreate(pmap.writable_addr(), pmap.width(), pmap.height(),
221 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent,
  /external/skqp/src/utils/mac/
SkCreateCGImageRef.cpp 159 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) {
179 CGContextRef SkCreateCGContext(const SkPixmap& pmap) {
197 CGContextRef cg = CGBitmapContextCreate(pmap.writable_addr(), pmap.width(), pmap.height(),
221 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/opencv/otherlibs/highgui/
grfmt_imageio.cpp 136 CGContextRef context = NULL; // The bitmap context
285 CGContextRef context;
  /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 212 UniqueCFRef<CGContextRef> cgContext(
255 UniqueCFRef<CGContextRef> fCG;
    [all...]
  /external/skqp/src/ports/
SkFontHost_mac.cpp 212 UniqueCFRef<CGContextRef> cgContext(
255 UniqueCFRef<CGContextRef> fCG;
    [all...]

Completed in 434 milliseconds