Searched refs:canXformBounds (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ | ||
H A D | SkPathRef.cpp | 175 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; variable 187 if (canXformBounds) { |
Completed in 2 milliseconds