OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endRecording
(Results
1 - 25
of
66
) sorted by null
1
2
3
/external/skia/gm/
distantclip.cpp
50
pict.
endRecording
();
55
pict2.
endRecording
();
pathopsskpclip.cpp
49
pict->
endRecording
();
pictureimagefilter.cpp
33
fPicture.
endRecording
();
optimizations.cpp
115
result->
endRecording
();
255
result->
endRecording
();
361
post->
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
77
pic->
endRecording
();
255
picture.
endRecording
();
264
picture.
endRecording
();
302
picture.
endRecording
();
319
picture.
endRecording
();
334
picture.
endRecording
();
414
picture.
endRecording
();
420
// Test without call to
endRecording
592
childPlain.
endRecording
();
597
childWithBitmap.
endRecording
();
[
all
...]
/frameworks/base/core/jni/android/graphics/
Picture.cpp
95
static void
endRecording
(JNIEnv* env, jobject, SkPicture* pict) {
96
pict->
endRecording
();
106
{"nativeEndRecording", "(I)V", (void*) SkPictureGlue::
endRecording
},
/external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc
40
rendering_stats_instrumentation_->
EndRecording
(start_time);
43
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
();
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java
54
public void
endRecording
() {
JavaBrowserViewRendererHelper.java
76
picture.
endRecording
();
/external/chromium_org/third_party/skia/include/core/
SkPicture.h
148
void
endRecording
();
151
calls
endRecording
() if that has not already been called.
/external/chromium_org/third_party/skia/include/pipe/
SkGPipe.h
131
void
endRecording
();
/external/chromium_org/third_party/skia/src/image/
SkImage_Picture.cpp
31
pict->
endRecording
();
/external/skia/dm/
DMPipeTask.cpp
62
writer.
endRecording
();
DMUtil.cpp
19
picture->
endRecording
();
/external/skia/include/core/
SkPicture.h
148
void
endRecording
();
151
calls
endRecording
() if that has not already been called.
/external/skia/include/pipe/
SkGPipe.h
131
void
endRecording
();
/external/skia/src/image/
SkImage_Picture.cpp
31
pict->
endRecording
();
/external/chromium_org/third_party/skia/src/core/
SkPicture.cpp
128
yet, we need to fake a call to
endRecording
() without actually calling
134
// here we do a fake src.
endRecording
()
176
yet, we need to fake a call to
endRecording
() without actually calling
182
// here we do a fake src.
endRecording
()
244
void SkPicture::
endRecording
() {
247
fRecord->
endRecording
();
257
this->
endRecording
();
/external/skia/src/core/
SkPicture.cpp
128
yet, we need to fake a call to
endRecording
() without actually calling
134
// here we do a fake src.
endRecording
()
176
yet, we need to fake a call to
endRecording
() without actually calling
182
// here we do a fake src.
endRecording
()
244
void SkPicture::
endRecording
() {
247
fRecord->
endRecording
();
257
this->
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/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp
166
m_picture.
endRecording
();
192
m_picture.
endRecording
();
222
m_picture.
endRecording
();
316
m_picture.
endRecording
();
Completed in 150 milliseconds
1
2
3