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

  /external/skia/src/gpu/gradients/
GrUnrolledBinaryGradientColorizer.cpp 28 auto scale0_1 = _outer.scale0_1(); variable
29 (void)scale0_1; variable
65 "scale0_1");
190 pdman.set4fv(fScale0_1Var, 1, (_outer.scale0_1()).vec());
GrUnrolledBinaryGradientColorizer.h 20 const SkPMColor4f& scale0_1() const { return fScale0_1; } function in class:GrUnrolledBinaryGradientColorizer
48 SkPMColor4f scale0_1,
68 , fScale0_1(scale0_1)
  /external/skqp/src/gpu/gradients/
GrUnrolledBinaryGradientColorizer.cpp 28 auto scale0_1 = _outer.scale0_1(); variable
29 (void)scale0_1; variable
65 kDefault_GrSLPrecision, "scale0_1");
190 pdman.set4fv(fScale0_1Var, 1, (_outer.scale0_1()).vec());
GrUnrolledBinaryGradientColorizer.h 20 const SkPMColor4f& scale0_1() const { return fScale0_1; } function in class:GrUnrolledBinaryGradientColorizer
48 SkPMColor4f scale0_1,
68 , fScale0_1(scale0_1)

Completed in 391 milliseconds