Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h29 struct DrawGlInfo { struct
31 int clipLeft;
32 int clipTop;
33 int clipRight;
34 int clipBottom;
37 int width;
38 int height;
41 bool isLayer;
44 float transform[16];
47 const SkColorSpace* color_space_ptr;
[all …]