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

  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 267 REPORTER_ASSERT(reporter, canvas->isFreshFrame());
268 // no clearing op since last call to isFreshFrame -> not fresh
269 REPORTER_ASSERT(reporter, !canvas->isFreshFrame());
273 REPORTER_ASSERT(reporter, canvas->isFreshFrame());
279 REPORTER_ASSERT(reporter, canvas->isFreshFrame());
285 REPORTER_ASSERT(reporter, !canvas->isFreshFrame());
293 REPORTER_ASSERT(reporter, canvas->isFreshFrame());
302 REPORTER_ASSERT(reporter, canvas->isFreshFrame());
310 REPORTER_ASSERT(reporter, !canvas->isFreshFrame());
322 REPORTER_ASSERT(reporter, canvas->isFreshFrame());
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 86 * calls to isFreshFrame. The result of isFreshFrame is computed
89 bool isFreshFrame() const;
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 149 bool isFreshFrame();
327 bool SkDeferredDevice::isFreshFrame() {
590 bool SkDeferredCanvas::isFreshFrame() const {
591 return this->getDeferredDevice()->isFreshFrame();
    [all...]

Completed in 2382 milliseconds