Searched refs:CGContextForData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac.cc24 static CGContextRef CGContextForData(void* data, int width, int height) { function in namespace:skia::__anon10666
128 context = CGContextForData(data, width, height);
158 context = CGContextForData(data, width, height);
280 surface_ = CGContextForData(bitmap_.getPixels(), bitmap_.width(),

Completed in 48 milliseconds