Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/private/hwui/
DDrawGlInfo.h30 struct DrawGlInfo { struct
32 int clipLeft;
33 int clipTop;
34 int clipRight;
35 int clipBottom;
38 int width;
39 int height;
42 bool isLayer;
45 float transform[16];
48 const SkColorSpace* color_space_ptr;
[all …]