Searched refs:ARect (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/include/media/editor/ |
D | II420ColorConverter.h | 55 ARect decoderRect, void* dstBits); 87 int encoderWidth, int encoderHeight, ARect encoderRect, 114 ARect* encoderRect, int* encoderBufferSize);
|
/frameworks/native/include/android/ |
D | rect.h | 27 typedef struct ARect { struct 35 } ARect; argument
|
D | native_window.h | 114 ARect* inOutDirtyBounds);
|
D | native_activity.h | 211 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
|
/frameworks/native/include/ui/ |
D | Rect.h | 28 class Rect : public ARect, public LightFlattenablePod<Rect> 31 typedef ARect::value_type value_type;
|
/frameworks/base/native/android/ |
D | native_window.cpp | 78 ARect* inOutDirtyBounds) { in ANativeWindow_lock()
|
/frameworks/native/include/gui/ |
D | Surface.h | 174 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
|
/frameworks/native/libs/gui/tests/ |
D | SRGB_test.cpp | 303 ARect inOutDirtyBounds; in createDebugSurface() 327 ARect outBufferBounds; in copyToDebugSurface()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 533 ARect* inOutDirtyBounds = va_arg(args, ARect*); in dispatchLock() 797 ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds) in lock()
|
/frameworks/base/core/jni/ |
D | android_app_NativeActivity.cpp | 600 ARect rect; in onContentRectChanged_native()
|