| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
| H A D | MatrixStack.cpp | 124 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 D | PathOpsConicLineIntersectionTest.cpp | 40 double bottom = line[1].fY; in doIntersect() local
|
| H A D | PathOpsCubicLineIntersectionTest.cpp | 108 double bottom = line[1].fY; in doIntersect() local
|
| H A D | PathOpsQuadLineIntersectionTest.cpp | 39 double bottom = line[1].fY; in doIntersect() local
|
| H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 24 double bottom = line[1].fY; in doIntersect() local
|
| /third_party/toybox/ |
| H A D | main.c | 28 int top, bottom, middle; in toy_find() local
|
| /third_party/toybox/porting/liteos_a/ |
| H A D | main.c | 29 int top, bottom, middle; in toy_find() local
|
| /third_party/skia/experimental/lowp-basic/ |
| H A D | bilerp-study.cpp | 51 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 D | jsXNode.js | [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | rosen_render_picker_base.cpp | 51 auto bottom = top + pickerColumn->GetLayoutSize().Height(); in GetOptionsRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/shape/ |
| H A D | rosen_render_shape.cpp | 223 auto bottom = skRect.bottom(); in CreatePath() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/transform/ |
| H A D | rosen_render_transform.cpp | 141 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 D | sub_menu_layout_algorithm.cpp | 245 auto bottom = safeAreaManager->GetSystemSafeArea().bottom_.Length(); in ModifySubMenuWrapper() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tween/ |
| H A D | tween_component.h | 141 void SetBottom(const Dimension& bottom) in SetBottom() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
| H A D | position_param.h | 38 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 D | toast_component.cpp | 145 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 D | safe_area_manager.cpp | 95 uint32_t bottom; in UpdateKeyboardSafeArea() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_layout_util.cpp | 236 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 D | clip_path.cpp | 45 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 D | arkts_native_calendar_picker_bridge.cpp | 152 struct ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetCalendarPickerPadding() local
|
| /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
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
| H A D | size_t.h | 124 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 D | cj_prompt_ffi.cpp | 78 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 D | pixel_map.h | 71 Dimension bottom; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_button_ffi.cpp | 150 void FfiOHOSAceFrameworkButtonSetPadding(double top, int32_t topUnit, double right, int32_t rightUnit, double bottom, in FfiOHOSAceFrameworkButtonSetPadding() argument
|