HomeSort by relevance Sort by last modified time
    Searched full:arithmeticfp (Results 1 - 1 of 1) sorted by null

  /external/skia/src/effects/
SkArithmeticImageFilter.cpp 208 class ArithmeticFP : public GrFragmentProcessor {
213 new ArithmeticFP(k1, k2, k3, k4, enforcePMColor, std::move(dst)));
216 ~ArithmeticFP() override {}
237 const ArithmeticFP& arith = args.fFp.cast<ArithmeticFP>();
268 const ArithmeticFP& arith = proc.cast<ArithmeticFP>();
283 const ArithmeticFP& fp = fpBase.cast<ArithmeticFP>();
289 ArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor
    [all...]

Completed in 331 milliseconds