OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_recording_canvas
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_view_DisplayListCanvas.cpp
173
return reinterpret_cast<jlong>(Canvas::
create_recording_canvas
(width, height));
/frameworks/base/libs/hwui/hwui/
Canvas.h
73
static Canvas*
create_recording_canvas
(int width, int height);
Canvas.cpp
29
Canvas* Canvas::
create_recording_canvas
(int width, int height) {
function in class:android::Canvas
Completed in 242 milliseconds