Home
last modified time | relevance | path

Searched defs:left (Results 1651 - 1675 of 1795) sorted by relevance

1...<<61626364656667686970>>...72

/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2044 int32_t left = GetValidEdgeLength(swiperWidth_, indicatorWidth, indicator_->GetLeft()); in UpdateIndicatorPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp405 float left = marginProps.start.has_value() in InitializeLayoutRegionMargin() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2284 void AceContainer::SetWindowPos(int32_t left, int32_t top) in SetWindowPos() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp121 std::optional<CalcDimension> left; in ParseMarginAttr() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h436 virtual void SetLeft(const Dimension& left) // add for animation in SetLeft() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp767 void PipelineContext::SetClipHole(double left, double top, double width, double height) in SetClipHole() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp1130 SetTextInputPadding(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) SetTextInputPadding() argument
1682 SetTextInputMargin(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) SetTextInputMargin() argument
[all...]
H A Dnode_api.cpp1880 void CanvasDrawRect(ArkUICanvasHandle canvas, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, in CanvasDrawRect() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp149 int left = std::clamp<int>(localClipRect.GetLeft(), 0, properties.GetBoundsWidth()); in UpdateSrcRect() local
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h420 inline bool GreatOrEqual(double left, double right) in GreatOrEqual() argument
426 inline bool LessOrEqual(double left, double right) in LessOrEqual() argument
432 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument
437 inline bool NearEqual(const float& left, const float& right) in NearEqual() argument
443 inline bool NearEqual(const int32_t& left, const int32_t& right) in NearEqual() argument
448 NearZero(const double left) NearZero() argument
[all...]
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp4076 int32_t left = 0; in OnSetWindowLastSafeRect() local
/third_party/ffmpeg/libavformat/
H A Dmpegts.c3673 int left = FFMIN(check_count - i, CHECK_BLOCK); in mpegts_probe() local
/third_party/glfw/src/
H A Dwl_platform.h411 _GLFWfallbackEdgeWayland top, left, right, bottom; member
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2670 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp() argument
2822 void Builder::promoteScalar(Decoration precision, Id& left, Id& right) in promoteScalar() argument
[all...]
/third_party/backends/backend/
H A Dbh.h225 u_long top, left, width, length; member
H A Dhp3900_config.c768 static void hp3800_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) in hp3800_offset() argument
776 SANE_Int left; in hp3800_offset() member
816 hp3970_offset(SANE_Int sensor, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) hp3970_offset() argument
822 SANE_Int left; hp3970_offset() member
872 hp4370_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) hp4370_offset() argument
878 SANE_Int left; hp4370_offset() member
919 ua4900_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) ua4900_offset() argument
925 SANE_Int left; ua4900_offset() member
966 cfg_offset_get(SANE_Int sensortype, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) cfg_offset_get() argument
[all...]
H A Dhp3900_types.c405 SANE_Int left; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h563 int32 left; member
/third_party/nghttp2/lib/
H A Dnghttp2_session.c5683 static void inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) { in inbound_frame_set_mark() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c5678 static void inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) { in inbound_frame_set_mark() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc1099 Node* left = node->InputAt(0); VisitInt32Mul() local
1160 Node* left = node->InputAt(0); VisitInt32Div() local
1189 Node* left = node->InputAt(0); VisitInt32Mod() local
1942 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1981 Node* left = node->InputAt(0); VisitWordCompare() local
2700 Node* left = node->InputAt(0); VisitFloat64InsertLowWord32() local
2708 Node* left = node->InputAt(0); VisitFloat64InsertHighWord32() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc710 Node* left = m.left().node(); in VisitBinop() local
921 Node* left = m.left().node(); VisitWord32Shift() local
943 Node* left = m.left().node(); VisitWord64Shift() local
967 Node* left = m.left().node(); TryVisitWordShift() local
1210 Node* left = node->InputAt(0); VisitInt32Add() local
1331 Node* left = m.left().node(); VisitMul() local
1348 Node* left = node->InputAt(0); VisitMulHigh() local
1665 Node* left = node->InputAt(0); VisitFloatBinop() local
2026 VisitCompareWithMemoryOperand(InstructionSelector* selector, InstructionCode opcode, Node* left, InstructionOperand right, FlagsContinuation* cont) VisitCompareWithMemoryOperand() argument
2054 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
2075 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) VisitCompare() argument
2184 TryNarrowOpcodeSize(InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont) TryNarrowOpcodeSize() argument
2258 Node* left = node->InputAt(0); VisitWordCompare() local
2333 Node* left = nullptr; VisitWord32EqualImpl() local
2447 Node* const left = node->InputAt(0); VisitFloat32Compare() local
2457 Node* const left = node->InputAt(0); VisitFloat64Compare() local
2837 Node* left = node->InputAt(0); VisitFloat64InsertLowWord32() local
2851 Node* left = node->InputAt(0); VisitFloat64InsertHighWord32() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc195 bool CanOverflowSigned32(const Operator* op, Type left, Type right, in CanOverflowSigned32() argument
[all...]
H A Dtyper.cc380 Type left = Operand(node, 0); in TypeBinaryOp() local
385 Type Typer::Visitor::TypeBinaryOp(Type left, Type right, BinaryTyperFun f) { in TypeBinaryOp() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc493 Node* left = m.left().node(); in VisitWord32And() local
532 Node* left = m.left().node(); VisitWord64And() local
1547 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1558 Node* left = node->InputAt(0); VisitWordCompare() local
1593 Node* left = node->InputAt(0); VisitFloat32Compare() local
1603 Node* left = node->InputAt(0); VisitFloat64Compare() local
1937 Node* left = node->InputAt(0); VisitFloat64InsertLowWord32() local
1952 Node* left = node->InputAt(0); VisitFloat64InsertHighWord32() local
[all...]

Completed in 110 milliseconds

1...<<61626364656667686970>>...72