Lines Matching refs:fAmount
39 SG_ATTRIBUTE(Amount, float, fAmount)
48 if (SkScalarNearlyZero(fAmount)) {
61 path.moveTo(lerp(contour_start, center, fAmount));
63 path.cubicTo(lerp(c.ctrl0, center, -fAmount),
64 lerp(c.ctrl1, center, -fAmount),
65 lerp(c.pt , center, fAmount));
129 float fAmount = 0;
141 this->bind(abuilder, joffset["a" ], fAmount);
147 this->node()->setAmount(fAmount / 100);
150 ScalarValue fAmount = 0;