Home | History | Annotate | Download | only in core

Lines Matching defs:SkPictureRecorder

11 #include "SkPictureRecorder.h"
17 SkPictureRecorder::~SkPictureRecorder() {
21 void SkPictureRecorder::reset() {
28 SkCanvas* SkPictureRecorder::beginRecording(int width, int height,
49 SkCanvas* SkPictureRecorder::EXPERIMENTAL_beginRecording(int width, int height,
61 SkCanvas* SkPictureRecorder::getRecordingCanvas() {
68 SkPicture* SkPictureRecorder::endRecording() {
86 void SkPictureRecorder::internalOnly_EnableOpts(bool enableOpts) {
92 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const {