Home
last modified time | relevance | path

Searched refs:SkPictureRecorder (Results 1 – 25 of 95) sorted by relevance

1234

/external/skia/src/core/
DSkPictureRecorder.cpp17 SkPictureRecorder::~SkPictureRecorder() { in ~SkPictureRecorder()
21 void SkPictureRecorder::reset() { in reset()
28 SkCanvas* SkPictureRecorder::beginRecording(int width, int height, in beginRecording()
49 SkCanvas* SkPictureRecorder::EXPERIMENTAL_beginRecording(int width, int height, in EXPERIMENTAL_beginRecording()
61 SkCanvas* SkPictureRecorder::getRecordingCanvas() { in getRecordingCanvas()
68 SkPicture* SkPictureRecorder::endRecording() { in endRecording()
86 void SkPictureRecorder::internalOnly_EnableOpts(bool enableOpts) { in internalOnly_EnableOpts()
92 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { in partialReplay()
/external/chromium_org/third_party/skia/src/core/
DSkPictureRecorder.cpp17 SkPictureRecorder::~SkPictureRecorder() { in ~SkPictureRecorder()
21 void SkPictureRecorder::reset() { in reset()
28 SkCanvas* SkPictureRecorder::beginRecording(int width, int height, in beginRecording()
49 SkCanvas* SkPictureRecorder::EXPERIMENTAL_beginRecording(int width, int height, in EXPERIMENTAL_beginRecording()
61 SkCanvas* SkPictureRecorder::getRecordingCanvas() { in getRecordingCanvas()
68 SkPicture* SkPictureRecorder::endRecording() { in endRecording()
86 void SkPictureRecorder::internalOnly_EnableOpts(bool enableOpts) { in internalOnly_EnableOpts()
92 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { in partialReplay()
/external/chromium_org/third_party/skia/include/core/
DSkPictureRecorder.h26 class SK_API SkPictureRecorder : SkNoncopyable {
28 SkPictureRecorder() : fPictureRecord(NULL), fRecorder(NULL), fRecord(NULL) { } in SkPictureRecorder() function
29 ~SkPictureRecorder();
/external/skia/include/core/
DSkPictureRecorder.h26 class SK_API SkPictureRecorder : SkNoncopyable {
28 SkPictureRecorder() : fPictureRecord(NULL), fRecorder(NULL), fRecord(NULL) { } in SkPictureRecorder() function
29 ~SkPictureRecorder();
/external/chromium_org/skia/ext/
Dpixel_ref_utils_unittest.cc75 SkCanvas* StartRecording(SkPictureRecorder* recorder, gfx::Rect layer_rect) { in StartRecording()
87 SkPicture* StopRecording(SkPictureRecorder* recorder, SkCanvas* canvas) { in StopRecording()
97 SkPictureRecorder recorder; in TEST()
136 SkPictureRecorder recorder; in TEST()
189 SkPictureRecorder recorder; in TEST()
237 SkPictureRecorder recorder; in TEST()
290 SkPictureRecorder recorder; in TEST()
342 SkPictureRecorder recorder; in TEST()
384 SkPictureRecorder recorder; in TEST()
445 SkPictureRecorder recorder; in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDisplayList.h42 class SkPictureRecorder; variable
70 OwnPtr<SkPictureRecorder> m_recorder;
DDeferredImageDecoderTest.cpp159 SkPictureRecorder recorder; in TEST_F()
182 SkPictureRecorder recorder; in TEST_F()
217 SkPictureRecorder recorder; in TEST_F()
323 SkPictureRecorder recorder; in TEST_F()
DDisplayList.cpp64 m_recorder = adoptPtr(new SkPictureRecorder); in beginRecording()
DGraphicsContextRecorder.h74 OwnPtr<SkPictureRecorder> m_recorder;
/external/skia/bench/
DPictureRecordBench.cpp55 SkPictureRecorder recorder; in onDraw()
124 SkPictureRecorder recorder; in onDraw()
162 SkPictureRecorder recorder; in onDraw()
/external/chromium_org/third_party/skia/bench/
DPictureRecordBench.cpp55 SkPictureRecorder recorder; in onDraw()
124 SkPictureRecorder recorder; in onDraw()
162 SkPictureRecorder recorder; in onDraw()
/external/chromium_org/third_party/skia/tests/
DPictureTest.cpp317 SkPictureRecorder recorder; in record_bitmaps()
672 SkPictureRecorder recorder; in test_deleting_empty_playback()
683 SkPictureRecorder recorder; in test_serializing_empty_picture()
714 SkPictureRecorder recorder; in test_gpu_veto()
812 SkPictureRecorder recorder; in test_gpu_picture_optimization()
978 static SkPicture* Copy(SkPictureRecorder* recorder) { in Copy()
979 SkPictureRecorder recorder2; in Copy()
1032 SkPictureRecorder recorder; in DEF_TEST()
1055 SkPictureRecorder recorder; in DEF_TEST()
1085 SkPictureRecorder recorder; in DEF_TEST()
[all …]
DPictureShaderTest.cpp20 SkPictureRecorder factory; in DEF_TEST()
/external/skia/tests/
DPictureTest.cpp317 SkPictureRecorder recorder; in record_bitmaps()
672 SkPictureRecorder recorder; in test_deleting_empty_playback()
683 SkPictureRecorder recorder; in test_serializing_empty_picture()
714 SkPictureRecorder recorder; in test_gpu_veto()
812 SkPictureRecorder recorder; in test_gpu_picture_optimization()
978 static SkPicture* Copy(SkPictureRecorder* recorder) { in Copy()
979 SkPictureRecorder recorder2; in Copy()
1032 SkPictureRecorder recorder; in DEF_TEST()
1055 SkPictureRecorder recorder; in DEF_TEST()
1085 SkPictureRecorder recorder; in DEF_TEST()
[all …]
DPictureShaderTest.cpp20 SkPictureRecorder factory; in DEF_TEST()
/external/chromium_org/third_party/skia/samplecode/
DSamplePictFile.cpp129 SkPictureRecorder recorder; in LoadPicture()
147 SkPictureRecorder recorder; in LoadPicture()
186 SkPictureRecorder recorder; in LoadPicture()
DSamplePicture.cpp66 SkPictureRecorder recorder; in PictureView()
136 SkPictureRecorder recorder; in onDrawContent()
/external/skia/samplecode/
DSamplePictFile.cpp129 SkPictureRecorder recorder; in LoadPicture()
147 SkPictureRecorder recorder; in LoadPicture()
186 SkPictureRecorder recorder; in LoadPicture()
DSamplePicture.cpp66 SkPictureRecorder recorder; in PictureView()
136 SkPictureRecorder recorder; in onDrawContent()
/external/skia/gm/
Doptimizations.cpp83 SkPictureRecorder recorder; in create_save_layer_opt_1()
217 SkPictureRecorder recorder; in create_save_layer_opt_2()
360 SkPictureRecorder recorder; in onDraw()
Dpathopsskpclip.cpp40 SkPictureRecorder recorder; in onDraw()
/external/chromium_org/third_party/skia/gm/
Doptimizations.cpp83 SkPictureRecorder recorder; in create_save_layer_opt_1()
217 SkPictureRecorder recorder; in create_save_layer_opt_2()
360 SkPictureRecorder recorder; in onDraw()
/external/skia/tools/
Dgpuveto.cpp57 SkPictureRecorder recorder; in tool_main()
/external/chromium_org/third_party/skia/tools/
Dgpuveto.cpp57 SkPictureRecorder recorder; in tool_main()
/external/chromium_org/cc/resources/
Dskpicture_content_layer_updater.cc31 SkPictureRecorder recorder; in PrepareToUpdate()

1234