Home | History | Annotate | Download | only in cg

Lines Matching refs:roundf

635             float destinationX = roundf(rect.x() - lineWidth);
636 float destinationY = roundf(rect.y() - lineWidth);
1028 const float destinationX = roundf(rect.x() - lineWidth);
1029 const float destinationY = roundf(rect.y() - lineWidth);
1201 deviceOrigin.x = roundf(deviceOrigin.x);
1202 deviceOrigin.y = roundf(deviceOrigin.y);
1204 deviceLowerRight.x = roundf(deviceLowerRight.x);
1205 deviceLowerRight.y = roundf(deviceLowerRight.y);
1207 deviceLowerRight.x = deviceOrigin.x + roundf(rect.width() * deviceScaleX);
1208 deviceLowerRight.y = deviceOrigin.y + roundf(rect.height() * deviceScaleY);