/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | rect.h | 74 …CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bott… in CommonRect() 104 void SetRect(T left, T top, T right, T bottom) in SetRect() 301 void SetBottom(T bottom) in SetBottom()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_image_region_v10.md | 31 ### bottom subsection
|
H A D | _codec_image_region_v20.md | 31 ### bottom subsection
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BlurActivity.java | 74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
H A D | PositionListenerActivity.java | 117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() 141 public void positionChanged(long frameNumber, int left, int top, int right, int bottom) { in positionChanged()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | snapshot.h | 89 int32_t bottom = parcel.ReadInt32(); in Unmarshalling() local 97 int32_t bottom = 0; member
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | cutout_info.h | 32 DMRect bottom; member
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | LineBackgroundSpan.java | 50 @Px int top, @Px int baseline, @Px int bottom, in drawBackground() 125 @Px int top, @Px int baseline, @Px int bottom, in drawBackground()
|
H A D | LeadingMarginSpan.java | 69 int top, int baseline, int bottom, in drawLeadingMargin() 156 int top, int baseline, int bottom, in drawLeadingMargin()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSection.java | 193 private void setBackgroundBottom(int bottom) { in setBackgroundBottom() 235 public boolean isTargetBottom(int bottom) { in isTargetBottom() 250 int bottom = minTopPosition; in updateBounds() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LetterboxTest.java | 134 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner() 140 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect() 281 public SurfaceControl bottom; field in LetterboxTest.SurfaceControlMocker
|
H A D | DisplayPolicyInsetsTests.java | 144 int right, int bottom) { in verifyStableInsets() 150 int right, int bottom) { in verifyNonDecorInsets()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | SidePropagation.java | 96 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | RectEvaluator.java | 76 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | rect.h | 165 double bottom = Bottom(); in Constrain() local 252 double bottom = std::min(Bottom(), other.Bottom()); in IntersectRect() local 261 double bottom = std::max(Bottom(), other.Bottom()); in CombineRect() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 510 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 558 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect() 577 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval() 610 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 634 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 663 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect() 854 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 858 float right, float bottom, int dir); in nAddRect() 860 float right, float bottom, int dir); in nAddOval() 865 float right, float bottom, float rx, float ry, int dir); in nAddRoundRect() [all …]
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaProfileRenderer.cpp | 22 void SkiaProfileRenderer::drawRect(float left, float top, float right, float bottom, in drawRect()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureControllerTest.java | 228 TestScenario withAvailableRange(int top, int bottom) { in withAvailableRange() 243 TestScenario withPageVisibleRange(int top, int bottom) { in withPageVisibleRange()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Rect.h | 45 float bottom; variable 55 inline Rect(float left, float top, float right, float bottom) in Rect() 93 inline void set(float left, float top, float right, float bottom) { in set()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | AdaptiveIconDrawableTest.java | 88 int bottom = 90 * dpi; in testDraw_withBounds() local 156 int bottom = 90 * dpi; in testGetIconMaskAfterSetBounds() local 177 int bottom = 90 * dpi; in testGetOutline_withBounds() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region_helper.cpp | 80 const int bottom = rectsRow_[0].bottom_; in MergeSpanVertically() local 157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableOutlineView.java | 102 int bottom; in getClipPath() local 150 int bottom, in getRoundedRectPath() 349 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | render_positioned.cpp | 85 void RenderPositioned::SetBottom(const Dimension& bottom) in SetBottom()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverMultiProfilePagerAdapter.java | 176 int bottom = mUseLayoutWithDefault ? container.getPaddingBottom() : 0; in setupContainerPadding() local 178 container.getPaddingRight(), bottom); in setupContainerPadding() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_rect.cpp | 31 OH_Drawing_Rect* OH_Drawing_RectCreate(float left, float top, float right, float bottom) in OH_Drawing_RectCreate() 68 void OH_Drawing_RectSetBottom(OH_Drawing_Rect* cRect, float bottom) in OH_Drawing_RectSetBottom()
|