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

/frameworks/base/libs/hwui/
H A DVertex.h102 struct AlphaVertex { struct in namespace:android::uirenderer
106 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
110 static inline void copyWithOffset(AlphaVertex* vertex, const AlphaVertex& src,
112 AlphaVertex::set(vertex, src.x + x, src.y + y, src.alpha);
115 static inline void setColor(AlphaVertex* vertex, float alpha) {
118 }; // struct AlphaVertex
120 REQUIRE_COMPATIBLE_LAYOUT(AlphaVertex);

Completed in 269 milliseconds