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 29 typedef struct CGContext* CGContextRef;
48 typedef CGContextRef PlatformSurface;
75 SK_API CGContextRef GetBitmapContext(SkDevice* 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 66 typedef struct CGContext *CGContextRef;
67 CGContextRef CGBitmapContextCreate(void *data/*, size_t width, size_t height,
71 void *CGBitmapContextGetData(CGContextRef context);

Completed in 661 milliseconds