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

  /external/skia/include/core/
SkPicture.h 83 void endRecording();
86 calls endRecording() if that has not already been called.
130 fPicture->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},
  /frameworks/base/graphics/java/android/graphics/
Picture.java 54 * endRecording(). At this point the Canvas that was returned must no longer
64 * Call endRecording when the picture is built. After this call, the picture
69 public void endRecording() {
96 endRecording();
Canvas.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 60 mPicture.endRecording();
PictureLayout.java 123 mPicture.endRecording();
  /external/skia/src/core/
SkPicture.cpp 122 yet, we need to fake a call to endRecording() without actually calling
128 // here we do a fake src.endRecording()
178 void SkPicture::endRecording() {
190 this->endRecording();
  /external/webkit/WebCore/platform/graphics/android/
PlatformGraphicsContext.h 122 m_picture->endRecording();
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 60 method = "endRecording",
97 picture.endRecording();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 56 picture.endRecording();
  /external/skia/gm/
shapes.cpp 110 pict.endRecording();
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 483 mWorkingPicture->endRecording();
SelectText.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 730 model.endRecording(this);
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 779 picture->endRecording();
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1452 milliseconds