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

/frameworks/webview/chromium/plat_support/
H A Ddraw_sw.h31 struct AwPixelInfo { struct
41 typedef AwPixelInfo* (AwAccessPixelsFunction)(JNIEnv* env, jobject canvas);
45 typedef void (AwReleasePixelsFunction)(AwPixelInfo* pixels);
H A Dgraphics_utils.cpp39 class PixelInfo : public AwPixelInfo {
47 memset(this, 0, sizeof(AwPixelInfo));
57 AwPixelInfo* GetPixels(JNIEnv* env, jobject java_canvas) {
84 void ReleasePixels(AwPixelInfo* pixels) {

Completed in 608 milliseconds