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

  /external/skia/tools/
DumpRecord.cpp 63 void print(const SkRecords::DrawPicture& command, double ns) {
  /external/skqp/tools/
DumpRecord.cpp 63 void print(const SkRecords::DrawPicture& command, double ns) {
  /external/skia/src/core/
SkRecords.h 72 M(DrawPicture) \
282 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
SkLiteDL.cpp 55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
260 struct DrawPicture final : Op {
261 static const auto kType = Type::DrawPicture;
262 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint)
272 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr);
608 void SkLiteDL::drawPicture(const SkPicture* picture,
610 this->push<DrawPicture>(0, picture, matrix, paint);
SkRecordDraw.cpp 116 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
141 fCanvas->drawPicture(fDrawablePicts[r.index], r.matrix, nullptr);
469 Bounds bounds(const DrawPicture& op) const {
SkRecorder.cpp 306 APPEND(DrawPicture, this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatrix::I());
  /external/skqp/src/core/
SkRecords.h 72 M(DrawPicture) \
282 RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag,
SkLiteDL.cpp 55 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
260 struct DrawPicture final : Op {
261 static const auto kType = Type::DrawPicture;
262 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint)
272 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr);
608 void SkLiteDL::drawPicture(const SkPicture* picture,
610 this->push<DrawPicture>(0, picture, matrix, paint);
SkRecordDraw.cpp 116 DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
141 fCanvas->drawPicture(fDrawablePicts[r.index], r.matrix, nullptr);
469 Bounds bounds(const DrawPicture& op) const {
SkRecorder.cpp 306 APPEND(DrawPicture, this->copy(paint), sk_ref_sp(pic), matrix ? *matrix : SkMatrix::I());
  /external/python/cpython2/Mac/Demo/PICTbrowse/
PICTbrowse2.py 90 Qd.DrawPicture(self.picture, currect)
  /external/skia/tests/
CanvasTest.cpp 473 canvas->drawPicture(recorder.finishRecordingAsPicture());
475 TEST_STEP(DrawPicture, DrawPictureTestStep);
  /external/skqp/tests/
CanvasTest.cpp 473 canvas->drawPicture(recorder.finishRecordingAsPicture());
475 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 1003 milliseconds