Home
last modified time | relevance | path

Searched refs:clip1 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/docs/examples/
H A Dbug5252.cpp8 SkPath clip1; in REG_FIDDLE() local
9 clip1.addOval(SkRect::MakeWH(225, 200)); in REG_FIDDLE()
10 canvas->clipPath(clip1); // bug in REG_FIDDLE()
/third_party/skia/tests/
H A DImageFilterCacheTest.cpp69 SkIRect clip1 = SkIRect::MakeWH(100, 100); in test_dont_find_if_diff_key() local
71 SkImageFilterCacheKey key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
72 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
73 SkImageFilterCacheKey key2(0, SkMatrix::Translate(5, 5), clip1, in test_dont_find_if_diff_key()
76 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key()
H A DAAClipTest.cpp264 SkAAClip clip0, clip1; in test_irect() local
271 clip1.setRect(r1); in test_irect()
277 bool nonEmptyAA = clip2.op(clip1, op); in test_irect()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc.c87 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable
97 clip1[255 + i] = clip_8b(i); in InitTables()
265 const uint8_t* const clip = clip1 + 255 - left[-1]; in TrueMotion()
504 const uint8_t* const clip = clip1 + 255 - top[-1]; in TM4()
H A Ddec_clip_tables.c264 static const uint8_t clip1[255 + 511 + 1] = { variable
337 static uint8_t clip1[255 + 511 + 1]; variable
347 const uint8_t* const VP8kclip1 = &clip1[255];
364 clip1[255 + i] = (i < 0) ? 0 : (i > 255) ? 255 : i; in VP8InitClipTables()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes_unittest.cpp234 const gl::Rectangle clip1(0, 0, 50, 100); in TEST()
237 ASSERT_TRUE(gl::ClipRectangle(source, clip1, &result)); in TEST()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm288 mova m8, m9 ; clip1
336 CLIPW m9, m1, m8 ; clip1
403 CLIPW m9, m1, m8 ; clip1
462 CLIPW m9, m1, m8 ; clip1
525 CLIPUB m9, m1, m8 ; clip1

Completed in 6 milliseconds