OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jrectf_to_rect
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
Matrix.cpp
82
GraphicsJNI::
jrectf_to_rect
(env, src, &src_);
93
GraphicsJNI::
jrectf_to_rect
(env, src, &src_);
95
GraphicsJNI::
jrectf_to_rect
(env, dst, &dst_);
GraphicsJNI.h
52
static SkRect*
jrectf_to_rect
(JNIEnv*, jobject jrectf, SkRect*);
Graphics.cpp
253
SkRect* GraphicsJNI::
jrectf_to_rect
(JNIEnv* env, jobject obj, SkRect* r)
function in class:GraphicsJNI
Completed in 555 milliseconds