Searched refs:ARect (Results 1 - 10 of 10) sorted by path

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp600 ARect rect;
/frameworks/base/native/android/
H A Dnative_window.cpp78 ARect* inOutDirtyBounds) {
/frameworks/native/include/android/
H A Dnative_activity.h211 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
H A Dnative_window.h114 ARect* inOutDirtyBounds);
H A Drect.h27 typedef struct ARect { struct
35 } ARect; typedef in typeref:struct:ARect
/frameworks/native/include/gui/
H A DSurface.h174 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
/frameworks/native/include/media/editor/
H A DII420ColorConverter.h55 ARect decoderRect, void* dstBits);
87 int encoderWidth, int encoderHeight, ARect encoderRect,
114 ARect* encoderRect, int* encoderBufferSize);
/frameworks/native/include/ui/
H A DRect.h28 class Rect : public ARect, public LightFlattenablePod<Rect>
31 typedef ARect::value_type value_type;
/frameworks/native/libs/gui/
H A DSurface.cpp533 ARect* inOutDirtyBounds = va_arg(args, ARect*);
797 ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds)
/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp303 ARect inOutDirtyBounds;
327 ARect outBufferBounds;

Completed in 323 milliseconds