Searched refs:DrawPicture (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 69 M(DrawPicture) \ 294 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 129 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint)); 438 Bounds bounds(const DrawPicture& op) const { in bounds()
|
D | SkRecorder.cpp | 268 …this->append<SkRecords::DrawPicture>(this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatri… in onDrawPicture()
|
/external/skqp/src/core/ |
D | SkRecords.h | 66 M(DrawPicture) \ 275 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 57 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \ 270 struct DrawPicture final : Op { struct 271 static const auto kType = Type::DrawPicture; argument 272 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function 567 this->push<DrawPicture>(0, picture, matrix, paint); in drawPicture()
|
D | SkRecordDraw.cpp | 123 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint)); 436 Bounds bounds(const DrawPicture& op) const { in bounds()
|
D | SkRecorder.cpp | 279 …this->append<SkRecords::DrawPicture>(this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatri… in onDrawPicture()
|
/external/skqp/tools/ |
D | DumpRecord.cpp | 64 void print(const SkRecords::DrawPicture& command, double ns) { in print()
|
/external/skia/tools/ |
D | DumpRecord.cpp | 64 void print(const SkRecords::DrawPicture& command, double ns) { in print()
|
/external/python/cpython2/Mac/Demo/PICTbrowse/ |
D | PICTbrowse2.py | 90 Qd.DrawPicture(self.picture, currect)
|
/external/skqp/tests/ |
D | CanvasTest.cpp | 500 TEST_STEP(DrawPicture, DrawPictureTestStep);
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 3317 #ifndef DrawPicture in Qd_DrawPicture() 3318 PyMac_PRECHECK(DrawPicture); in Qd_DrawPicture() 3324 DrawPicture(myPicture, in Qd_DrawPicture()
|