Home | History | Annotate | Download | only in gpu

Lines Matching defs:stopY

832         SkScalar    stopY = stopVector.fY;
836 stopY = SkScalarHalf(stopY);
839 y -= stopY;
1083 SkFixed stopY = 0;
1102 positions.push_back(SkFixedToScalar(stopY + SkFixedMul(origin, height)));
1105 stopY += height;
1111 SkScalar alignY = SkFixedToScalar(stopY);