Home
last modified time | relevance | path

Searched refs:clip2 (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DAAClipTest.cpp272 SkAAClip clip2; in test_irect() local
274 bool nonEmptyAA = clip2.op(clip0, clip1, op); in test_irect()
276 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
280 clip2.getBounds() == rgn2.getBounds() ? "true" : "false", in test_irect()
286 clip2.getBounds().fLeft, clip2.getBounds().fTop, in test_irect()
287 clip2.getBounds().right(), clip2.getBounds().bottom()); in test_irect()
292 clip2.copyToMask(&maskAA); in test_irect()
DImageFilterCacheTest.cpp69 SkIRect clip2 = SkIRect::MakeWH(200, 200); in test_dont_find_if_diff_key() local
74 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
/external/skqp/tests/
DAAClipTest.cpp272 SkAAClip clip2; in test_irect() local
274 bool nonEmptyAA = clip2.op(clip0, clip1, op); in test_irect()
276 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
280 clip2.getBounds() == rgn2.getBounds() ? "true" : "false", in test_irect()
286 clip2.getBounds().fLeft, clip2.getBounds().fTop, in test_irect()
287 clip2.getBounds().right(), clip2.getBounds().bottom()); in test_irect()
292 clip2.copyToMask(&maskAA); in test_irect()
DImageFilterCacheTest.cpp69 SkIRect clip2 = SkIRect::MakeWH(200, 200); in test_dont_find_if_diff_key() local
74 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
/external/skia/gm/
Dbug5252.cpp20 SkPath clip2; variable
21 clip2.addRect(SkRect::MakeWH(220, 200));
Dsimpleaaclip.cpp74 SkAAClip clip2; in buildRgn() local
75 clip2.setPath(fRectPath, nullptr, true); in buildRgn()
76 clip->op(clip2, (SkRegion::Op)op); in buildRgn()
/external/skqp/gm/
Dbug5252.cpp20 SkPath clip2; variable
21 clip2.addRect(SkRect::MakeWH(220, 200));
Dsimpleaaclip.cpp74 SkAAClip clip2; in buildRgn() local
75 clip2.setPath(fRectPath, nullptr, true); in buildRgn()
76 clip->op(clip2, (SkRegion::Op)op); in buildRgn()
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c1162 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()