Home | History | Annotate | Download | only in effects

Lines Matching defs:color

25     kColorAttr_DistanceFieldEffectFlag  = 0x20,   // color vertex attribute
42 * The output color of this effect is a modulation of the input color and a sample from a
50 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& viewMatrix,
53 return SkNEW_ARGS(GrDistanceFieldA8TextGeoProc, (color, viewMatrix, tex, params, lum,
57 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& viewMatrix,
60 return SkNEW_ARGS(GrDistanceFieldA8TextGeoProc, (color, viewMatrix, tex, params, flags));
71 GrColor color() const { return fColor; }
113 * The output color of this effect is a modulation of the input color and a sample from a
120 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& viewMatrix, GrTexture* tex,
123 return SkNEW_ARGS(GrDistanceFieldPathGeoProc, (color, viewMatrix, tex, params, flags));
133 GrColor color() const { return fColor; }
164 * The output color of this effect is a modulation of the input color and samples from a
186 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& viewMatrix,
190 (color, viewMatrix, tex, params, distanceAdjust, flags));
200 GrColor color() const { return fColor; }