Home | History | Annotate | Download | only in effects

Lines Matching defs:Flags

22     enum Flags {
50 uint32_t flags, const SkMatrix* localMatrix);
62 uint32_t flags, const SkMatrix* localMatrix) {
63 return CreateLinear(pts, colors, pos, count, mode, flags, localMatrix);
86 uint32_t flags, const SkMatrix* localMatrix);
98 uint32_t flags, const SkMatrix* localMatrix) {
99 return CreateRadial(center, radius, colors, pos, count, mode, flags, localMatrix);
126 uint32_t flags, const SkMatrix* localMatrix);
141 uint32_t flags, const SkMatrix* localMatrix) {
143 flags, localMatrix);
157 uint32_t flags, const SkMatrix* localMatrix);
172 uint32_t flags, const SkMatrix* localMatrix) {
174 flags, localMatrix);
195 uint32_t flags, const SkMatrix* localMatrix);
206 uint32_t flags, const SkMatrix* localMatrix) {
207 return CreateSweep(cx, cy, colors, pos, count, flags, localMatrix);