Home
last modified time | relevance | path

Searched refs:clip2 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DAAClipTest.cpp275 SkAAClip clip2 = clip0; // leave clip0 unchanged for future iterations in test_irect() local
277 bool nonEmptyAA = clip2.op(clip1, op); in test_irect()
279 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
283 clip2.getBounds() == rgn2.getBounds() ? "true" : "false", in test_irect()
289 clip2.getBounds().fLeft, clip2.getBounds().fTop, in test_irect()
290 clip2.getBounds().right(), clip2.getBounds().bottom()); in test_irect()
295 clip2.copyToMask(&maskAA); in test_irect()
H A DImageFilterCacheTest.cpp70 SkIRect clip2 = SkIRect::MakeWH(200, 200); in test_dont_find_if_diff_key() local
75 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
/third_party/skia/docs/examples/
H A Dbug5252.cpp12 SkPath clip2; in REG_FIDDLE() local
13 clip2.addRect(SkRect::MakeWH(220, 200)); in REG_FIDDLE()
14 // canvas->clipPath(clip2); // ok in REG_FIDDLE()
/third_party/skia/gm/
H A Dsimpleaaclip.cpp88 SkAAClip clip2; in buildRgn() local
89 clip2.setPath(fRectPath, fRectPath.getBounds().roundOut(), true); in buildRgn()
90 clip->op(clip2, op); in buildRgn()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes_unittest.cpp243 gl::Rectangle clip2(10, 20, 30, 40); in TEST()
245 ASSERT_TRUE(gl::ClipRectangle(source, clip2, &result)); in TEST()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm289 mova m7, m10 ; clip2
337 CLIPW m10, m2, m7 ; clip2
404 CLIPW m10, m2, m7 ; clip2
463 CLIPW m10, m2, m7 ; clip2
526 CLIPUB m10, m2, m7 ; clip2

Completed in 6 milliseconds