Searched refs:clip2 (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | AAClipTest.cpp | 260 SkAAClip clip2; in test_irect() local 262 bool nonEmptyAA = clip2.op(clip0, clip1, op); in test_irect() 264 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect() 271 clip2.getBounds().fLeft, clip2.getBounds().fTop, in test_irect() 272 clip2.getBounds().right(), clip2.getBounds().bottom()); in test_irect() 275 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds()); in test_irect() 279 clip2.copyToMask(&maskAA); in test_irect()
|
D | ClipCacheTest.cpp | 178 SkClipStack clip2(bound2); in test_cache() local 180 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2); in test_cache() 189 check_state(reporter, cache, clip2, texture2, bound2); in test_cache() 192 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2)); in test_cache()
|
/external/skia/tools/ |
D | filtermain.cpp | 349 SkClipRectCommand* clip2 = in check_7() local 354 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) { in check_7() 360 SkRegion::kIntersect_Op != clip2->op()) { in check_7() 365 !clip1->rect().contains(clip2->rect())) { in check_7() 382 if (!dbmr->dstRect().contains(clip2->rect())) { in check_7() 425 SkClipRectCommand* clip2 = in apply_7() local 430 SkScalar newSrcLeft = dbmr->srcRect()->fLeft + clip2->rect().fLeft - dbmr->dstRect().fLeft; in apply_7() 431 SkScalar newSrcTop = dbmr->srcRect()->fTop + clip2->rect().fTop - dbmr->dstRect().fTop; in apply_7() 434 clip2->rect().width(), clip2->rect().height()); in apply_7() 437 dbmr->setDstRect(clip2->rect()); in apply_7()
|
/external/skia/gm/ |
D | simpleaaclip.cpp | 73 SkAAClip clip2; in buildRgn() local 74 clip2.setPath(fRectPath, NULL, true); in buildRgn() 75 clip->op(clip2, op); in buildRgn()
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 1162 UWORD8 clip0, clip1, clip2, clip3; in ih264_deblk_luma_horz_bslt4_ssse3() local 1181 clip2 = pu1_cliptab[u1_Bs2]; in ih264_deblk_luma_horz_bslt4_ssse3() 1191 C0_16x8 = _mm_set_epi8(clip3, clip3, clip3, clip3, clip2, clip2, clip2, in ih264_deblk_luma_horz_bslt4_ssse3() 1192 clip2, clip1, clip1, clip1, clip1, clip0, clip0, in ih264_deblk_luma_horz_bslt4_ssse3() 1777 UWORD8 clip0, clip1, clip2, clip3; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() local 1821 clip2 = pu1_cliptab[u1_Bs2]; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() 1830 C0_16x8 = _mm_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, clip3, clip3, clip2, clip2, in ih264_deblk_luma_vert_bslt4_mbaff_ssse3()
|