/third_party/skia/src/core/ |
D | SkPictureRecorder.cpp | 22 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/ |
D | SkPictureRecorder.cpp | 20 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/ |
D | SkPictureRecorder.h | 28 class SK_API SkPictureRecorder { 30 SkPictureRecorder(); 31 ~SkPictureRecorder(); 111 SkPictureRecorder(SkPictureRecorder&&) = delete; 112 SkPictureRecorder& operator=(SkPictureRecorder&&) = delete;
|
/third_party/flutter/skia/include/core/ |
D | SkPictureRecorder.h | 29 class SK_API SkPictureRecorder { 31 SkPictureRecorder(); 32 ~SkPictureRecorder(); 121 SkPictureRecorder(SkPictureRecorder&&) = delete; 122 SkPictureRecorder& operator=(SkPictureRecorder&&) = delete;
|
/third_party/skia/tests/ |
D | PictureTest.cpp | 54 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 …]
|
D | DebugLayerManagerTest.cpp | 22 SkPictureRecorder rec; in test_basic() 32 SkPictureRecorder rec2; in test_basic()
|
D | PictureShaderTest.cpp | 21 SkPictureRecorder recorder; in DEF_TEST() 62 SkPictureRecorder recorder; in DEF_TEST()
|
D | PictureBBHTest.cpp | 44 SkPictureRecorder recorder; in run() 98 SkPictureRecorder recorder; in DEF_TEST()
|
D | SerialProcsTest.cpp | 56 SkPictureRecorder rec; in DEF_TEST() 86 SkPictureRecorder rec; in make_pic() 181 SkPictureRecorder rec; in make_picture()
|
/third_party/flutter/skia/tests/ |
D | PictureTest.cpp | 56 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 …]
|
D | PictureBBHTest.cpp | 45 SkPictureRecorder recorder; in run() 99 SkPictureRecorder recorder; in DEF_TEST()
|
D | SerialProcsTest.cpp | 56 SkPictureRecorder rec; in DEF_TEST() 86 SkPictureRecorder rec; in make_pic() 181 SkPictureRecorder rec; in make_picture()
|
/third_party/flutter/skia/bench/ |
D | RecordingBench.cpp | 14 SkPictureRecorder rec; in PictureCentricBench() 16 SkPictureRecorder::kPlaybackDrawPicture_RecordFlag)); in PictureCentricBench() 42 SkPictureRecorder recorder; in onDraw()
|
D | PictureNestingBench.cpp | 51 SkPictureRecorder recorder; in sierpinsky() 121 SkPictureRecorder recorder; in onDraw() 145 SkPictureRecorder recorder; in onDelayedSetup()
|
/third_party/skia/bench/ |
D | PictureNestingBench.cpp | 51 SkPictureRecorder recorder; in sierpinsky() 121 SkPictureRecorder recorder; in onDraw() 145 SkPictureRecorder recorder; in onDelayedSetup()
|
D | RecordingBench.cpp | 14 SkPictureRecorder rec; in PictureCentricBench() 42 SkPictureRecorder recorder; in onDraw()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | picture_recorder.dart | 7 class SkPictureRecorder implements ui.PictureRecorder { 16 _recorder = js.JsObject(canvasKit['SkPictureRecorder']);
|
/third_party/flutter/skia/gm/ |
D | recordopts.cpp | 111 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence() 169 SkPictureRecorder recorder; 214 SkPictureRecorder recorder;
|
D | picture.cpp | 22 SkPictureRecorder rec; in make_picture() 108 SkPictureRecorder rec; in onOnceBeforeDraw()
|
D | multipicturedraw.cpp | 74 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()
|
D | pictureimagefilter.cpp | 42 SkPictureRecorder recorder; in make_picture() 53 SkPictureRecorder recorder; in make_LCD_picture()
|
/third_party/skia/gm/ |
D | recordopts.cpp | 111 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence() 169 SkPictureRecorder recorder; 214 SkPictureRecorder recorder;
|
D | picture.cpp | 22 SkPictureRecorder rec; in make_picture() 105 SkPictureRecorder rec; in onOnceBeforeDraw()
|
D | pictureimagefilter.cpp | 41 SkPictureRecorder recorder; in make_picture() 52 SkPictureRecorder recorder; in make_LCD_picture()
|
/third_party/flutter/skia/docs/examples/ |
D | Picture_uniqueID.cpp | 7 SkPictureRecorder recorder; in draw()
|