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

  /external/chromium_org/third_party/skia/tests/
AAClipTest.cpp 207 SkAAClip clip0, clip1; local
209 REPORTER_ASSERT(reporter, clip0.isEmpty());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
211 REPORTER_ASSERT(reporter, clip1 == clip0);
213 clip0.translate(10, 10); // should have no effect on empty
214 REPORTER_ASSERT(reporter, clip0.isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
216 REPORTER_ASSERT(reporter, clip1 == clip0);
219 clip0.setRect(r);
220 REPORTER_ASSERT(reporter, !clip0.isEmpty())
249 SkAAClip clip0, clip1; local
    [all...]
  /external/skia/tests/
AAClipTest.cpp 207 SkAAClip clip0, clip1; local
209 REPORTER_ASSERT(reporter, clip0.isEmpty());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
211 REPORTER_ASSERT(reporter, clip1 == clip0);
213 clip0.translate(10, 10); // should have no effect on empty
214 REPORTER_ASSERT(reporter, clip0.isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
216 REPORTER_ASSERT(reporter, clip1 == clip0);
219 clip0.setRect(r);
220 REPORTER_ASSERT(reporter, !clip0.isEmpty())
249 SkAAClip clip0, clip1; local
    [all...]
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 378 SkClipRectCommand* clip0 = local
391 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) {
395 if (SkRegion::kIntersect_Op != clip0->op() ||
401 if (!clip0->rect().contains(clip1->rect()) ||
  /external/skia/tools/
filtermain.cpp 379 SkClipRectCommand* clip0 = local
392 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) {
396 if (SkRegion::kIntersect_Op != clip0->op() ||
402 if (!clip0->rect().contains(clip1->rect()) ||
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 165 const uint8_t* const clip0 = VP8kclip1 - top[-1]; local
168 const uint8_t* const clip = clip0 + dst[-1];
  /external/webp/src/dsp/
dec.c 165 const uint8_t* const clip0 = VP8kclip1 - top[-1]; local
168 const uint8_t* const clip = clip0 + dst[-1];

Completed in 556 milliseconds