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 - 6
of
6
) sorted by null
/frameworks/base/core/jni/android/graphics/
Path.cpp
157
GraphicsJNI::
jrectf_to_rect
(env, oval, &oval_);
169
GraphicsJNI::
jrectf_to_rect
(env, rect, &rect_);
183
GraphicsJNI::
jrectf_to_rect
(env, oval, &oval_);
196
GraphicsJNI::
jrectf_to_rect
(env, oval, &oval_);
205
GraphicsJNI::
jrectf_to_rect
(env, rect, &rect_);
214
GraphicsJNI::
jrectf_to_rect
(env, rect, &rect_);
Canvas.cpp
143
GraphicsJNI::
jrectf_to_rect
(env, bounds, &storage);
163
GraphicsJNI::
jrectf_to_rect
(env, bounds, &storage);
270
return c->clipRect(*GraphicsJNI::
jrectf_to_rect
(env, rectf, &tmp));
308
GraphicsJNI::
jrectf_to_rect
(env, rect, &rect_);
414
GraphicsJNI::
jrectf_to_rect
(env, rect, &rect_);
431
GraphicsJNI::
jrectf_to_rect
(env, joval, &oval);
445
GraphicsJNI::
jrectf_to_rect
(env, joval, &oval);
454
GraphicsJNI::
jrectf_to_rect
(env, jrect, &rect);
529
GraphicsJNI::
jrectf_to_rect
(env, dstRectF, &dst);
[
all
...]
Matrix.cpp
229
GraphicsJNI::
jrectf_to_rect
(env, src, &src_);
231
GraphicsJNI::
jrectf_to_rect
(env, dst, &dst_);
310
GraphicsJNI::
jrectf_to_rect
(env, src, &src_);
GraphicsJNI.h
35
static SkRect*
jrectf_to_rect
(JNIEnv*, jobject jrectf, SkRect*);
NinePatch.cpp
128
GraphicsJNI::
jrectf_to_rect
(env, boundsRectF, &bounds);
Graphics.cpp
220
SkRect* GraphicsJNI::
jrectf_to_rect
(JNIEnv* env, jobject obj, SkRect* r)
function in class:GraphicsJNI
Completed in 47 milliseconds