HomeSort by relevance Sort by last modified time
    Searched refs:onDrawPicture (Results 1 - 25 of 48) sorted by null

1 2

  /external/skia/include/core/
SkOverdrawCanvas.h 57 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skia/include/utils/
SkLuaCanvas.h 68 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkDumpCanvas.h 123 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkNWayCanvas.h 81 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkPaintFilterCanvas.h 89 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skqp/include/core/
SkOverdrawCanvas.h 57 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skqp/include/utils/
SkLuaCanvas.h 68 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkDumpCanvas.h 123 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkNWayCanvas.h 81 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkPaintFilterCanvas.h 86 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skia/src/core/
SkLiteRecorder.h 51 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkRecorder.h 133 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkColorSpaceXformCanvas.cpp 245 void onDrawPicture(const SkPicture* pic,
248 SkCanvas::onDrawPicture(pic, matrix, MaybePaint(paint, fXformer.get()));
  /external/skqp/src/core/
SkLiteRecorder.h 51 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
SkRecorder.h 133 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /frameworks/base/libs/hwui/pipeline/skia/
DumpOpsCanvas.h 134 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override {
  /frameworks/base/libs/hwui/tests/unit/
FatalTestCanvas.h 129 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) {
130 ADD_FAILURE() << "onDrawPicture not expected in this test";
  /external/skia/src/utils/
SkLuaCanvas.cpp 303 void SkLuaCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix,
307 this->INHERITED::onDrawPicture(picture, matrix, paint);
SkPaintFilterCanvas.cpp 169 void SkPaintFilterCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* m,
173 this->INHERITED::onDrawPicture(picture, m, apf.paint());
  /external/skqp/src/utils/
SkLuaCanvas.cpp 303 void SkLuaCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix,
307 this->INHERITED::onDrawPicture(picture, matrix, paint);
SkPaintFilterCanvas.cpp 169 void SkPaintFilterCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* m,
173 this->INHERITED::onDrawPicture(picture, m, apf.paint());
  /external/skia/src/pipe/
SkPipeCanvas.h 144 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skia/tools/debugger/
SkDebugCanvas.h 224 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skqp/src/pipe/
SkPipeCanvas.h 144 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
  /external/skqp/tools/debugger/
SkDebugCanvas.h 224 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;

Completed in 343 milliseconds

1 2