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

/external/skia/src/core/
H A DSkStroke.cpp187 SkScalar fInvResScale; member in class:SkPathStroker
398 fInvResScale = SkScalarInvert(resScale * 4);
399 fInvResScaleSquared = fInvResScale * fInvResScale;
1086 if (pt.fX + fInvResScale < xMin) {
1090 if (pt.fX - fInvResScale > xMax) {
1094 if (pt.fY + fInvResScale < yMin) {
1098 if (pt.fY - fInvResScale > yMax) {
1129 if (points_within_dist(ray[0], strokeMid, fInvResScale)) { // if the difference is small
1138 "points_within_dist(ray[0]=%g,%g, strokeMid=%g,%g, fInvResScale
[all...]

Completed in 294 milliseconds