Home
last modified time | relevance | path

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

12345678

/third_party/skia/src/core/
DSkPictureRecorder.cpp22 SkPictureRecorder::SkPictureRecorder() { in SkPictureRecorder() function in SkPictureRecorder
28 SkPictureRecorder::~SkPictureRecorder() {} in ~SkPictureRecorder()
30 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& userCullRect, in beginRecording()
45 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording()
49 SkCanvas* SkPictureRecorder::getRecordingCanvas() { in getRecordingCanvas()
53 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPicture() { in finishRecordingAsPicture()
105 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect) { in finishRecordingAsPictureWithCull()
111 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { in partialReplay()
126 sk_sp<SkDrawable> SkPictureRecorder::finishRecordingAsDrawable() { in finishRecordingAsDrawable()
/third_party/flutter/skia/src/core/
DSkPictureRecorder.cpp20 SkPictureRecorder::SkPictureRecorder() { in SkPictureRecorder() function in SkPictureRecorder
26 SkPictureRecorder::~SkPictureRecorder() {} in ~SkPictureRecorder()
28 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& userCullRect, in beginRecording()
52 SkCanvas* SkPictureRecorder::getRecordingCanvas() { in getRecordingCanvas()
56 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPicture(uint32_t finishFlags) { in finishRecordingAsPicture()
94 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect, in finishRecordingAsPictureWithCull()
101 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { in partialReplay()
116 sk_sp<SkDrawable> SkPictureRecorder::finishRecordingAsDrawable(uint32_t finishFlags) { in finishRecordingAsDrawable()
/third_party/skia/include/core/
DSkPictureRecorder.h28 class SK_API SkPictureRecorder {
30 SkPictureRecorder();
31 ~SkPictureRecorder();
111 SkPictureRecorder(SkPictureRecorder&&) = delete;
112 SkPictureRecorder& operator=(SkPictureRecorder&&) = delete;
/third_party/flutter/skia/include/core/
DSkPictureRecorder.h29 class SK_API SkPictureRecorder {
31 SkPictureRecorder();
32 ~SkPictureRecorder();
121 SkPictureRecorder(SkPictureRecorder&&) = delete;
122 SkPictureRecorder& operator=(SkPictureRecorder&&) = delete;
/third_party/skia/tests/
DPictureTest.cpp54 SkPictureRecorder recorder; in test_deleting_empty_picture()
65 SkPictureRecorder recorder; in test_serializing_empty_picture()
166 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) { in Copy()
167 SkPictureRecorder recorder2; in Copy()
216 SkPictureRecorder recorder; in DEF_TEST()
239 SkPictureRecorder recorder; in DEF_TEST()
266 SkPictureRecorder recorder; in test_unbalanced_save_restores()
321 SkPictureRecorder recorder; in test_peephole()
359 SkPictureRecorder recorder; in test_bad_bitmap()
385 SkPictureRecorder recorder; in test_clip_bound_opt()
[all …]
DDebugLayerManagerTest.cpp22 SkPictureRecorder rec; in test_basic()
32 SkPictureRecorder rec2; in test_basic()
DPictureShaderTest.cpp21 SkPictureRecorder recorder; in DEF_TEST()
62 SkPictureRecorder recorder; in DEF_TEST()
DPictureBBHTest.cpp44 SkPictureRecorder recorder; in run()
98 SkPictureRecorder recorder; in DEF_TEST()
DSerialProcsTest.cpp56 SkPictureRecorder rec; in DEF_TEST()
86 SkPictureRecorder rec; in make_pic()
181 SkPictureRecorder rec; in make_picture()
/third_party/flutter/skia/tests/
DPictureTest.cpp56 SkPictureRecorder recorder; in test_deleting_empty_picture()
67 SkPictureRecorder recorder; in test_serializing_empty_picture()
168 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) { in Copy()
169 SkPictureRecorder recorder2; in Copy()
218 SkPictureRecorder recorder; in DEF_TEST()
241 SkPictureRecorder recorder; in DEF_TEST()
268 SkPictureRecorder recorder; in test_unbalanced_save_restores()
323 SkPictureRecorder recorder; in test_peephole()
361 SkPictureRecorder recorder; in test_bad_bitmap()
388 SkPictureRecorder recorder; in test_clip_bound_opt()
[all …]
DPictureBBHTest.cpp45 SkPictureRecorder recorder; in run()
99 SkPictureRecorder recorder; in DEF_TEST()
DSerialProcsTest.cpp56 SkPictureRecorder rec; in DEF_TEST()
86 SkPictureRecorder rec; in make_pic()
181 SkPictureRecorder rec; in make_picture()
/third_party/flutter/skia/bench/
DRecordingBench.cpp14 SkPictureRecorder rec; in PictureCentricBench()
16 SkPictureRecorder::kPlaybackDrawPicture_RecordFlag)); in PictureCentricBench()
42 SkPictureRecorder recorder; in onDraw()
DPictureNestingBench.cpp51 SkPictureRecorder recorder; in sierpinsky()
121 SkPictureRecorder recorder; in onDraw()
145 SkPictureRecorder recorder; in onDelayedSetup()
/third_party/skia/bench/
DPictureNestingBench.cpp51 SkPictureRecorder recorder; in sierpinsky()
121 SkPictureRecorder recorder; in onDraw()
145 SkPictureRecorder recorder; in onDelayedSetup()
DRecordingBench.cpp14 SkPictureRecorder rec; in PictureCentricBench()
42 SkPictureRecorder recorder; in onDraw()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/
Dpicture_recorder.dart7 class SkPictureRecorder implements ui.PictureRecorder {
16 _recorder = js.JsObject(canvasKit['SkPictureRecorder']);
/third_party/flutter/skia/gm/
Drecordopts.cpp111 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence()
169 SkPictureRecorder recorder;
214 SkPictureRecorder recorder;
Dpicture.cpp22 SkPictureRecorder rec; in make_picture()
108 SkPictureRecorder rec; in onOnceBeforeDraw()
Dmultipicturedraw.cpp74 SkPictureRecorder recorder; in make_hex_plane_picture()
123 SkPictureRecorder recorder; in make_single_layer_hex_plane_picture()
178 SkPictureRecorder recorder; in make_tri_picture()
197 SkPictureRecorder recorder; in make_sub_picture()
231 SkPictureRecorder recorder; in make_sierpinski_picture()
367 SkPictureRecorder recorder; in create_content()
Dpictureimagefilter.cpp42 SkPictureRecorder recorder; in make_picture()
53 SkPictureRecorder recorder; in make_LCD_picture()
/third_party/skia/gm/
Drecordopts.cpp111 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence()
169 SkPictureRecorder recorder;
214 SkPictureRecorder recorder;
Dpicture.cpp22 SkPictureRecorder rec; in make_picture()
105 SkPictureRecorder rec; in onOnceBeforeDraw()
Dpictureimagefilter.cpp41 SkPictureRecorder recorder; in make_picture()
52 SkPictureRecorder recorder; in make_LCD_picture()
/third_party/flutter/skia/docs/examples/
DPicture_uniqueID.cpp7 SkPictureRecorder recorder; in draw()

12345678