Home
last modified time | relevance | path

Searched defs:center (Results 126 - 150 of 238) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp444 OffsetF center = { vectorBlackPointCenterX_[i], centerY_ }; in CalculateHoverIndex() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp463 void SliderContentModifier::SetCircleCenter(const PointF& center) in SetCircleCenter() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp379 Point center; in DrawPoint() local
346 DoDrawPoint(BufferInfo& gfxDstBuffer, const Point& center, const PointStyle& style, const Rect& mask) DoDrawPoint() argument
[all...]
H A Dui_arc_label.cpp264 Point center; in DrawArcText() local
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h475 Point center; global() member
480 Point center; global() member
[all...]
H A Dui_abstract_scroll.h363 void SetScrollBarCenter(const Point& center) in SetScrollBarCenter() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp53 const auto center = (aabbMin + aabbMax) * 0.5f; in GetWorldAABB() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp567 Drawing::RectI center; in HWTEST_F() local
584 Drawing::RectI center; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h678 static inline Mat4X4 LookAtRh(Vec3 const& eye, Vec3 const& center, Vec3 const& up) in LookAtRh() argument
701 static inline Mat4X4 LookAtLh(Vec3 const& eye, Vec3 const& center, Vec3 const& up) in LookAtLh() argument
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_gesture_detector.cpp531 Point center = CalcClusterCenter(points); in CalcAndStoreDistance() local
564 Point center = CalcClusterCenter(movePoints); in JudgeOperationMode() local
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-si544.c365 unsigned long center; in si544_set_rate() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c402 xfs_refcount_merge_center_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *center, struct xfs_refcount_irec *right, unsigned long long extlen, xfs_extlen_t *aglen) xfs_refcount_merge_center_extents() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_refcount.c445 xfs_refcount_merge_center_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *center, struct xfs_refcount_irec *right, unsigned long long extlen, xfs_extlen_t *aglen) xfs_refcount_merge_center_extents() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-si544.c365 unsigned long center; in si544_set_rate() local
/third_party/ffmpeg/libavfilter/
H A Daf_dialoguenhance.c213 AVComplexFloat *center = (AVComplexFloat *)c; in get_final() local
146 get_centere(AVComplexFloat *left, AVComplexFloat *right, AVComplexFloat *center, int N) get_centere() argument
234 float *center = (float *)s->center_frame->extended_data[0]; de_stereo() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dopus.c695 int center = (low + high) >> 1; in ff_celt_bitalloc() local
744 int center = (low + high) >> 1; in ff_celt_bitalloc() local
/third_party/glfw/examples/
H A Dboing.c233 vec3 center = { 0.f, 0.f, 0.f }; in reshape() local
/third_party/python/Tools/demo/
H A Dspreadsheet.py17 def center(x, n): function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp45 const auto center = getTileCenter(x, y); in getQuadVertices() local
H A DDrawBaseVertexBaseInstanceTest.cpp45 const auto center = getTileCenter(x, y); in getQuadVertices() local
/third_party/skia/src/core/
H A DSkPicturePlayback.cpp438 SkIRect center; in handleOp() local
H A DSkBlurMask.cpp340 int center = size >> 1; in ComputeBlurProfile() local
380 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline() local
/third_party/skia/tools/
H A DToolUtils.cpp278 const SkPoint center = in create_hemi_normal_map() local
302 const SkPoint center = in create_frustum_normal_map() local
343 const SkPoint center = in create_tetra_normal_map() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp497 Offset center = (pos + Offset(width / DOUBLE_FACTOR, height / DOUBLE_FACTOR)); in GetCenterPosition() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h338 void SetSupportItemCenter(bool center) in SetSupportItemCenter() argument

Completed in 29 milliseconds

12345678910