Searched refs:quickReject (Results 1 - 14 of 14) sorted by relevance

/external/skia/tests/
H A DQuickRejectTest.cpp82 // to the left. The test is to ensure that canvas' quickReject machinary
94 REPORTER_ASSERT(reporter, false == canvas.quickReject(r));
97 REPORTER_ASSERT(reporter, true == canvas.quickReject(r));
99 // Test that saveLayer updates quickReject
102 REPORTER_ASSERT(reporter, true == canvas.quickReject(SkRect::MakeWH(10, 10)));
103 REPORTER_ASSERT(reporter, false == canvas.quickReject(SkRect::MakeWH(60, 60)));
/external/skia/include/core/
H A DSkRegion.h210 bool quickReject(const SkIRect& rect) const { function in class:SkRegion
220 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
H A DSkCanvas.h512 bool quickReject(const SkRect& rect) const;
524 bool quickReject(const SkPath& path) const;
562 in a way similar to quickReject, in that it tells you that drawing
H A DSkRect.h225 bool quickReject(int l, int t, int r, int b) const { function in struct:SkIRect
/external/skia/src/core/
H A DSkCanvas.cpp1365 if (this->quickReject(rect)) {
1464 if (this->quickReject(path.getBounds())) {
1582 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1609 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
1610 return path.isEmpty() || this->quickReject(path.getBounds());
1821 if (this->quickReject(*bounds)) {
1848 if (this->quickReject(*bounds)) {
1868 if (this->quickReject(*bounds)) {
1888 if (this->quickReject(*bounds)) {
1918 if (this->quickReject(*bound
[all...]
H A DSkRasterClip.h64 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkScan_Hairline.cpp157 if (clip.quickReject(r)) {
363 if (rclip.quickReject(ibounds)) {
H A DSkScan_Antihair.cpp583 if (clip->quickReject(ir)) {
934 if (clip->quickReject(outer)) {
H A DSkDraw.cpp848 if (fRC->quickReject(ir)) {
1230 return c.quickReject(dstR.roundOut());
1326 if (fRC->quickReject(bounds)) {
H A DSkBlitter.cpp200 if (clip.quickReject(mask.fBounds)) {
/external/skia/src/views/
H A DSkView.cpp109 canvas->quickReject(r)) {
/external/skia/src/gpu/
H A DGrAtlasTextContext.cpp1251 if (clipRect.quickReject(x, y, x + width, y + height)) {
1323 if (clipRect.quickReject(SkScalarTruncToInt(dstRect.left()),
H A DSkGpuDevice.cpp511 if (draw.fClip->quickReject(finalIRect)) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 219 milliseconds