OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partialReplay
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkPictureRecorder.h
113
void
partialReplay
(SkCanvas* canvas) const;
/frameworks/base/core/jni/android/graphics/
Picture.cpp
115
mRecorder->
partialReplay
(canvas);
/external/skia/src/core/
SkPictureRecorder.cpp
105
void SkPictureRecorder::
partialReplay
(SkCanvas* canvas) const {
/external/skia/tests/
PictureTest.cpp
605
// the '
partialReplay
' method.
613
recorder->
partialReplay
(canvas);
658
// Test out SkPictureRecorder::
partialReplay
713
// Recreate the Android
partialReplay
test case
728
// process isn't complicated by the
partialReplay
step
[
all
...]
Completed in 442 milliseconds