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

  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 268 static const SkScalar kMaxDashCount = 1000000;
270 if (dashCount > kMaxDashCount) {
  /external/skia/src/effects/
SkDashPathEffect.cpp 268 static const SkScalar kMaxDashCount = 1000000;
270 if (dashCount > kMaxDashCount) {

Completed in 80 milliseconds