Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathRef.cpp175 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy() local
187 if (canXformBounds) { in CreateTransformedCopy()
/external/skqp/src/core/
DSkPathRef.cpp203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy() local
217 if (canXformBounds) { in CreateTransformedCopy()