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

  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
85 if (canXformBounds) {
  /external/skia/src/core/
SkPathRef.cpp 71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
85 if (canXformBounds) {

Completed in 33 milliseconds