Searched defs:recorder (Results 51 - 74 of 74) sorted by relevance

123

/external/pdfium/samples/
H A Dpdfium_test.cc308 SkPictureRecorder* recorder) {
319 sk_sp<SkPicture> picture(recorder->finishRecordingAsPicture());
692 std::unique_ptr<SkPictureRecorder> recorder(
695 FPDF_FFLRecord(form, recorder.get(), page, 0, 0, width, height, 0, 0);
696 image_file_name = WriteSkp(name.c_str(), page_index, recorder.get());
306 WriteSkp(const char* pdf_name, int num, SkPictureRecorder* recorder) argument
/external/skia/bench/
H A Dnanobench.cpp669 SkPictureRecorder recorder; local
670 svgDom->render(recorder.beginRecording(svgDom->containerSize().width(),
672 return recorder.finishRecordingAsPicture();
750 SkPictureRecorder recorder; local
751 pic->playback(recorder.beginRecording(pic->cullRect().width(),
755 pic = recorder.finishRecordingAsPicture();
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp708 SkPictureRecorder recorder; local
709 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(kBitmapSize),
713 sk_sp<SkPicture> pict(recorder.finishRecordingAsPicture());
/external/skia/tests/
H A DCanvasTest.cpp487 SkPictureRecorder recorder; local
488 SkCanvas* testCanvas = recorder.beginRecording(SkIntToScalar(d.fWidth), SkIntToScalar(d.fHeight),
494 canvas->drawPicture(recorder.finishRecordingAsPicture());
791 SkPictureRecorder recorder; local
793 SkCanvas *tPCanvas = recorder.beginRecording(SkRect::MakeIWH(100, 100));
796 sk_sp<SkPicture> pic = recorder.finishRecordingAsPicture();
H A DSerializationTest.cpp348 SkPictureRecorder recorder; local
350 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(canvasRect.width()),
355 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
553 SkPictureRecorder recorder; local
554 draw_something(recorder.beginRecording(SkIntToScalar(kBitmapSize),
557 sk_sp<SkPicture> pict(recorder.finishRecordingAsPicture());
694 SkPictureRecorder recorder; local
695 SkCanvas* recordingCanvas = recorder.beginRecording(SkRect::MakeWH(100, 100));
718 sk_sp<SkPicture> pict0(recorder.finishRecordingAsPicture());
H A DImageFilterTest.cpp242 SkPictureRecorder recorder; local
243 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64, &factory, 0);
248 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
780 SkPictureRecorder recorder; local
782 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(width),
788 sk_sp<SkPicture> picture1(recorder.finishRecordingAsPicture());
1177 SkPictureRecorder recorder; local
1178 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory, 0);
1191 canvas.drawPicture(recorder.finishRecordingAsPicture());
1196 SkPictureRecorder recorder; local
1257 SkPictureRecorder recorder; local
1298 SkPictureRecorder recorder; local
1554 SkPictureRecorder recorder; local
[all...]
H A DImageTest.cpp114 SkPictureRecorder recorder; local
115 SkCanvas* canvas = recorder.beginRecording(10, 10);
117 return SkImage::MakeFromPicture(recorder.finishRecordingAsPicture(), SkISize::Make(10, 10),
271 SkPictureRecorder recorder; local
272 SkCanvas* canvas = recorder.beginRecording(100, 100);
274 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
1011 SkPictureRecorder recorder; local
1012 SkCanvas* canvas = recorder.beginRecording(10, 10);
1014 return SkImage::MakeFromPicture(recorder.finishRecordingAsPicture(), SkISize::Make(10, 10),
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp823 FPDF_RECORDER recorder = skDevice->CreateRecorder(size_x, size_y); local
828 return recorder;
/external/skia/dm/
H A DDMSrcSink.cpp1397 SkPictureRecorder recorder; local
1398 Error err = src.draw(recorder.beginRecording(size.width(), size.height()));
1402 recorder.finishRecordingAsPicture()->serialize(dst);
1572 SkPictureRecorder recorder; local
1573 Error err = src.draw(recorder.beginRecording(SkIntToScalar(size.width()),
1578 sk_sp<SkPicture> pic(recorder.finishRecordingAsPicture());
1599 SkPictureRecorder recorder;
1600 Error err = src.draw(recorder.beginRecording(SkIntToScalar(size.width()),
1606 sk_sp<SkPicture> pic(recorder.finishRecordingAsPicture());
1647 SkPictureRecorder recorder;
[all...]
/external/skia/fuzz/
H A DFilterFuzz.cpp795 SkPictureRecorder recorder; local
796 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(kBitmapSize),
800 sk_sp<SkPicture> pict(recorder.finishRecordingAsPicture());
/external/skia/src/pipe/
H A DSkPipeReader.cpp756 SkPictureRecorder recorder; local
759 do_playback(reader, recorder.beginRecording(*cull), &pictureIndex);
761 sk_sp<SkPicture> picture = recorder.finishRecordingAsPicture();
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1240 CFX_SkiaDeviceDriver::CFX_SkiaDeviceDriver(SkPictureRecorder* recorder) argument
1243 m_pRecorder(recorder),
2192 bool CFX_FxgeDevice::AttachRecorder(SkPictureRecorder* recorder) { argument
2193 if (!recorder)
2195 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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 597 milliseconds

123