HomeSort by relevance Sort by last modified time
    Searched defs:AlphaVertex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
Vertex.h 49 struct AlphaVertex : Vertex {
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/
Vertex.h 49 struct AlphaVertex : Vertex {
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
  /frameworks/base/libs/hwui/
Vertex.h 97 struct AlphaVertex : Vertex {
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 58 milliseconds