Home
last modified time | relevance | path

Searched defs:bottom (Results 251 - 275 of 476) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c777 struct ureg_dst out, tmp, top, bottom; in util_make_fs_msaa_resolve_bilinear() local
/third_party/skia/src/codec/
H A DSkCodec.cpp505 const int bottom = options->fSubset->bottom(); in startIncrementalDecode() local
/third_party/skia/src/core/
H A DSkAAClip.cpp129 int bottom() const { return fBottom; } in bottom() function in __anon18671::Iter
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp90 Vertex* bottom = edge->fEdge->fBottom; in makeEvent() local
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp309 SkPoint bottom = fBottom.next(), top = fTop.next(); in MakeVertices() local
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc585 std::uint32_t bottom; in GetFullDimension32() local
/third_party/python/Modules/cjkcodecs/
H A Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
/third_party/skia/include/c/
H A Dsk_types.h81 int32_t bottom; member
88 float bottom; member
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DCanvas.java82 public void clipRect(float left, float top, float right, float bottom, in clipRect() argument
87 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect() argument
96 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() argument
175 nClipRect(long nativeInstance, float left, float top, float right, float bottom, int clipOp, boolean doAA) nClipRect() argument
177 nClipRRect(long nativeInstance, float left, float top, float right, float bottom, float xRad, float yRad, int clipOp, boolean doAA) nClipRRect() argument
185 nDrawRect(long nativeInstance, float left, float top, float right, float bottom, long nativePaint) nDrawRect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp847 auto bottom = dialogTheme->GetDefaultDialogMarginBottom(); in GetPaddingBottom() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h235 float bottom = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h122 Dimension bottom; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp67 auto bottom = offset.GetY() + geometryNode->GetMarginFrameSize().Height(); in OffsetNodeToSafeArea() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp530 auto bottom = safeAreaManager->GetSystemSafeArea().bottom_.Length(); in GetPopupMaxWidthAndHeight() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp369 SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetPaddings() argument
[all...]
H A Djs_tab_content.cpp434 CalcDimension bottom; in SetPadding() local
445 CalcDimension bottom; SetPadding() local
[all...]
H A Djs_button.cpp443 CalcDimension bottom = CalcDimension(0.0, DimensionUnit::VP); in GetOldPadding() local
485 SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetPaddings() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h410 auto bottom = std::max(std::max(ltPoint.GetY(), rtPoint.GetY()), std::max(lbPoint.GetY(), rbPoint.GetY())); in GetRectWithTransform() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h223 void SetBottom(const Dimension& bottom) in SetBottom() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp940 CalcDimension bottom = 20.0_vp; in HWTEST_F() local
1000 CalcDimension bottom = -20.0_vp; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp120 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp233 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutThi_test_ng.cpp652 auto bottom = layoutAlgorithm->bottom_; in HWTEST_F() local
714 auto bottom = layoutAlgorithm->bottom_; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp421 auto bottom = safeAreaManager ? safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Length() : 0; in GetTextMaxHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp112 auto bottom = info_->isNewAvoid ? info_->selectArea.Bottom() : secondHandleRect.Bottom(); in CalculateCustomMenuLayoutConstraint() local

Completed in 39 milliseconds

1...<<11121314151617181920