OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_jrect
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
GraphicsJNI.h
30
static void
set_jrect
(JNIEnv*, jobject jrect, int L, int T, int R, int B);
BitmapFactory.cpp
428
GraphicsJNI::
set_jrect
(env, padding,
432
GraphicsJNI::
set_jrect
(env, padding, -1, -1, -1, -1);
Graphics.cpp
189
void GraphicsJNI::
set_jrect
(JNIEnv* env, jobject obj, int L, int T, int R, int B)
function in class:GraphicsJNI
Completed in 46 milliseconds