Searched defs:GrColor4f (Results 1 – 2 of 2) sorted by relevance
177 struct GrColor4f { struct180 GrColor4f() {} in GrColor4f() argument181 GrColor4f(float r, float g, float b, float a) { in GrColor4f() function191 GrColor4f(Illegal_Constructor) { in GrColor4f() argument198 static GrColor4f OpaqueWhite() { in OpaqueWhite() argument202 static GrColor4f TransparentBlack() { in TransparentBlack() argument206 static GrColor4f FromGrColor(GrColor color) { in FromGrColor() argument212 static GrColor4f FromSkColor4f(const SkColor4f& color) { in FromSkColor4f() argument216 GrColor4f modulate(const GrColor4f& x) const { in modulate() argument223 GrColor4f mulByScalar(float x) const { in mulByScalar() argument[all …]
305 virtual GrColor4f constantOutputForConstantInput(GrColor4f /* inputColor */) const { in constantOutputForConstantInput() argument