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

  /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 103 struct AlphaVertex {
107 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
111 static inline void copyWithOffset(AlphaVertex* vertex, const AlphaVertex& src,
113 AlphaVertex::set(vertex, src.x + x, src.y + y, src.alpha);
116 static inline void setColor(AlphaVertex* vertex, float alpha) {
119 }; // struct AlphaVertex
121 REQUIRE_COMPATIBLE_LAYOUT(AlphaVertex);

Completed in 52 milliseconds