Home
last modified time | relevance | path

Searched defs:AwDrawGLInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/android_webview/public/browser/
Ddraw_gl.h15 struct AwDrawGLInfo { struct
16 int version; // The AwDrawGLInfo this struct was built with. argument
19 enum Mode {
24 } mode;
29 int clip_left;
30 int clip_top;
31 int clip_right;
32 int clip_bottom;
35 int width;
36 int height;
[all …]