Home
last modified time | relevance | path

Searched refs:ARect (Results 1 – 10 of 10) 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.h27 typedef struct ARect { struct
35 } ARect; argument
Dnative_window.h114 ARect* inOutDirtyBounds);
Dnative_activity.h211 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
/frameworks/native/include/ui/
DRect.h28 class Rect : public ARect, public LightFlattenablePod<Rect>
31 typedef ARect::value_type value_type;
/frameworks/base/native/android/
Dnative_window.cpp78 ARect* inOutDirtyBounds) { in ANativeWindow_lock()
/frameworks/native/include/gui/
DSurface.h174 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
/frameworks/native/libs/gui/tests/
DSRGB_test.cpp303 ARect inOutDirtyBounds; in createDebugSurface()
327 ARect outBufferBounds; in copyToDebugSurface()
/frameworks/native/libs/gui/
DSurface.cpp533 ARect* inOutDirtyBounds = va_arg(args, ARect*); in dispatchLock()
797 ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds) in lock()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp600 ARect rect; in onContentRectChanged_native()