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

  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 182 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
186 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/skia/src/utils/
SkPictureUtils.cpp 187 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
191 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc 375 return this->updateClipConservativelyUsingBounds(
380 return this->updateClipConservativelyUsingBounds(
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 762 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
790 return this->updateClipConservativelyUsingBounds(path.getBounds(), op,
    [all...]
SkCanvas.cpp     [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 762 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
790 return this->updateClipConservativelyUsingBounds(path.getBounds(), op,
    [all...]
SkCanvas.cpp     [all...]

Completed in 259 milliseconds