Home
last modified time | relevance | path

Searched defs:bottom (Results 76 - 100 of 451) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp124 void MatrixStack::frustum(float left, float right, float bottom, float top, float zNear, float zFar) in frustum() argument
146 void MatrixStack::ortho(double left, double right, double bottom, double top, double zNear, double zFar) in ortho() argument
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp40 double bottom = line[1].fY; in doIntersect() local
H A DPathOpsCubicLineIntersectionTest.cpp108 double bottom = line[1].fY; in doIntersect() local
H A DPathOpsQuadLineIntersectionTest.cpp39 double bottom = line[1].fY; in doIntersect() local
H A DPathOpsQuadLineIntersectionThreadedTest.cpp24 double bottom = line[1].fY; in doIntersect() local
/third_party/toybox/
H A Dmain.c28 int top, bottom, middle; in toy_find() local
/third_party/toybox/porting/liteos_a/
H A Dmain.c29 int top, bottom, middle; in toy_find() local
/third_party/skia/experimental/lowp-basic/
H A Dbilerp-study.cpp51 double bottom = (1.0 - dtx) * p01 + dtx * p11; in golden_bilerp2() local
60 int64_t bottom = ftx * (p11 - p01) + 65536 * p01; in full_res_bilerp() local
79 I16 bottom = in bilerp_1() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drosen_render_picker_base.cpp51 auto bottom = top + pickerColumn->GetLayoutSize().Height(); in GetOptionsRect() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp223 auto bottom = skRect.bottom(); in CreatePath() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp141 auto bottom = std::max(std::max(ltPoint.GetY(), rtPoint.GetY()), std::max(lbPoint.GetY(), rbPoint.GetY())); in GetTransformRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp245 auto bottom = safeAreaManager->GetSystemSafeArea().bottom_.Length(); in ModifySubMenuWrapper() local
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h141 void SetBottom(const Dimension& bottom) in SetBottom() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dposition_param.h38 std::pair<AnimatableDimension, bool> bottom = { AnimatableDimension(0.0, DimensionUnit::PX), false }; member
46 std::optional<Dimension> bottom; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp145 Show(const RefPtr<PipelineContext>& context, const std::string& message, int32_t duration, const std::string& bottom, bool isRightToLeft) Show() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp95 uint32_t bottom; in UpdateKeyboardSafeArea() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_util.cpp236 UpdateSafeAreaPadding(const RefPtr<LayoutProperty>& layoutProperty, const std::optional<CalcLength>& left, const std::optional<CalcLength>& right, const std::optional<CalcLength>& top, const std::optional<CalcLength>& bottom) UpdateSafeAreaPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp45 void Inset::SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left) in SetLength() argument
75 void Inset::SetRadius(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left, in SetRadius() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp152 struct ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetCalendarPickerPadding() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h165 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
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h124 MinusPadding(const std::optional<T>& left, const std::optional<T>& right, const std::optional<T>& top, const std::optional<T>& bottom) MinusPadding() argument
137 MinusPaddingToNonNegative(const std::optional<T>& left, const std::optional<T>& right, const std::optional<T>& top, const std::optional<T>& bottom) MinusPaddingToNonNegative() argument
150 AddPadding(const std::optional<T>& left, const std::optional<T>& right, const std::optional<T>& top, const std::optional<T>& bottom) AddPadding() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp78 void FfiPromptShowToast(const char* message, int32_t duration, const char* bottom, int32_t mode) in FfiPromptShowToast() argument
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h71 Dimension bottom; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.cpp150 void FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit, double bottom, in FfiOHOSAceFrameworkButtonSetPadding() argument

Completed in 16 milliseconds

12345678910>>...19