Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/media/mca/filterfw/native/core/
Dgeometry.h71 struct Rect { struct
74 Rect() { in Rect() argument
79 Rect(float x, float y, float width, float height) { in Rect() argument
/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.h88 struct Rect { struct
91 Rect() { in Rect() argument
96 Rect(float x, float y, float width, float height) { in Rect() argument
/frameworks/native/libs/ui/include/ui/
DRect.h47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function
50 inline Rect(T w, T h) { in Rect() function
62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function
69 inline Rect(const Point& lt, const Point& rb) { in Rect() function
76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function
85 inline explicit Rect(const ui::Size& size) { in Rect() function
DDebugUtils.h25 class Rect; variable
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function
50 inline Rect(T w, T h) { in Rect() function
62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function
69 inline Rect(const Point& lt, const Point& rb) { in Rect() function
76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function
85 inline explicit Rect(const ui::Size& size) { in Rect() function
DDebugUtils.h25 class Rect; variable
/frameworks/native/include/ui/
DRect.h47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function
50 inline Rect(T w, T h) { in Rect() function
62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function
69 inline Rect(const Point& lt, const Point& rb) { in Rect() function
76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function
85 inline explicit Rect(const ui::Size& size) { in Rect() function
/frameworks/rs/
DrsFont.h52 struct Rect { struct
53 int32_t left;
54 int32_t top;
55 int32_t right;
56 int32_t bottom;
57 void set(int32_t l, int32_t r, int32_t t, int32_t b) { in set()
/frameworks/base/libs/hwui/
DRect.h53 inline Rect() : left(0), top(0), right(0), bottom(0) {} in Rect() function
55 inline Rect(float left, float top, float right, float bottom) in Rect() function
58 inline Rect(float width, float height) : left(0.0f), top(0.0f), right(width), bottom(height) {} in Rect() function
60 inline Rect(const SkIRect& rect) // NOLINT(google-explicit-constructor) in Rect() function
67 inline Rect(const SkRect& rect) // NOLINT(google-explicit-constructor) in Rect() function
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAMessage.h197 struct Rect { struct
198 int32_t mLeft, mTop, mRight, mBottom;
/frameworks/base/core/jni/
Djni_common.h21 class Rect; variable
/frameworks/av/media/libstagefright/include/media/stagefright/
DYUVCanvas.h31 class Rect; variable
DFrameCaptureProcessor.h27 class Rect; variable
DYUVImage.h44 class Rect; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DRect.kt21 val Rect.area: Long constant
/frameworks/base/graphics/java/android/graphics/
DRect.java49 public final class Rect implements Parcelable { class
73 public Rect() {} in Rect() method in Rect
85 public Rect(int left, int top, int right, int bottom) { in Rect() method in Rect
99 public Rect(@Nullable Rect r) { in Rect() method in Rect
113 public Rect(@Nullable Insets r) { in Rect() method in Rect
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt563 private fun Rect.intersects(other: Rect): Boolean = in Rect() method
643 private fun Rect.touchesRightEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { in touchesRightEdge() method
652 private fun Rect.touchesLeftEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { in Rect() method
661 private fun Rect.logicalTop(@Rotation rot: Int): Int { in Rect() method
670 private fun Rect.logicalRight(@Rotation rot: Int): Int { in Rect() method
679 private fun Rect.logicalLeft(@Rotation rot: Int): Int { in Rect() method
688 private fun Rect.logicalWidth(@Rotation rot: Int): Int { in Rect() method
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.h35 class Rect; variable
/frameworks/av/media/module/foundation/
DMetaDataBase.cpp77 struct MetaDataBase::Rect { struct in android::MetaDataBase
78 int32_t mLeft, mTop, mRight, mBottom;
/frameworks/av/media/libstagefright/include/
DFrameCaptureLayer.h30 class Rect; variable
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java201 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider) { in createOpenCloseAnimationAdapters() argument
246 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider, in createOpenCloseAnimationAdapter() argument
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h48 class Rect; variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DFakeCameraProtectionLoader.kt78 private fun Rect.asPath() = "M $left, $top H $right V $bottom H $left Z" method
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/tv/
DTvPipBasicTest.kt67 private val Rect.ratio: Float in <lambda>() constant
/frameworks/base/libs/hwui/tests/common/scenes/
DMagnifierAnimation.cpp28 using Rect = android::uirenderer::Rect; typedef

12