Searched refs:fInvResScale (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkStroke.cpp151 SkScalar fInvResScale; member in class:SkPathStroker
357 fInvResScale = SkScalarInvert(resScale * 4);
358 fInvResScaleSquared = fInvResScale * fInvResScale;
410 && fPrevPt.equalsWithinTolerance(currPt, SK_ScalarNearlyZero * fInvResScale)) {
928 if (pt.fX + fInvResScale < xMin) {
932 if (pt.fX - fInvResScale > xMax) {
936 if (pt.fY + fInvResScale < yMin) {
940 if (pt.fY - fInvResScale > yMax) {
970 if (points_within_dist(ray[0], strokeMid, fInvResScale)) { // i
[all...]

Completed in 43 milliseconds