Searched defs:recorder (Results 101 - 124 of 124) sorted by relevance

12345

/external/skqp/tests/
H A DCanvasTest.cpp466 SkPictureRecorder recorder; local
467 SkCanvas* testCanvas = recorder.beginRecording(SkIntToScalar(d.fWidth), SkIntToScalar(d.fHeight),
473 canvas->drawPicture(recorder.finishRecordingAsPicture());
H A DImageFilterTest.cpp248 SkPictureRecorder recorder; local
249 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64);
254 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
800 SkPictureRecorder recorder; local
802 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(width),
808 sk_sp<SkPicture> picture1(recorder.finishRecordingAsPicture());
1197 SkPictureRecorder recorder; local
1198 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory, 0);
1211 canvas.drawPicture(recorder.finishRecordingAsPicture());
1219 SkPictureRecorder recorder; local
1260 SkPictureRecorder recorder; local
1514 SkPictureRecorder recorder; local
[all...]
H A DImageTest.cpp119 SkPictureRecorder recorder; local
120 SkCanvas* canvas = recorder.beginRecording(10, 10);
122 return SkImage::MakeFromPicture(recorder.finishRecordingAsPicture(), SkISize::Make(10, 10),
232 SkPictureRecorder recorder; local
233 SkCanvas* canvas = recorder.beginRecording(100, 100);
235 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
1200 SkPictureRecorder recorder; local
1201 SkCanvas* canvas = recorder.beginRecording(10, 10);
1203 return SkImage::MakeFromPicture(recorder.finishRecordingAsPicture(), SkISize::Make(10, 10),
/external/skqp/tools/viewer/
H A DViewer.cpp739 SkPictureRecorder recorder; local
740 SkCanvas* recorderCanvas = recorder.beginRecording(
749 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp1062 FPDF_RECORDER recorder = skDevice->CreateRecorder(size_x, size_y); local
1067 return recorder;
/external/pdfium/samples/
H A Dpdfium_test.cc599 SkPictureRecorder* recorder) {
610 sk_sp<SkPicture> picture(recorder->finishRecordingAsPicture());
1325 std::unique_ptr<SkPictureRecorder> recorder(
1328 FPDF_FFLRecord(form, recorder.get(), page, 0, 0, width, height, 0, 0);
1329 image_file_name = WriteSkp(name.c_str(), page_index, recorder.get());
597 WriteSkp(const char* pdf_name, int num, SkPictureRecorder* recorder) argument
/external/skia/dm/
H A DDMSrcSink.cpp1226 SkDeferredDisplayListRecorder recorder(fCharacterization);
1228 SkCanvas* subCanvas = recorder.getCanvas();
1237 fDisplayList = recorder.detach();
1815 SkPictureRecorder recorder; local
1816 Error err = src.draw(recorder.beginRecording(size.width(), size.height()));
1820 recorder.finishRecordingAsPicture()->serialize(dst);
2020 SkPictureRecorder recorder; local
2021 Error err = src.draw(recorder.beginRecording(SkIntToScalar(size.width()),
2026 sk_sp<SkPicture> pic(recorder.finishRecordingAsPicture());
2047 SkPictureRecorder recorder;
[all...]
/external/skia/tests/
H A DImageFilterTest.cpp248 SkPictureRecorder recorder; local
249 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64);
254 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
800 SkPictureRecorder recorder; local
802 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(width),
808 sk_sp<SkPicture> picture1(recorder.finishRecordingAsPicture());
1197 SkPictureRecorder recorder; local
1198 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory, 0);
1211 canvas.drawPicture(recorder.finishRecordingAsPicture());
1219 SkPictureRecorder recorder; local
1260 SkPictureRecorder recorder; local
1514 SkPictureRecorder recorder; local
[all...]
H A DImageTest.cpp120 SkPictureRecorder recorder; local
121 SkCanvas* canvas = recorder.beginRecording(10, 10);
123 return SkImage::MakeFromPicture(recorder.finishRecordingAsPicture(), SkISize::Make(10, 10),
233 SkPictureRecorder recorder; local
234 SkCanvas* canvas = recorder.beginRecording(100, 100);
236 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
1111 SkPictureRecorder recorder; local
1112 SkCanvas* canvas = recorder.beginRecording(10, 10);
1114 return SkImage::MakeFromPicture(recorder.finishRecordingAsPicture(), SkISize::Make(10, 10),
/external/skia/tools/viewer/
H A DViewer.cpp911 SkPictureRecorder recorder; local
912 SkCanvas* recorderCanvas = recorder.beginRecording(
921 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
/external/skqp/dm/
H A DDMSrcSink.cpp1223 SkDeferredDisplayListRecorder recorder(fCharacterization);
1225 SkCanvas* subCanvas = recorder.getCanvas();
1234 fDisplayList = recorder.detach();
1812 SkPictureRecorder recorder; local
1813 Error err = src.draw(recorder.beginRecording(size.width(), size.height()));
1817 recorder.finishRecordingAsPicture()->serialize(dst);
1976 SkPictureRecorder recorder; local
1977 Error err = src.draw(recorder.beginRecording(SkIntToScalar(size.width()),
1982 sk_sp<SkPicture> pic(recorder.finishRecordingAsPicture());
2003 SkPictureRecorder recorder;
[all...]
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1531 CFX_SkiaDeviceDriver::CFX_SkiaDeviceDriver(SkPictureRecorder* recorder) argument
1534 m_pRecorder(recorder),
2575 bool CFX_DefaultRenderDevice::AttachRecorder(SkPictureRecorder* recorder) { argument
2576 if (!recorder)
2578 SetDeviceDriver(pdfium::MakeUnique<CFX_SkiaDeviceDriver>(recorder));
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 515 milliseconds

12345