Home
last modified time | relevance | path

Searched defs:shouldSkip (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/dm/
DDMBenchTask.cpp43 bool NonRenderingBenchTask::shouldSkip() const { in shouldSkip() function in DM::NonRenderingBenchTask
47 bool CpuBenchTask::shouldSkip() const { in shouldSkip() function in DM::CpuBenchTask
51 bool GpuBenchTask::shouldSkip() const { in shouldSkip() function in DM::GpuBenchTask
DDMSKPTask.h20 virtual bool shouldSkip() const SK_OVERRIDE { return false; } in shouldSkip() function
DDMExpectationsTask.h18 virtual bool shouldSkip() const SK_OVERRIDE { return false; } in shouldSkip() function
DDMPDFRasterizeTask.h29 virtual bool shouldSkip() const SK_OVERRIDE { return NULL == fRasterize; } in shouldSkip() function
DDMReplayTask.cpp41 bool ReplayTask::shouldSkip() const { in shouldSkip() function in DM::ReplayTask
DDMSerializeTask.cpp39 bool SerializeTask::shouldSkip() const { in shouldSkip() function in DM::SerializeTask
DDMTestTask.h37 virtual bool shouldSkip() const SK_OVERRIDE { return false; } in shouldSkip() function
DDMCpuGMTask.cpp53 bool CpuGMTask::shouldSkip() const { in shouldSkip() function in DM::CpuGMTask
DDMGpuGMTask.cpp47 bool GpuGMTask::shouldSkip() const { in shouldSkip() function in DM::GpuGMTask
DDMRecordTask.cpp59 bool RecordTask::shouldSkip() const { in shouldSkip() function in DM::RecordTask
DDMPipeTask.cpp68 bool PipeTask::shouldSkip() const { in shouldSkip() function in DM::PipeTask
DDMTestTask.cpp57 bool GpuTestTask::shouldSkip() const { in shouldSkip() function in DM::GpuTestTask
DDMQuiltTask.cpp58 bool QuiltTask::shouldSkip() const { in shouldSkip() function in DM::QuiltTask
DDMPDFTask.cpp91 bool PDFTask::shouldSkip() const { in shouldSkip() function in DM::PDFTask
DDMWriteTask.cpp157 bool WriteTask::shouldSkip() const { in shouldSkip() function in DM::WriteTask
/external/chromium_org/third_party/skia/dm/
DDMSKPTask.h20 virtual bool shouldSkip() const SK_OVERRIDE { return false; } in shouldSkip() function
DDMPDFRasterizeTask.h30 virtual bool shouldSkip() const SK_OVERRIDE { return NULL == fRasterize; } in shouldSkip() function
DDMTestTask.h36 virtual bool shouldSkip() const SK_OVERRIDE { return false; } in shouldSkip() function
DDMCpuGMTask.cpp51 bool CpuGMTask::shouldSkip() const { in shouldSkip() function in DM::CpuGMTask
DDMSerializeTask.cpp46 bool SerializeTask::shouldSkip() const { in shouldSkip() function in DM::SerializeTask
DDMGpuGMTask.cpp50 bool GpuGMTask::shouldSkip() const { in shouldSkip() function in DM::GpuGMTask
DDMPipeTask.cpp69 bool PipeTask::shouldSkip() const { in shouldSkip() function in DM::PipeTask
DDMTestTask.cpp51 bool GpuTestTask::shouldSkip() const { in shouldSkip() function in DM::GpuTestTask
DDMPDFTask.cpp96 bool PDFTask::shouldSkip() const { in shouldSkip() function in DM::PDFTask
DDMQuiltTask.cpp114 bool QuiltTask::shouldSkip() const { in shouldSkip() function in DM::QuiltTask

12