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

  /external/skia/dm/
DMExpectationsTask.cpp 6 ExpectationsTask::ExpectationsTask(const Task& parent,
15 void ExpectationsTask::draw() {
DMExpectationsTask.h 11 // ExpectationsTask compares an SkBitmap against some Expectations.
13 class ExpectationsTask : public Task {
15 ExpectationsTask(const Task& parent, const Expectations&, SkBitmap);
DMCpuTask.cpp 36 SPAWN(ExpectationsTask, fExpectations, bitmap);
DMGpuTask.cpp 63 this->spawnChild(SkNEW_ARGS(ExpectationsTask, (*this, fExpectations, bitmap)));

Completed in 256 milliseconds