Home | History | Annotate | Download | only in nav

Lines Matching defs:picture

526 void copyBaseContentToPicture(SkPicture* picture)
531 SkCanvas* canvas = picture->beginRecording(content->width(), content->height(),
541 picture->endRecording();
994 SkPicture* picture = GraphicsJNI::getNativePicture(env, pict);
995 GET_NATIVE_VIEW(env, obj)->copyBaseContentToPicture(picture);
1002 SkPicture* picture = GraphicsJNI::getNativePicture(env, pict);
1010 SkCanvas* canvas = picture->beginRecording(content->width(), content->height());
1012 picture->endRecording();
1200 // this will playback the picture into the canvas, which will
1379 { "nativeCopyBaseContentToPicture", "(Landroid/graphics/Picture;)V",
1381 { "nativeDumpLayerContentToPicture", "(ILjava/lang/String;ILandroid/graphics/Picture;)Z",