HomeSort by relevance Sort by last modified time
    Searched refs:clip1 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 149 SkClipStack clip1(bound1);
157 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1);
166 check_state(reporter, cache, clip1, texture1, bound1);
193 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1));
199 check_state(reporter, cache, clip1, texture1, bound1);
AAClipTest.cpp 207 SkAAClip clip0, clip1; local
211 REPORTER_ASSERT(reporter, clip1 == clip0);
216 REPORTER_ASSERT(reporter, clip1 == clip0);
222 REPORTER_ASSERT(reporter, clip0 != clip1);
228 REPORTER_ASSERT(reporter, clip1 == clip0);
249 SkAAClip clip0, clip1; local
256 clip1.setRect(r1);
263 bool nonEmptyAA = clip2.op(clip0, clip1, op);
  /external/skia/tests/
ClipCacheTest.cpp 149 SkClipStack clip1(bound1);
157 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1);
166 check_state(reporter, cache, clip1, texture1, bound1);
197 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1));
203 check_state(reporter, cache, clip1, texture1, bound1);
AAClipTest.cpp 207 SkAAClip clip0, clip1; local
211 REPORTER_ASSERT(reporter, clip1 == clip0);
216 REPORTER_ASSERT(reporter, clip1 == clip0);
222 REPORTER_ASSERT(reporter, clip0 != clip1);
228 REPORTER_ASSERT(reporter, clip1 == clip0);
249 SkAAClip clip0, clip1; local
256 clip1.setRect(r1);
263 bool nonEmptyAA = clip2.op(clip0, clip1, op);
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 382 SkClipRectCommand* clip1 = local
391 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) {
396 SkRegion::kIntersect_Op != clip1->op() ||
401 if (!clip0->rect().contains(clip1->rect()) ||
402 !clip1->rect().contains(clip2->rect())) {
  /external/skia/tools/
filtermain.cpp 383 SkClipRectCommand* clip1 = local
392 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) {
397 SkRegion::kIntersect_Op != clip1->op() ||
402 if (!clip0->rect().contains(clip1->rect()) ||
403 !clip1->rect().contains(clip2->rect())) {
  /external/chromium_org/third_party/libwebp/dsp/
enc.c 65 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable
75 clip1[255 + i] = clip_8b(i);
234 const uint8_t* const clip = clip1 + 255 - left[-1];
472 const uint8_t* const clip = clip1 + 255 - top[-1];
dec_clip_tables.c 261 static const uint8_t clip1[255 + 511 + 1] = { variable
334 static uint8_t clip1[255 + 511 + 1]; variable
344 const uint8_t* const VP8kclip1 = &clip1[255];
361 clip1[255 + i] = (i < 0) ? 0 : (i > 255) ? 255 : i;
  /external/webp/src/dsp/
enc.c 65 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable
75 clip1[255 + i] = clip_8b(i);
234 const uint8_t* const clip = clip1 + 255 - left[-1];
472 const uint8_t* const clip = clip1 + 255 - top[-1];
dec_clip_tables.c 261 static const uint8_t clip1[255 + 511 + 1] = { variable
334 static uint8_t clip1[255 + 511 + 1]; variable
344 const uint8_t* const VP8kclip1 = &clip1[255];
361 clip1[255 + i] = (i < 0) ? 0 : (i > 255) ? 255 : i;

Completed in 152 milliseconds