HomeSort by relevance Sort by last modified time
    Searched refs:endRecording (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/skia/tests/
PictureShaderTest.cpp 22 SkAutoTUnref<SkPicture> picture(factory.endRecording());
PipeTest.cpp 23 // Ensure that pipe gracefully handles attempting to draw after endRecording is called on the
29 writer.endRecording();
53 writer.endRecording();
PictureTest.cpp 329 return recorder.endRecording();
676 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
685 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
731 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
756 picture.reset(recorder.endRecording());
780 picture.reset(recorder.endRecording());
844 pict.reset(recorder.endRecording());
    [all...]
  /frameworks/base/core/jni/android/graphics/
Picture.h 42 void endRecording();
Picture.cpp 52 void Picture::endRecording() {
54 mPicture.reset(mRecorder->endRecording());
103 this->endRecording();
119 return reRecorder.endRecording();
  /external/chromium_org/third_party/skia/tests/
PictureShaderTest.cpp 22 SkAutoTUnref<SkPicture> picture(factory.endRecording());
PipeTest.cpp 23 // Ensure that pipe gracefully handles attempting to draw after endRecording is called on the
29 writer.endRecording();
53 writer.endRecording();
PictureTest.cpp 327 return recorder.endRecording();
594 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
614 picture.reset(recorder.endRecording());
711 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
720 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
768 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
793 picture.reset(recorder.endRecording());
817 picture.reset(recorder.endRecording());
831 picture.reset(recorder.endRecording());
844 picture.reset(recorder.endRecording());
    [all...]
  /external/chromium_org/third_party/skia/gm/
distantclip.cpp 46 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
52 SkAutoTUnref<SkPicture> pict2(recorder.endRecording());
  /external/skia/gm/
distantclip.cpp 51 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
55 SkAutoTUnref<SkPicture> pict2(recorder.endRecording());
  /external/skia/include/core/
SkPictureRecorder.h 58 SkPicture* endRecording();
  /external/skia/src/core/
SkPictureRecorder.cpp 68 SkPicture* SkPictureRecorder::endRecording() {
77 fPictureRecord->endRecording();
  /frameworks/base/graphics/java/android/graphics/
Picture.java 72 * To stop recording, call endRecording(). After endRecording() the Canvas
83 * Call endRecording when the picture is built. After this call, the picture
88 public void endRecording() {
120 * {@link Picture#endRecording()} in order to prepare for playback.
131 endRecording();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RecordingImageBufferSurface.cpp 84 RefPtr<SkPicture> currentPicture = adoptRef(m_currentFrame->endRecording());
135 m_previousFrame = adoptRef(m_currentFrame->endRecording());
150 m_previousFrame = adoptRef(m_currentFrame->endRecording());
163 // we will remove all the saved state stack in endRecording anyway, so it makes no difference
  /external/chromium_org/third_party/skia/bench/
PictureNestingBench.cpp 78 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
114 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
133 fPicture.reset(recorder.endRecording());
RecordingBench.cpp 46 SkDELETE(recorder.endRecording());
  /external/chromium_org/third_party/skia/samplecode/
SamplePictFile.cpp 130 pic.reset(recorder.endRecording());
150 SkAutoTUnref<SkPicture> p2(recorder.endRecording());
188 return recorder.endRecording();
SamplePicture.cpp 68 fSubPicture = recorder.endRecording();
85 fPicture = recorder.endRecording();
137 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
  /external/skia/samplecode/
SamplePictFile.cpp 132 pic.reset(recorder.endRecording());
149 SkAutoTUnref<SkPicture> p2(recorder.endRecording());
188 return recorder.endRecording();
SamplePicture.cpp 69 fSubPicture = recorder.endRecording();
86 fPicture = recorder.endRecording();
138 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
  /frameworks/base/libs/hwui/tests/
main.cpp 48 static void endRecording(DisplayListRenderer* renderer, RenderNode* node) {
64 endRecording(renderer, node.get());
110 endRecording(renderer, rootNode);
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 74 SkPicture* SkPictureRecorder::endRecording() {
83 fPictureRecord->endRecording();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 58 mPicture.endRecording();
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 53 public void endRecording() {
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 44 rendering_stats_instrumentation_->EndRecording(start_time);
47 picture_ = skia::AdoptRef(recorder.endRecording());

Completed in 421 milliseconds

1 2 3 4 5 6