Searched refs:clip0 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | AAClipTest.cpp | 208 SkAAClip clip0, clip1; in test_empty() local 210 REPORTER_ASSERT(reporter, clip0.isEmpty()); in test_empty() 211 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty() 212 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 214 clip0.translate(10, 10); // should have no effect on empty in test_empty() 215 REPORTER_ASSERT(reporter, clip0.isEmpty()); in test_empty() 216 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty() 217 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 220 clip0.setRect(r); in test_empty() 221 REPORTER_ASSERT(reporter, !clip0.isEmpty()); in test_empty() [all …]
|
/external/skia/tests/ |
D | AAClipTest.cpp | 219 SkAAClip clip0, clip1; in test_empty() local 221 REPORTER_ASSERT(reporter, clip0.isEmpty()); in test_empty() 222 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty() 223 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 225 clip0.translate(10, 10); // should have no effect on empty in test_empty() 226 REPORTER_ASSERT(reporter, clip0.isEmpty()); in test_empty() 227 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); in test_empty() 228 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 231 clip0.setRect(r); in test_empty() 232 REPORTER_ASSERT(reporter, !clip0.isEmpty()); in test_empty() [all …]
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 1162 UWORD8 clip0, clip1, clip2, clip3; in ih264_deblk_luma_horz_bslt4_ssse3() local 1179 clip0 = pu1_cliptab[u1_Bs0]; in ih264_deblk_luma_horz_bslt4_ssse3() 1192 clip2, clip1, clip1, clip1, clip1, clip0, clip0, in ih264_deblk_luma_horz_bslt4_ssse3() 1193 clip0, clip0); in ih264_deblk_luma_horz_bslt4_ssse3() 1777 UWORD8 clip0, clip1, clip2, clip3; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() local 1819 clip0 = pu1_cliptab[u1_Bs0]; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() 1831 clip1, clip1, clip0, clip0); in ih264_deblk_luma_vert_bslt4_mbaff_ssse3()
|
/external/webp/src/dsp/ |
D | dec.c | 175 const uint8_t* const clip0 = VP8kclip1 - top[-1]; in TrueMotion() local 178 const uint8_t* const clip = clip0 + dst[-1]; in TrueMotion()
|