Home | History | Annotate | Download | only in openvg

Lines Matching full:effectivepoint

1126     FloatPoint effectivePoint = m_state->surfaceTransformation.mapPoint(point);
1136 if ((fmod(effectivePoint.x() + 0.01, 1.0) > 0.02 || fmod(effectivePoint.y() + 0.01, 1.0) > 0.02)
1143 roundf(effectivePoint.x()), roundf(effectivePoint.y())));