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

  /external/skia/dm/
DMExpectationsTask.cpp 11 , fExpectations(expectations)
16 if (!fExpectations.check(*this, fBitmap)) {
DMExpectationsTask.h 24 const Expectations& fExpectations;
DMCpuTask.h 36 const Expectations& fExpectations;
DMGpuTask.h 37 const Expectations& fExpectations;
DMCpuTask.cpp 22 , fExpectations(expectations)
36 SPAWN(ExpectationsTask, fExpectations, bitmap);
DMGpuTask.cpp 23 , fExpectations(expectations)
63 this->spawnChild(SkNEW_ARGS(ExpectationsTask, (*this, fExpectations, bitmap)));

Completed in 127 milliseconds