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

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DVertex.h49 struct AlphaVertex : Vertex { struct in namespace:android::uirenderer
52 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
57 static inline void setColor(AlphaVertex* vertex, float alpha) {
60 }; // struct AlphaVertex
79 };*/ // struct AlphaVertex
/external/skia/experimental/AndroidPathRenderer/
H A DVertex.h49 struct AlphaVertex : Vertex { struct in namespace:android::uirenderer
52 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
57 static inline void setColor(AlphaVertex* vertex, float alpha) {
60 }; // struct AlphaVertex
79 };*/ // struct AlphaVertex

Completed in 113 milliseconds