/external/skqp/src/core/ |
D | SkPicture_none.cpp | 32 SkPictureRecorder::SkPictureRecorder() {} in SkPictureRecorder() function in SkPictureRecorder 34 SkPictureRecorder::~SkPictureRecorder() {} in ~SkPictureRecorder() 36 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& userCullRect, in beginRecording() 42 SkCanvas* SkPictureRecorder::getRecordingCanvas() { in getRecordingCanvas() 46 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPicture(uint32_t finishFlags) { in finishRecordingAsPicture() 50 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect, in finishRecordingAsPictureWithCull() 55 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const {} in partialReplay() 57 sk_sp<SkDrawable> SkPictureRecorder::finishRecordingAsDrawable(uint32_t finishFlags) { in finishRecordingAsDrawable()
|
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()
|
/external/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() 48 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, in beginRecording() 54 SkCanvas* SkPictureRecorder::getRecordingCanvas() { in getRecordingCanvas() 58 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPicture(uint32_t finishFlags) { in finishRecordingAsPicture() 107 sk_sp<SkPicture> SkPictureRecorder::finishRecordingAsPictureWithCull(const SkRect& cullRect, in finishRecordingAsPictureWithCull() 114 void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { in partialReplay() 129 sk_sp<SkDrawable> SkPictureRecorder::finishRecordingAsDrawable(uint32_t finishFlags) { in finishRecordingAsDrawable()
|
/external/skia/include/core/ |
D | SkPictureRecorder.h | 29 class SK_API SkPictureRecorder { 31 SkPictureRecorder(); 32 ~SkPictureRecorder(); 126 SkPictureRecorder(SkPictureRecorder&&) = delete; 127 SkPictureRecorder& operator=(SkPictureRecorder&&) = delete;
|
/external/skia/tests/ |
D | PictureTest.cpp | 55 SkPictureRecorder recorder; in test_deleting_empty_picture() 66 SkPictureRecorder recorder; in test_serializing_empty_picture() 167 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) { in Copy() 168 SkPictureRecorder recorder2; in Copy() 217 SkPictureRecorder recorder; in DEF_TEST() 240 SkPictureRecorder recorder; in DEF_TEST() 267 SkPictureRecorder recorder; in test_unbalanced_save_restores() 322 SkPictureRecorder recorder; in test_peephole() 360 SkPictureRecorder recorder; in test_bad_bitmap() 387 SkPictureRecorder recorder; in test_clip_bound_opt() [all …]
|
D | DebugLayerManagerTest.cpp | 22 SkPictureRecorder rec; in test_basic() 33 SkPictureRecorder rec2; in test_basic()
|
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()
|
/external/skqp/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 | PictureShaderTest.cpp | 34 SkPictureRecorder factory; in DEF_TEST() 47 SkPictureRecorder recorder; in DEF_TEST()
|
D | PictureBBHTest.cpp | 45 SkPictureRecorder recorder; in run() 111 SkPictureRecorder recorder; in DEF_TEST()
|
D | SerialProcsTest.cpp | 57 SkPictureRecorder rec; in DEF_TEST() 87 SkPictureRecorder rec; in make_pic() 182 SkPictureRecorder rec; in make_picture()
|
/external/skqp/docs/ |
D | SkPicture_Reference.bmh | 99 SkPictureRecorder recorder; 123 SkPictureRecorder recorder; 137 #SeeAlso MakeFromData SkPictureRecorder 150 SkPictureRecorder recorder; 164 #SeeAlso MakeFromStream SkPictureRecorder 175 SkPictureRecorder recorder; 189 #SeeAlso MakeFromStream SkPictureRecorder 201 SkPictureRecorder recorder; 227 SkPictureRecorder recorder; 252 SkPictureRecorder recorder; [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_defaultrenderdevice.h | 13 class SkPictureRecorder; variable 30 bool AttachRecorder(SkPictureRecorder* recorder); 32 SkPictureRecorder* CreateRecorder(int size_x, int size_y);
|
/external/skqp/include/core/ |
D | SkPictureRecorder.h | 30 class SK_API SkPictureRecorder : SkNoncopyable { 32 SkPictureRecorder(); 33 ~SkPictureRecorder();
|
/external/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()
|
/external/skqp/bench/ |
D | RecordingBench.cpp | 16 SkPictureRecorder rec; in PictureCentricBench() 18 SkPictureRecorder::kPlaybackDrawPicture_RecordFlag)); in PictureCentricBench() 61 SkPictureRecorder recorder; in onDraw()
|
D | PictureNestingBench.cpp | 51 SkPictureRecorder recorder; in sierpinsky() 121 SkPictureRecorder recorder; in onDraw() 145 SkPictureRecorder recorder; in onDelayedSetup()
|
D | PictureOverheadBench.cpp | 27 SkPictureRecorder rec; in onDraw() 82 SkPictureRecorder rec; in onDraw()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 21 class SkPictureRecorder; variable 33 explicit CFX_SkiaDeviceDriver(SkPictureRecorder* recorder); 156 SkPictureRecorder* GetRecorder() const { return m_pRecorder; } in GetRecorder() 176 SkPictureRecorder* const m_pRecorder;
|
/external/skqp/gm/ |
D | recordopts.cpp | 103 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence() 158 SkPictureRecorder recorder; 199 SkPictureRecorder recorder;
|
D | multipicturedraw.cpp | 59 SkPictureRecorder recorder; in make_hex_plane_picture() 108 SkPictureRecorder recorder; in make_single_layer_hex_plane_picture() 163 SkPictureRecorder recorder; in make_tri_picture() 182 SkPictureRecorder recorder; in make_sub_picture() 216 SkPictureRecorder recorder; in make_sierpinski_picture() 352 SkPictureRecorder recorder; in create_content()
|
/external/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()
|