Home
last modified time | relevance | path

Searched refs:DrawPicture (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkRecords.h69 M(DrawPicture) \
294 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp129 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
438 Bounds bounds(const DrawPicture& op) const { in bounds()
DSkRecorder.cpp268 …this->append<SkRecords::DrawPicture>(this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatri… in onDrawPicture()
/external/skqp/src/core/
DSkRecords.h66 M(DrawPicture) \
275 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp57 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()
DSkRecordDraw.cpp123 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
436 Bounds bounds(const DrawPicture& op) const { in bounds()
DSkRecorder.cpp279 …this->append<SkRecords::DrawPicture>(this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatri… in onDrawPicture()
/external/skqp/tools/
DDumpRecord.cpp64 void print(const SkRecords::DrawPicture& command, double ns) { in print()
/external/skia/tools/
DDumpRecord.cpp64 void print(const SkRecords::DrawPicture& command, double ns) { in print()
/external/python/cpython2/Mac/Demo/PICTbrowse/
DPICTbrowse2.py90 Qd.DrawPicture(self.picture, currect)
/external/skqp/tests/
DCanvasTest.cpp500 TEST_STEP(DrawPicture, DrawPictureTestStep);
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c3317 #ifndef DrawPicture in Qd_DrawPicture()
3318 PyMac_PRECHECK(DrawPicture); in Qd_DrawPicture()
3324 DrawPicture(myPicture, in Qd_DrawPicture()