HomeSort by relevance Sort by last modified time
    Searched refs:kMaxSubdivs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 457 static const int kMaxSubdivs = 10;
468 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1);
489 if (sublevel <= kMaxSubdivs) {
  /external/skia/src/gpu/
GrPathUtils.cpp 457 static const int kMaxSubdivs = 10;
468 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1);
489 if (sublevel <= kMaxSubdivs) {

Completed in 286 milliseconds