Home
last modified time | relevance | path

Searched refs:SkLiteDL (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkLiteDL.cpp551 void* SkLiteDL::push(size_t pod, Args&&... args) { in push()
584 void SkLiteDL::setDrawFilter(SkDrawFilter* df) { in setDrawFilter()
589 void SkLiteDL:: save() { this->push <Save>(0); } in save()
614 void SkLiteDL::drawPaint(const SkPaint& paint) { in drawPaint()
777 SkRect SkLiteDL::onGetBounds() { in onGetBounds()
781 SkLiteDL:: SkLiteDL(SkRect bounds) : fUsed(0), fReserved(0), fBounds(bounds) {} in SkLiteDL() function in SkLiteDL
783 SkLiteDL::~SkLiteDL() { in ~SkLiteDL()
787 sk_sp<SkLiteDL> SkLiteDL::New(SkRect bounds) { in New()
788 return sk_sp<SkLiteDL>(new SkLiteDL(bounds)); in New()
791 void SkLiteDL::reset(SkRect bounds) { in reset()
[all …]
H A DSkLiteDL.h18 class SkLiteDL final : public SkDrawable {
20 static sk_sp<SkLiteDL> New(SkRect);
91 SkLiteDL(SkRect);
92 ~SkLiteDL();
H A DSkLiteRecorder.h13 class SkLiteDL; variable
18 void reset(SkLiteDL*);
93 SkLiteDL* fDL;
H A DSkLiteRecorder.cpp16 void SkLiteRecorder::reset(SkLiteDL* dl) { in reset()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkLiteDL.cpp509 void* SkLiteDL::push(size_t pod, Args&&... args) { in push()
542 void SkLiteDL::setDrawFilter(SkDrawFilter* df) { in setDrawFilter()
547 void SkLiteDL::flush() { this->push<Flush>(0); } in flush()
549 void SkLiteDL:: save() { this->push <Save>(0); } in save()
550 void SkLiteDL::restore() { this->push<Restore>(0); } in restore()
574 void SkLiteDL::drawPaint(const SkPaint& paint) { in drawPaint()
608 void SkLiteDL::drawPicture(const SkPicture* picture, in drawPicture()
638 void SkLiteDL::drawText(const void* text, size_t bytes, in drawText()
722 void SkLiteDL::draw(SkCanvas* canvas) const { in draw()
727 SkLiteDL::~SkLiteDL() { in ~SkLiteDL()
[all …]
H A DSkLiteRecorder.h13 class SkLiteDL; variable
18 void reset(SkLiteDL*, const SkIRect& bounds);
87 SkLiteDL* fDL;
H A DSkLiteDL.h19 class SkLiteDL final {
21 ~SkLiteDL();
H A DSkLiteRecorder.cpp16 void SkLiteRecorder::reset(SkLiteDL* dl, const SkIRect& bounds) { in reset()