Searched defs:ramp (Results 1 – 7 of 7) sorted by relevance
7 double ramp(double x) in ramp() function
122 float ramp = radius + 0.5f - sqrtf(distSq); in disk() local
100 void ramp(const Sk4f& c, const Sk4f& dc, DstType* dst, int n) { in ramp() function
582 template <bool apply_alpha> void ramp(SkPMColor dstC[], int n, const Sk4f& c, const Sk4f& dc, in ramp() function
433 struct ff_ramp_effect ramp; member
1260 const float ramp = 1.0002f; in ProcessBlock() local
103 void generateShuffledRamp (int numElements, std::vector<int>& ramp) in generateShuffledRamp()