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

  /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/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"
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 35 CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj")

Completed in 97 milliseconds