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

  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 112 SkIRect cacheBound;
113 cache.getLastBound(&cacheBound);
114 REPORTER_ASSERT(reporter, bound == cacheBound);
125 SkIRect cacheBound;
126 cache.getLastBound(&cacheBound);
127 REPORTER_ASSERT(reporter, emptyBound == cacheBound);
  /external/skia/tests/
ClipCacheTest.cpp 112 SkIRect cacheBound;
113 cache.getLastBound(&cacheBound);
114 REPORTER_ASSERT(reporter, bound == cacheBound);
125 SkIRect cacheBound;
126 cache.getLastBound(&cacheBound);
127 REPORTER_ASSERT(reporter, emptyBound == cacheBound);

Completed in 153 milliseconds