Home
last modified time | relevance | path

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

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