Lines Matching refs:Shape
223 { {0 ,0 }, {1 ,1}, 0 , 1 , 0.0f }, // Shape::kSquare
224 { {0 ,0 }, {1 ,1}, 0 , SK_FloatInfinity, 1.0f }, // Shape::kRampUp
225 { {0 ,0 }, {1 ,1}, SK_FloatNegativeInfinity, 1 , 1.0f }, // Shape::kRampDown
226 { {0 ,0 }, {1 ,1}, 0 , 1 , 0.5f }, // Shape::kTriangle
227 { {0 ,.5f}, {.5f,1}, 0 , 1 , 0.5f }, // Shape::kRound
228 { {.5f,0 }, {.5f,1}, 0 , 1 , 0.5f }, // Shape::kSmooth
272 static constexpr Shape gShapeMap[] = {
273 Shape::kSquare, // 'sh': 1
274 Shape::kRampUp, // 'sh': 2
275 Shape::kRampDown, // 'sh': 3
276 Shape::kTriangle, // 'sh': 4
277 Shape::kRound, // 'sh': 5
278 Shape::kSmooth, // 'sh': 6
285 ParseEnum<Shape> (gShapeMap , (*jrange)["sh"], abuilder, "shape" )));
295 if (selector->fShape == Shape::kSquare) {
302 RangeSelector::RangeSelector(Units u, Domain d, Mode m, Shape sh)
369 if (fShape == Shape::kSquare) {