Searched defs:CGContextRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_device.h28 typedef struct CGContext* CGContextRef; typedef in typeref:struct:CGContext
43 typedef CGContextRef PlatformSurface;
71 SK_API CGContextRef GetBitmapContext(SkBaseDevice* device);
105 virtual CGContextRef GetBitmapContext() = 0;
138 static void LoadPathToCGContext(CGContextRef context, const SkPath& path);
141 static void InitializeCGContext(CGContextRef context);
144 static void LoadClippingRegionToCGContext(CGContextRef context,
166 static void LoadTransformToCGContext(CGContextRef context,
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h66 typedef struct CGContext *CGContextRef; typedef in typeref:struct:CGContext
67 CGContextRef CGBitmapContextCreate(void *data/*, size_t width, size_t height,
71 void *CGBitmapContextGetData(CGContextRef context);

Completed in 530 milliseconds