Home
last modified time | relevance | path

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

1234567

/external/skia/src/core/
DSkPicture_none.cpp32 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()
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()
/external/skqp/src/core/
DSkPicture_none.cpp32 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()
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()
/external/skqp/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 …]
DPictureShaderTest.cpp34 SkPictureRecorder factory; in DEF_TEST()
47 SkPictureRecorder recorder; in DEF_TEST()
/external/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 …]
DPictureShaderTest.cpp34 SkPictureRecorder factory; in DEF_TEST()
47 SkPictureRecorder recorder; in DEF_TEST()
DPictureBBHTest.cpp45 SkPictureRecorder recorder; in run()
111 SkPictureRecorder recorder; in DEF_TEST()
/external/skia/docs/
DSkPicture_Reference.bmh99 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/skqp/docs/
DSkPicture_Reference.bmh99 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/
Dcfx_defaultrenderdevice.h13 class SkPictureRecorder; variable
30 bool AttachRecorder(SkPictureRecorder* recorder);
32 SkPictureRecorder* CreateRecorder(int size_x, int size_y);
/external/skqp/include/core/
DSkPictureRecorder.h30 class SK_API SkPictureRecorder : SkNoncopyable {
32 SkPictureRecorder();
33 ~SkPictureRecorder();
/external/skia/include/core/
DSkPictureRecorder.h30 class SK_API SkPictureRecorder : SkNoncopyable {
32 SkPictureRecorder();
33 ~SkPictureRecorder();
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h21 class SkPictureRecorder; variable
32 explicit CFX_SkiaDeviceDriver(SkPictureRecorder* recorder);
152 SkPictureRecorder* GetRecorder() const { return m_pRecorder; } in GetRecorder()
165 SkPictureRecorder* const m_pRecorder;
/external/skqp/bench/
DRecordingBench.cpp16 SkPictureRecorder rec; in PictureCentricBench()
18 SkPictureRecorder::kPlaybackDrawPicture_RecordFlag)); in PictureCentricBench()
61 SkPictureRecorder recorder; in onDraw()
DPictureNestingBench.cpp51 SkPictureRecorder recorder; in sierpinsky()
121 SkPictureRecorder recorder; in onDraw()
145 SkPictureRecorder recorder; in onDelayedSetup()
DPictureOverheadBench.cpp27 SkPictureRecorder rec; in onDraw()
82 SkPictureRecorder rec; in onDraw()
/external/skia/bench/
DRecordingBench.cpp16 SkPictureRecorder rec; in PictureCentricBench()
18 SkPictureRecorder::kPlaybackDrawPicture_RecordFlag)); in PictureCentricBench()
61 SkPictureRecorder recorder; in onDraw()
DPictureNestingBench.cpp51 SkPictureRecorder recorder; in sierpinsky()
121 SkPictureRecorder recorder; in onDraw()
145 SkPictureRecorder recorder; in onDelayedSetup()
DPictureOverheadBench.cpp27 SkPictureRecorder rec; in onDraw()
82 SkPictureRecorder rec; in onDraw()
/external/skqp/gm/
Drecordopts.cpp103 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence()
158 SkPictureRecorder recorder;
199 SkPictureRecorder recorder;
Dmultipicturedraw.cpp59 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/
Drecordopts.cpp103 SkPictureRecorder recorder; in draw_svg_opacity_and_filter_layer_sequence()
161 SkPictureRecorder recorder;
206 SkPictureRecorder recorder;
Dmultipicturedraw.cpp59 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()

1234567