Searched defs:AlphaVertex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DVertex.h101 struct AlphaVertex { struct in namespace:android::uirenderer
105 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
109 static inline void copyWithOffset(AlphaVertex* vertex, const AlphaVertex& src,
111 AlphaVertex::set(vertex, src.x + x, src.y + y, src.alpha);
114 static inline void setColor(AlphaVertex* vertex, float alpha) {
117 }; // struct AlphaVertex
119 REQUIRE_COMPATIBLE_LAYOUT(AlphaVertex);

Completed in 208 milliseconds