Home
last modified time | relevance | path

Searched refs:ARect (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/include/media/editor/
DII420ColorConverter.h55 ARect decoderRect, void* dstBits);
87 int encoderWidth, int encoderHeight, ARect encoderRect,
114 ARect* encoderRect, int* encoderBufferSize);
/frameworks/native/include/android/
Drect.h42 typedef struct ARect { struct
54 } ARect; argument
Dnative_window.h136 ARect* inOutDirtyBounds);
Dnative_activity.h222 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
/frameworks/base/docs/html/ndk/reference/
Drect_8h.jd22 …td class="memItemRight" valign="bottom"><a class="el" href="struct_a_rect.html">ARect</a></td></tr>
27 …>ARect</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___native_a…
Dstruct_a_rect.jd1 page.title=ARect Struct Reference
10 <div class="title">ARect Struct Reference<div class="ingroups"><a class="el" href="group___native_a…
28 <div class="textblock"><p><a class="el" href="struct_a_rect.html">ARect</a> is a struct that repres…
Dfunctions_vars.jd30 : <a class="el" href="struct_a_rect.html#a4479860c72ca8e96ac4fb1cc149dd71b">ARect</a>
103 : <a class="el" href="struct_a_rect.html#a9ee4ce87784b0ebeaadce132ce7d421f">ARect</a>
201 : <a class="el" href="struct_a_rect.html#a3d3a4d6bf8bc6c866fa737e11590cc4e">ARect</a>
239 : <a class="el" href="struct_a_rect.html#ad07137116129d873220209ea65f9d3d4">ARect</a>
Dfunctions.jd30 : <a class="el" href="struct_a_rect.html#a4479860c72ca8e96ac4fb1cc149dd71b">ARect</a>
103 : <a class="el" href="struct_a_rect.html#a9ee4ce87784b0ebeaadce132ce7d421f">ARect</a>
201 : <a class="el" href="struct_a_rect.html#a3d3a4d6bf8bc6c866fa737e11590cc4e">ARect</a>
239 : <a class="el" href="struct_a_rect.html#ad07137116129d873220209ea65f9d3d4">ARect</a>
Dclasses.jd16 …&#160;&#160;</td><td valign="top"><a class="el" href="struct_a_rect.html">ARect</a>&#160;&#160;&#1…
Dglobals_type.jd56 <li>ARect
Dannotated.jd19 …"24" height="22" /><a class="el" href="struct_a_rect.html" target="_self">ARect</a></td><td class=…
Dgroup___native_activity.jd40 …td class="memItemRight" valign="bottom"><a class="el" href="struct_a_rect.html">ARect</a></td></tr>
56 …>ARect</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___native_a…
131 …tiveWindow_Buffer</a> *outBuffer, <a class="el" href="struct_a_rect.html">ARect</a> *inOutDirtyBou…
217 … struct <a class="el" href="struct_a_rect.html">ARect</a> <a class="el" href="struct_a_rect.html"…
221 <p><a class="el" href="struct_a_rect.html">ARect</a> is a struct that represents a rectangular wind…
627 <td class="paramtype"><a class="el" href="struct_a_rect.html">ARect</a> *&#160;</td>
Dnative__window_8h.jd56 …tiveWindow_Buffer</a> *outBuffer, <a class="el" href="struct_a_rect.html">ARect</a> *inOutDirtyBou…
Dstruct_a_native_activity_callbacks.jd44 …tiveActivity</a> *activity, const <a class="el" href="struct_a_rect.html">ARect</a> *rect)</td></t…
72 …>ANativeActivity</a> *activity, const <a class="el" href="struct_a_rect.html">ARect</a> *rect)</td>
Dglobals.jd2059 <li>ARect
/frameworks/native/include/ui/
DRect.h29 class Rect : public ARect, public LightFlattenablePod<Rect>
32 typedef ARect::value_type value_type;
/frameworks/base/native/android/
Dnative_window.cpp78 ARect* inOutDirtyBounds) { in ANativeWindow_lock()
/frameworks/native/libs/gui/tests/
DSRGB_test.cpp310 ARect inOutDirtyBounds; in createDebugSurface()
334 ARect outBufferBounds; in copyToDebugSurface()
/frameworks/native/include/gui/
DSurface.h218 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
/frameworks/native/libs/gui/
DSurface.cpp702 ARect* inOutDirtyBounds = va_arg(args, ARect*); in dispatchLock()
1160 ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds) in lock()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp645 ARect rect; in onContentRectChanged_native()