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

1 2

  /external/skia/legacy/include/core/
SkPicture.h 76 void endRecording();
79 calls endRecording() if that has not already been called.
123 fPicture->endRecording();
  /external/skia/gm/
distantclip.cpp 50 pict.endRecording();
55 pict2.endRecording();
  /external/skia/include/core/
SkPicture.h 117 void endRecording();
120 calls endRecording() if that has not already been called.
194 fPicture->endRecording();
  /external/skia/tests/
PipeTest.cpp 24 // Ensure that pipe gracefully handles attempting to draw after endRecording is called on the
30 writer.endRecording();
55 writer.endRecording();
PictureTest.cpp 72 pic->endRecording();
247 picture.endRecording();
256 picture.endRecording();
294 picture.endRecording();
309 picture.endRecording();
324 picture.endRecording();
405 picture.endRecording();
411 // Test without call to endRecording
TileGridTest.cpp 66 picture.endRecording();
  /frameworks/base/core/jni/android/graphics/
Picture.cpp 94 static void endRecording(JNIEnv* env, jobject, SkPicture* pict) {
95 pict->endRecording();
105 {"nativeEndRecording", "(I)V", (void*) SkPictureGlue::endRecording},
  /external/skia/legacy/include/pipe/
SkGPipe.h 86 void endRecording();
  /external/skia/src/image/
SkImage_Picture.cpp 28 pict->endRecording();
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PicturePileLayerContent.cpp 37 picture.endRecording();
  /frameworks/base/graphics/java/android/graphics/
Picture.java 61 * To stop recording, call endRecording(). After endRecording() the Canvas
72 * Call endRecording when the picture is built. After this call, the picture
77 public void endRecording() {
102 * {@link Picture#endRecording()} in order to prepare for playback.
108 endRecording();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 58 mPicture.endRecording();
PictureLayout.java 122 mPicture.endRecording();
  /external/skia/include/pipe/
SkGPipe.h 124 void endRecording();
  /external/skia/legacy/src/core/
SkPicture.cpp 114 yet, we need to fake a call to endRecording() without actually calling
120 // here we do a fake src.endRecording()
170 void SkPicture::endRecording() {
182 this->endRecording();
  /external/skia/src/core/
SkPicture.cpp 119 yet, we need to fake a call to endRecording() without actually calling
125 // here we do a fake src.endRecording()
167 yet, we need to fake a call to endRecording() without actually calling
173 // here we do a fake src.endRecording()
233 void SkPicture::endRecording() {
236 fRecord->endRecording();
246 this->endRecording();
SkPictureRecord.h 94 void endRecording();
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 45 picture.endRecording();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 41 picture.endRecording();
  /external/skia/bench/
PicturePlaybackBench.cpp 45 picture.endRecording();
PictureRecordBench.cpp 46 // we don't need to draw the picture as the endRecording step will
49 picture.endRecording();
  /external/skia/tools/
PictureRenderer.cpp 169 newPicture->endRecording();
255 replayer->endRecording();
285 writer.endRecording();
750 fReplayer->endRecording();
filtermain.cpp 103 outPicture.endRecording();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.cpp 93 m_picture->endRecording();
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 120 p->endRecording();

Completed in 3100 milliseconds

1 2