Searched refs:isDrawingToLayer (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DRecorderTest.cpp132 // checking that isDrawingToLayer() is correct at each step.
134 REPORTER_ASSERT(r, !recorder.isDrawingToLayer());
136 REPORTER_ASSERT(r, !recorder.isDrawingToLayer());
138 REPORTER_ASSERT(r, recorder.isDrawingToLayer());
140 REPORTER_ASSERT(r, recorder.isDrawingToLayer());
142 REPORTER_ASSERT(r, recorder.isDrawingToLayer());
144 REPORTER_ASSERT(r, recorder.isDrawingToLayer());
146 REPORTER_ASSERT(r, recorder.isDrawingToLayer());
148 REPORTER_ASSERT(r, !recorder.isDrawingToLayer());
150 REPORTER_ASSERT(r, !recorder.isDrawingToLayer());
[all...]
H A DCanvasTest.cpp503 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
506 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
514 REPORTER_ASSERT_MESSAGE(reporter, canvas->isDrawingToLayer(),
517 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
522 REPORTER_ASSERT_MESSAGE(reporter, canvas->isDrawingToLayer(),
525 REPORTER_ASSERT_MESSAGE(reporter, canvas->isDrawingToLayer(),
529 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
585 REPORTER_ASSERT_MESSAGE(reporter, canvas1->isDrawingToLayer() ==
586 canvas2->isDrawingToLayer(), testStep->assertMessage());
/external/skia/tests/
H A DCanvasTest.cpp536 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
539 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
547 REPORTER_ASSERT_MESSAGE(reporter, canvas->isDrawingToLayer(),
550 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
555 REPORTER_ASSERT_MESSAGE(reporter, canvas->isDrawingToLayer(),
558 REPORTER_ASSERT_MESSAGE(reporter, canvas->isDrawingToLayer(),
562 REPORTER_ASSERT_MESSAGE(reporter, !canvas->isDrawingToLayer(),
618 REPORTER_ASSERT_MESSAGE(reporter, canvas1->isDrawingToLayer() ==
619 canvas2->isDrawingToLayer(), testStep->assertMessage());
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkNulCanvas.h29 virtual bool isDrawingToLayer() const SK_OVERRIDE {return false;}
/external/chromium_org/third_party/skia/src/core/
H A DSkRecorder.h117 bool isDrawingToLayer() const SK_OVERRIDE;
H A DSkPictureRecord.h65 virtual bool isDrawingToLayer() const SK_OVERRIDE;
H A DSkRecorder.cpp309 bool SkRecorder::isDrawingToLayer() const { function in class:SkRecorder
H A DSkPictureRecord.cpp210 bool SkPictureRecord::isDrawingToLayer() const { function in class:SkPictureRecord
H A DSkCanvas.cpp1037 bool SkCanvas::isDrawingToLayer() const { function in class:SkCanvas
/external/skia/experimental/PdfViewer/
H A DSkNulCanvas.h29 virtual bool isDrawingToLayer() const SK_OVERRIDE {return false;}
/external/skia/include/utils/
H A DSkDeferredCanvas.h141 virtual bool isDrawingToLayer() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/utils/
H A DSkDeferredCanvas.h147 virtual bool isDrawingToLayer() const SK_OVERRIDE;
/external/skia/src/core/
H A DSkMatrixClipStateMgr.h236 // Tracks the current depth of saveLayers to support the isDrawingToLayer call
282 bool isDrawingToLayer() const { function in class:SkMatrixClipStateMgr
H A DSkPictureRecord.h68 virtual bool isDrawingToLayer() const SK_OVERRIDE;
H A DSkPictureRecord.cpp222 bool SkPictureRecord::isDrawingToLayer() const { function in class:SkPictureRecord
224 return fMCMgr.isDrawingToLayer();
H A DSkCanvas.cpp1023 bool SkCanvas::isDrawingToLayer() const { function in class:SkCanvas
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp318 if (!fRecordingCanvas->isDrawingToLayer()) {
702 bool SkDeferredCanvas::isDrawingToLayer() const { function in class:SkDeferredCanvas
703 return this->drawingCanvas()->isDrawingToLayer();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp318 if (!fRecordingCanvas->isDrawingToLayer()) {
702 bool SkDeferredCanvas::isDrawingToLayer() const { function in class:SkDeferredCanvas
703 return this->drawingCanvas()->isDrawingToLayer();
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h436 virtual bool isDrawingToLayer() const;
/external/skia/include/core/
H A DSkCanvas.h431 virtual bool isDrawingToLayer() const;
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp235 virtual bool isDrawingToLayer() const SK_OVERRIDE;
584 bool SkGPipeCanvas::isDrawingToLayer() const { function in class:SkGPipeCanvas
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp232 virtual bool isDrawingToLayer() const SK_OVERRIDE;
571 bool SkGPipeCanvas::isDrawingToLayer() const { function in class:SkGPipeCanvas
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp386 if (contextDisabled() || m_canvas->isDrawingToLayer() || !isCertainlyOpaque())

Completed in 450 milliseconds