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

  /external/skia/src/core/
SkPictureCommon.h 27 // If the op is a DrawPicture, recurse.
31 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); }
81 void operator()(const SkRecords::DrawPicture& op) {
SkRecords.h 71 M(DrawPicture) \
279 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
SkLiteDL.cpp 55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
255 struct DrawPicture final : Op {
256 static const auto kType = Type::DrawPicture;
257 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint)
267 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr);
592 void SkLiteDL::drawPicture(const SkPicture* picture,
594 this->push<DrawPicture>(0, picture, matrix, paint);
SkRecordDraw.cpp 114 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
139 fCanvas->drawPicture(fDrawablePicts[r.index], r.matrix, nullptr);
463 Bounds bounds(const DrawPicture& op) const {
SkRecorder.cpp 305 APPEND(DrawPicture, this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatrix::I());
  /external/skia/tools/
DumpRecord.cpp 63 void print(const SkRecords::DrawPicture& command, double ns) {
  /external/python/cpython2/Mac/Demo/PICTbrowse/
PICTbrowse2.py 90 Qd.DrawPicture(self.picture, currect)
  /external/skia/tests/
CanvasTest.cpp 480 canvas->drawPicture(recorder.finishRecordingAsPicture());
482 TEST_STEP(DrawPicture, DrawPictureTestStep);
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 276 milliseconds