Lines Matching defs:area
70 SkScalar area = 0;
76 // This avoids some precision issues with small area polygons far away
90 area += t;
96 // If the poly has no area then we instead return the average of
98 if (SkScalarNearlyZero(area)) {
110 area *= 3;
111 area = SkScalarInvert(area);
112 center.scale(area);
274 // notice that the sample may be close to a very thin area of the path and
276 // line paths. We detect paths that are very close to a line (zero area) and