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

  /external/chromium_org/skia/ext/
platform_device.h 28 typedef struct CGContext* CGContextRef;
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/
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);

Completed in 63 milliseconds