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

  /external/skia/tests/
AAClipTest.cpp 205 SkAAClip clip0, clip1; local
207 REPORTER_ASSERT(reporter, clip0.isEmpty());
208 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
209 REPORTER_ASSERT(reporter, clip1 == clip0);
211 clip0.translate(10, 10); // should have no effect on empty
212 REPORTER_ASSERT(reporter, clip0.isEmpty());
213 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
214 REPORTER_ASSERT(reporter, clip1 == clip0);
217 clip0.setRect(r);
218 REPORTER_ASSERT(reporter, !clip0.isEmpty())
247 SkAAClip clip0, clip1; local
    [all...]
  /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 178 const uint8_t* const clip0 = clip1 + 255 - top[-1]; local
181 const uint8_t* const clip = clip0 + dst[-1];
  /external/webp/src/dsp/
dec.c 178 const uint8_t* const clip0 = clip1 + 255 - top[-1]; local
181 const uint8_t* const clip = clip0 + dst[-1];

Completed in 60 milliseconds