Searched defs:SkPictureRecorder (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPictureRecorder.h26 class SK_API SkPictureRecorder : SkNoncopyable { class in inherits:SkNoncopyable
28 SkPictureRecorder() : fPictureRecord(NULL), fRecorder(NULL), fRecord(NULL) { } function in class:SkPictureRecorder
29 ~SkPictureRecorder();
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecorder.cpp10 #include "SkPictureRecorder.h"
16 SkPictureRecorder::SkPictureRecorder() {} function in class: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
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPictureRecorder.h26 class SK_API SkPictureRecorder : SkNoncopyable { class in inherits:SkNoncopyable
28 SkPictureRecorder();
29 ~SkPictureRecorder();
/external/skia/src/core/
H A DSkPictureRecorder.cpp11 #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
[all...]

Completed in 369 milliseconds