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

  /external/skia/src/core/
SkMiniRecorder.h 17 class SkMiniRecorder : SkNoncopyable {
19 SkMiniRecorder();
20 ~SkMiniRecorder();
27 // Detach anything we've recorded as a picture, resetting this SkMiniRecorder.
31 // Flush anything we've recorded to the canvas, resetting this SkMiniRecorder.
SkMiniRecorder.cpp 10 #include "SkMiniRecorder.h"
74 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {}
75 SkMiniRecorder::~SkMiniRecorder() {
90 bool SkMiniRecorder::drawRect(const SkRect& rect, const SkPaint& paint) {
94 bool SkMiniRecorder::drawPath(const SkPath& path, const SkPaint& paint) {
98 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) {
104 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect* cull) {
126 void SkMiniRecorder::flushAndReset(SkCanvas* canvas)
    [all...]
SkRecorder.h 12 #include "SkMiniRecorder.h"
42 SkRecorder(SkRecord*, int width, int height, SkMiniRecorder* = nullptr); // legacy version
43 SkRecorder(SkRecord*, const SkRect& bounds, SkMiniRecorder* = nullptr);
46 void reset(SkRecord*, const SkRect& bounds, DrawPictureMode, SkMiniRecorder* = nullptr);
151 SkMiniRecorder* fMiniRecorder;
SkPictureRecorder.cpp 11 #include "SkMiniRecorder.h"
22 fMiniRecorder.reset(new SkMiniRecorder);
SkRecorder.cpp 38 SkRecorder::SkRecorder(SkRecord* record, int width, int height, SkMiniRecorder* mr)
45 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr)
53 DrawPictureMode dpm, SkMiniRecorder* mr) {
126 SkMiniRecorder* mr = fMiniRecorder;
  /external/skia/include/core/
SkPictureRecorder.h 24 class SkMiniRecorder;
119 std::unique_ptr<SkMiniRecorder> fMiniRecorder;
  /external/skia/tests/
PictureTest.cpp 26 #include "SkMiniRecorder.h"
    [all...]

Completed in 140 milliseconds