/external/skia/tests/ |
D | QuickRejectTest.cpp | 94 REPORTER_ASSERT(reporter, false == canvas.quickReject(r)); in test_layers() 97 REPORTER_ASSERT(reporter, true == canvas.quickReject(r)); in test_layers() 102 REPORTER_ASSERT(reporter, true == canvas.quickReject(SkRect::MakeWH(10, 10))); in test_layers() 103 REPORTER_ASSERT(reporter, false == canvas.quickReject(SkRect::MakeWH(60, 60))); in test_layers()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1488 if (this->quickReject(rect)) { in onClipRect() 1614 if (this->quickReject(path.getBounds())) { in onClipPath() 1732 bool SkCanvas::quickReject(const SkRect& rect) const { in quickReject() function in SkCanvas 1759 bool SkCanvas::quickReject(const SkPath& path) const { in quickReject() function in SkCanvas 1760 return path.isEmpty() || this->quickReject(path.getBounds()); in quickReject() 2036 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) { in onDrawPoints() 2063 if (this->quickReject(paint.computeFastBounds(tmp, &storage))) { in onDrawRect() 2083 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval() 2103 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect() 2133 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect() [all …]
|
D | SkRasterClip.h | 67 bool quickReject(const SkIRect& rect) const { in quickReject() function
|
D | SkScan_Hairline.cpp | 157 if (clip.quickReject(r)) { in HairRect() 477 if (rclip.quickReject(ibounds)) { in hair_path()
|
D | SkScan_Antihair.cpp | 583 if (clip->quickReject(ir)) { in AntiHairLineRgn() 938 if (clip->quickReject(outer)) { in AntiFrameRect()
|
D | SkDraw.cpp | 855 if (fRC->quickReject(ir)) { in drawRect() 1253 return c.quickReject(dstR.roundOut()); in clipped_out() 1345 if (fRC->quickReject(bounds)) { in drawSprite()
|
D | SkBlitter.cpp | 211 if (clip.quickReject(mask.fBounds)) { in blitMaskRegion()
|
/external/skia/include/core/ |
D | SkRegion.h | 210 bool quickReject(const SkIRect& rect) const { in quickReject() function 220 bool quickReject(const SkRegion& rgn) const { in quickReject() function
|
D | SkCanvas.h | 504 bool quickReject(const SkRect& rect) const; 516 bool quickReject(const SkPath& path) const;
|
D | SkRect.h | 225 bool quickReject(int l, int t, int r, int b) const { in quickReject() function
|
/external/skia/src/views/ |
D | SkView.cpp | 99 if (this->isClipToBounds() && canvas->quickReject(r)) { in draw()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 525 if (draw.fClip->quickReject(finalIRect)) { in drawRRect()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 3051 0x718501a0 android.view.GLES20Canvas quickReject (FFFFLandroid/graphics/Canvas$EdgeType;)Z GLES20Ca…
|