Home | History | Annotate | Download | only in core

Lines Matching refs:SkPictureRecorder

10 #include "SkPictureRecorder.h"
16 SkPictureRecorder::SkPictureRecorder() {}
18 SkPictureRecorder::~SkPictureRecorder() {}
20 SkCanvas* SkPictureRecorder::beginRecording(SkScalar width, SkScalar height,
30 SkCanvas* SkPictureRecorder::DEPRECATED_beginRecording(SkScalar width, SkScalar height,
52 SkCanvas* SkPictureRecorder::EXPERIMENTAL_beginRecording(SkScalar width, SkScalar height,
67 SkCanvas* SkPictureRecorder::getRecordingCanvas() {
74 SkPicture* SkPictureRecorder::endRecording() {
92 void SkPictureRecorder::internalOnly_EnableOpts(bool enableOpts) {
98 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const {