Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureCommon.h31 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); } in operator()
81 void operator()(const SkRecords::DrawPicture& op) { in operator()
DSkRecords.h71 M(DrawPicture) \
279 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
255 struct DrawPicture final : Op { struct
256 static const auto kType = Type::DrawPicture; argument
257 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() argument
594 this->push<DrawPicture>(0, picture, matrix, paint); in drawPicture()
DSkRecordDraw.cpp114 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
463 Bounds bounds(const DrawPicture& op) const { in bounds()
DSkRecorder.cpp305 APPEND(DrawPicture, this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatrix::I()); in onDrawPicture()
/external/skia/tools/
DDumpRecord.cpp63 void print(const SkRecords::DrawPicture& command, double ns) { in print()
/external/python/cpython2/Mac/Demo/PICTbrowse/
DPICTbrowse2.py90 Qd.DrawPicture(self.picture, currect)
/external/skia/tests/
DCanvasTest.cpp482 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()