Searched defs:ColorStop (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Gradient.h | 61 struct ColorStop { struct 68 ColorStop() : stop(0), red(0), green(0), blue(0), alpha(0) { } in ColorStop() argument 69 …ColorStop(float s, float r, float g, float b, float a) : stop(s), red(r), green(g), blue(b), alpha… in ColorStop() argument
|