Home
last modified time | relevance | path

Searched refs:maxSizeSquared (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkStrikeSpec.cpp138 constexpr SkScalar maxSizeSquared = memoryLimit * memoryLimit; in ShouldDrawAsPath() local
144 return distance(SkMatrix::kMScaleX, SkMatrix::kMSkewY ) > maxSizeSquared in ShouldDrawAsPath()
145 || distance(SkMatrix::kMSkewX, SkMatrix::kMScaleY) > maxSizeSquared; in ShouldDrawAsPath()