OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jrect_to_rect
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/android/graphics/
NinePatch.cpp
143
GraphicsJNI::
jrect_to_rect
(env, boundsRect, &bounds);
154
GraphicsJNI::
jrect_to_rect
(env, boundsRect, &bounds);
GraphicsJNI.h
36
static SkRect*
jrect_to_rect
(JNIEnv*, jobject jrect, SkRect*);
Canvas.cpp
278
return c->clipRect(*GraphicsJNI::
jrect_to_rect
(env, rect, &tmp));
539
GraphicsJNI::
jrect_to_rect
(env, dstRect, &dst);
[
all
...]
Graphics.cpp
231
SkRect* GraphicsJNI::
jrect_to_rect
(JNIEnv* env, jobject obj, SkRect* r)
function in class:GraphicsJNI
Completed in 65 milliseconds