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

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

Completed in 587 milliseconds