HomeSort by relevance Sort by last modified time
    Searched refs:SkPictureRecorder (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/skia/src/core/
SkPictureRecorder.cpp 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
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 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()
    [all...]
  /external/skia/include/core/
SkPictureRecorder.h 26 class SK_API SkPictureRecorder : SkNoncopyable {
28 SkPictureRecorder() : fPictureRecord(NULL), fRecorder(NULL), fRecord(NULL) { }
29 ~SkPictureRecorder();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RecordingImageBufferSurface.h 16 class SkPictureRecorder;
56 OwnPtr<SkPictureRecorder> m_currentFrame;
GraphicsContextRecorder.h 38 #include "third_party/skia/include/core/SkPictureRecorder.h"
73 OwnPtr<SkPictureRecorder> m_recorder;
  /external/skia/tests/
PictureShaderTest.cpp 9 #include "SkPictureRecorder.h"
20 SkPictureRecorder factory;
  /frameworks/base/core/jni/android/graphics/
Picture.h 21 #include "SkPictureRecorder.h"
32 // Skia's SkPicture class has been split into an SkPictureRecorder
58 SkAutoTDelete<SkPictureRecorder> mRecorder;
Picture.cpp 41 mRecorder.reset(new SkPictureRecorder);
115 SkPictureRecorder reRecorder;
  /external/chromium_org/third_party/skia/include/core/
SkPictureRecorder.h 26 class SK_API SkPictureRecorder : SkNoncopyable {
28 SkPictureRecorder();
29 ~SkPictureRecorder();
  /external/chromium_org/third_party/skia/tests/
PictureShaderTest.cpp 9 #include "SkPictureRecorder.h"
20 SkPictureRecorder factory;
  /external/chromium_org/third_party/skia/bench/
PictureNestingBench.cpp 14 #include "SkPictureRecorder.h"
52 SkPictureRecorder recorder;
108 SkPictureRecorder recorder;
128 SkPictureRecorder recorder;
PictureRecordBench.cpp 12 #include "SkPictureRecorder.h"
55 SkPictureRecorder recorder;
124 SkPictureRecorder recorder;
162 SkPictureRecorder recorder;
RecordingBench.cpp 11 #include "SkPictureRecorder.h"
44 SkPictureRecorder recorder;
  /external/chromium_org/third_party/skia/samplecode/
SamplePictFile.cpp 18 #include "SkPictureRecorder.h"
125 SkPictureRecorder recorder;
146 SkPictureRecorder recorder;
184 SkPictureRecorder recorder;
  /external/skia/bench/
PictureRecordBench.cpp 12 #include "SkPictureRecorder.h"
55 SkPictureRecorder recorder;
124 SkPictureRecorder recorder;
162 SkPictureRecorder recorder;
  /external/skia/samplecode/
SamplePictFile.cpp 18 #include "SkPictureRecorder.h"
129 SkPictureRecorder recorder;
147 SkPictureRecorder recorder;
186 SkPictureRecorder recorder;
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 13 #include "third_party/skia/include/core/SkPictureRecorder.h"
31 SkPictureRecorder recorder;
  /external/chromium_org/third_party/skia/gm/
distantclip.cpp 13 #include "SkPictureRecorder.h"
33 SkPictureRecorder recorder;
pathopsskpclip.cpp 16 #include "SkPictureRecorder.h"
36 SkPictureRecorder recorder;
picture.cpp 10 #include "SkPictureRecorder.h"
13 SkPictureRecorder rec;
  /external/chromium_org/third_party/skia/tools/
gpuveto.cpp 11 #include "SkPictureRecorder.h"
57 SkPictureRecorder recorder;
  /external/skia/gm/
distantclip.cpp 13 #include "SkPictureRecorder.h"
33 SkPictureRecorder recorder;
pathopsskpclip.cpp 16 #include "SkPictureRecorder.h"
40 SkPictureRecorder recorder;
  /external/skia/tools/
gpuveto.cpp 11 #include "SkPictureRecorder.h"
57 SkPictureRecorder recorder;
skpmaker.cpp 15 #include "SkPictureRecorder.h"
30 SkPictureRecorder recorder;

Completed in 1005 milliseconds

1 2 3 4 5