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

  /external/chromium_org/third_party/skia/dm/
DMExpectationsTask.cpp 11 , fExpectations(expectations)
16 if (!fExpectations.check(*this, fBitmap)) {
DMExpectationsTask.h 23 const Expectations& fExpectations;
DMCpuGMTask.h 35 const Expectations& fExpectations;
DMGpuGMTask.h 35 const Expectations& fExpectations;
DMGpuGMTask.cpp 22 , fExpectations(expectations)
43 this->spawnChild(SkNEW_ARGS(ExpectationsTask, (*this, fExpectations, bitmap)));
DMCpuGMTask.cpp 23 , fExpectations(expectations)
37 SPAWN(ExpectationsTask, fExpectations, bitmap);
  /external/skia/dm/
DMExpectationsTask.cpp 11 , fExpectations(expectations)
16 if (!fExpectations.check(*this, fBitmap)) {
DMExpectationsTask.h 23 const Expectations& fExpectations;
DMCpuGMTask.h 35 const Expectations& fExpectations;
DMGpuGMTask.h 35 const Expectations& fExpectations;
DMGpuGMTask.cpp 22 , fExpectations(expectations)
43 this->spawnChild(SkNEW_ARGS(ExpectationsTask, (*this, fExpectations, bitmap)));
DMCpuGMTask.cpp 23 , fExpectations(expectations)
37 SPAWN(ExpectationsTask, fExpectations, bitmap);

Completed in 88 milliseconds