HomeSort by relevance Sort by last modified time
    Searched refs:endRecordingAsPicture (Results 1 - 9 of 9) sorted by null

  /external/skia/include/core/
SkPictureRecorder.h 75 SkPicture* SK_WARN_UNUSED_RESULT endRecordingAsPicture();
80 * endRecordingAsPicture(), except that this method updates the cull rect initially passed
86 SkPicture* SK_WARN_UNUSED_RESULT endRecordingAsPicture(const SkRect& cullRect);
93 * Unlike endRecordingAsPicture(), which returns an immutable picture, the returned drawable
100 // Legacy API -- use endRecordingAsPicture instead.
101 SkPicture* SK_WARN_UNUSED_RESULT endRecording() { return this->endRecordingAsPicture(); }
  /external/skia/bench/
PictureOverheadBench.cpp 29 SkAutoTUnref<SkPicture> pic(rec.endRecordingAsPicture());
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_CreateSkiaPicture.cpp 38 return reinterpret_cast<long>(recorder.endRecordingAsPicture());
  /external/skia/gm/
recordopts.cpp 111 shape.reset(recorder.endRecordingAsPicture());
164 SkAutoTUnref<SkPicture> optimizedPicture(recorder.endRecordingAsPicture());
206 SkAutoTUnref<SkPicture> optimizedPicture(recorder.endRecordingAsPicture());
  /external/skia/src/core/
SkPictureRecorder.cpp 53 SkPicture* SkPictureRecorder::endRecordingAsPicture() {
99 SkPicture* SkPictureRecorder::endRecordingAsPicture(const SkRect& cullRect) {
101 return this->endRecordingAsPicture();
  /external/skia/experimental/fiddle/
fiddle_main.cpp 140 SkAutoTUnref<SkPicture> picture(recorder.endRecordingAsPicture());
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/skia/tests/
RecordOptsTest.cpp 240 shape.reset(recorder.endRecordingAsPicture());
PictureTest.cpp     [all...]

Completed in 113 milliseconds