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

  /external/chromium_org/third_party/skia/tests/
RecorderTest.cpp 132 // 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...]
CanvasTest.cpp 503 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());
    [all...]
  /external/skia/tests/
CanvasTest.cpp 536 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());
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkNulCanvas.h 29 virtual bool isDrawingToLayer() const SK_OVERRIDE {return false;}
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 147 virtual bool isDrawingToLayer() const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkRecorder.h 117 bool isDrawingToLayer() const SK_OVERRIDE;
SkPictureRecord.h 65 virtual bool isDrawingToLayer() const SK_OVERRIDE;
SkRecorder.cpp 309 bool SkRecorder::isDrawingToLayer() const {
SkPictureRecord.cpp 210 bool SkPictureRecord::isDrawingToLayer() const {
    [all...]
SkCanvas.cpp 1037 bool SkCanvas::isDrawingToLayer() const {
    [all...]
  /external/skia/experimental/PdfViewer/
SkNulCanvas.h 29 virtual bool isDrawingToLayer() const SK_OVERRIDE {return false;}
  /external/skia/include/utils/
SkDeferredCanvas.h 141 virtual bool isDrawingToLayer() const SK_OVERRIDE;
  /external/skia/src/core/
SkMatrixClipStateMgr.h 236 // Tracks the current depth of saveLayers to support the isDrawingToLayer call
282 bool isDrawingToLayer() const {
SkPictureRecord.h 68 virtual bool isDrawingToLayer() const SK_OVERRIDE;
SkPictureRecord.cpp 222 bool SkPictureRecord::isDrawingToLayer() const {
224 return fMCMgr.isDrawingToLayer();
    [all...]
SkCanvas.cpp 1023 bool SkCanvas::isDrawingToLayer() const {
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 318 if (!fRecordingCanvas->isDrawingToLayer()) {
702 bool SkDeferredCanvas::isDrawingToLayer() const {
703 return this->drawingCanvas()->isDrawingToLayer();
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 318 if (!fRecordingCanvas->isDrawingToLayer()) {
702 bool SkDeferredCanvas::isDrawingToLayer() const {
703 return this->drawingCanvas()->isDrawingToLayer();
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 436 virtual bool isDrawingToLayer() const;
    [all...]
  /external/skia/include/core/
SkCanvas.h 431 virtual bool isDrawingToLayer() const;
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 235 virtual bool isDrawingToLayer() const SK_OVERRIDE;
584 bool SkGPipeCanvas::isDrawingToLayer() const {
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 232 virtual bool isDrawingToLayer() const SK_OVERRIDE;
571 bool SkGPipeCanvas::isDrawingToLayer() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 386 if (contextDisabled() || m_canvas->isDrawingToLayer() || !isCertainlyOpaque())
    [all...]

Completed in 427 milliseconds