Home
last modified time | relevance | path

Searched defs:center (Results 151 - 175 of 238) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp484 auto center = (optionTop + optionBottom) / 2.0; in AdjustScrollPosition() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp940 double center = listPosition + GetMainSize(viewPort_) * HALF_ITEM_SIZE; in GetFixPositionOnWatch() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp520 auto center = renderContext->GetTransformCenter().value_or(DimensionOffset( in GetRectangleById() local
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h445 void SetScaleCenterToChild(Offset center) in SetScaleCenterToChild() argument
467 void SetScaleCenter(Offset center) in SetScaleCenter() argument
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp765 NG::OffsetF center = effective_.Center(); in GenericClick() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp177 OffsetF center = { contentProperty.vectorBlackPointCenterX[i], centerY_ }; in PaintContent() local
210 OffsetF center = { contentProperty.vectorBlackPointCenterX[index], centerY_ }; in PaintContent() local
225 void DotIndicatorModifier::PaintUnselectedIndicator(RSCanvas& canvas, const OffsetF& center, in PaintUnselectedIndicator() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp117 void UICanvas::ArcTo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle) in ArcTo() argument
170 SetArcParamInfo(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle) SetArcParamInfo() argument
519 DrawCircle(const Point& center, uint16_t radius, const Paint& paint) DrawCircle() argument
573 DrawSector(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle, const Paint& paint) DrawSector() argument
602 DrawArc(const Point& center, uint16_t radius, int16_t startAngle, int16_t endAngle, const Paint& paint) DrawArc() argument
1288 DoDrawLineJoin(BufferInfo& gfxDstBuffer, const Point& center, const Rect& invalidatedArea, const Paint& paint) DoDrawLineJoin() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp243 void RecordingCanvas::DrawImageNine(const Image* image, const RectI& center, const Rect& dst, in DrawImageNine() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c684 u32 center = hw->conf.chandef.center_freq1; in rtl_op_config() local
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput.h380 __s16 center; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput.h384 __s16 center; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c684 u32 center = hw->conf.chandef.center_freq1; in rtl_op_config() local
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-btree.c582 static void redistribute3(struct btree_node *left, struct btree_node *center, in redistribute3() argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput.h165 __s16 center; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput.h165 __s16 center; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput.h154 __s16 center; member
/third_party/ffmpeg/libavfilter/
H A Daf_firequalizer.c189 int center = s->fir_len/2; in fast_convolute() local
267 int center = s->fir_len/2; in fast_convolute2() local
332 int center = s->fir_len / 2; dump_fir() local
583 int ret, k, center, ch; generate_kernel() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dopus_pvq.c62 int center = (low + high + 1) >> 1; in celt_bits2pulses() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c633 LLVMValueRef center[2], centroid[2], tmp, bc_optimize; in si_llvm_build_ps_prolog() local
/third_party/libinput/include/linux/linux/
H A Dinput.h373 __s16 center; member
/third_party/libinput/include/linux/freebsd/
H A Dinput.h374 int16_t center; member
/third_party/libevdev/include/linux/linux/
H A Dinput.h382 __s16 center; member
/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c1216 struct device_float_coords center, fdelta; in tp_gesture_handle_state_pinch() local
314 tp_gesture_get_pinch_info(struct tp_dispatch *tp, double *distance, double *angle, struct device_float_coords *center) tp_gesture_get_pinch_info() argument
[all...]
/third_party/python/Lib/collections/
H A D__init__.py1426 def center(self, width, *args): member in UserString
/third_party/skia/src/core/
H A DSkDraw.cpp208 static SkRect make_square_rad(SkPoint center, SkScalar radius) { in make_square_rad() argument

Completed in 34 milliseconds

12345678910