Searched defs:justSqrs (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp470 bool justSqrs = RoundToInt(width) == RoundToInt(paint->getStrokeWidth()); local
472 if (justSqrs || !isHLine || !setBitmapDash(paint, width)) {
481 return justSqrs;

Completed in 67 milliseconds