Home
last modified time | relevance | path

Searched defs:center (Results 101 - 125 of 238) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp134 auto center = Offset(offset.GetX() + left + radius, offset.GetY() + top + radius); in MeasureLimitValueTextWidth() local
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.h34 Offset center; member
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp32 void UIAnalogClock::SetHandImage(HandType type, const UIImageView& img, Point position, Point center) in SetHandImage() argument
66 SetHandLine(HandType type, Point position, Point center, ColorType color, uint16_t width, uint16_t height, OpacityType opacity) SetHandLine() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp328 OH_Drawing_Point* center = OH_Drawing_PointCreate(lightPos.x, lightPos.y); in draw_black_point() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_shader_effect.cpp144 SkPoint center; in InitWithRadialGradient() local
/test/testfwk/arkxtest/uitest/record/
H A Dpointer_info.h197 void SetCenterSet(Point& center) in SetCenterSet() argument
/third_party/ffmpeg/libavcodec/
H A Dopus_rc.c236 uint32_t k, scale, symbol, total, low, center; in ff_opus_rc_dec_uint_tri() local
279 uint32_t scale, low = 0, center; in ff_opus_rc_dec_laplace() local
[all...]
/third_party/ffmpeg/libswresample/
H A Dresample.c152 const int center= (tap_count-1)/2; in build_filter() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSimpleOperationTest.cpp1114 Vector2 center = (positions[index] + positions[index + 1] + positions[index + 2] + in TEST_P() local
/third_party/skia/src/core/
H A DSkM44.cpp348 SkM44 SkM44::LookAt(const SkV3& eye, const SkV3& center, const SkV3& up) { in LookAt() argument
H A DSkMaskFilter.cpp192 static void draw_nine(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, in draw_nine() argument
78 draw_nine_clipped(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkIRect& clipR, SkBlitter* blitter) draw_nine_clipped() argument
/third_party/skia/samplecode/
H A DSampleSlides.cpp182 SkPoint center; in MakeRadial() local
190 SkPoint center; in MakeSweep() local
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp188 static SkScalar center(float pos0, float pos1) { in center() function
/third_party/skia/gm/
H A Dpolygonoffset.cpp512 SkPoint center; in drawPolygon() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp275 double center = (isVertical ? viewport.Height() : viewport.Width()) / 2.0; in IsItemCenter() local
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp175 void RenderDragBar::DoStyleAnimation(const Offset& left, const Offset& center, const Offset& right) in DoStyleAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp48 void PaintTrackBackground(SkCanvas* canvas, const Offset& center, double thickness, const Color& color, double diameter) in PaintTrackBackground() argument
162 Offset center = arcData.center; in PaintProgress() local
272 Offset center = arcData.center; PaintProgress() local
400 Offset center = arcData.center; PaintProgressFilterMask() local
553 Offset center = arcData.center; PaintRainbowFilterMask() local
718 const Offset& center = offset + Offset(GetLayoutSize().Width() / 2, GetLayoutSize().Height() / 2); PaintEffectedLoadingProgress() local
782 const Offset& center = offset + Offset(GetLayoutSize().Width() / 2, GetLayoutSize().Height() / 2); PaintLoadingProgress() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp133 Offset center = Offset(centerX, centerY); in PaintShadow() local
248 Offset center = indicatorPosition_ + indicatorProperties.centerPadding; in CanvasDrawIndicator() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp124 Offset center = Offset(context.width * PERCENT_HALF, context.height * PERCENT_HALF); in PaintCircle() local
224 Offset center = arcData.center; in GetPaintPath() local
558 auto center = arcData.center; PaintTrackBackground() local
606 Offset center = arcData.center; PaintProgress() local
[all...]
H A Ddata_panel_modifier.h45 Offset center; member
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.cpp647 TouchRegionPoint RenderSlider::GetTopTouchRegion(const Vertex& center, double width, double height) in GetTopTouchRegion() argument
653 TouchRegionPoint RenderSlider::GetBotTouchRegion(const Vertex& center, double width, double height) in GetBotTouchRegion() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp158 auto center = SkPoint::Make(info.cx, info.cy); in SetGradientStyle() local
196 auto center = RSPoint(info.cx, info.cy); in SetGradientStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp211 auto center = RSPoint(offset_->Get().GetX() + width / 2, offset_->Get().GetY() + height / 2); in DrawOrbit() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_canvas.h103 virtual void DrawCircle(const TestingPoint& center, float radius) {} in DrawCircle() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp110 OffsetF center = { contentProperty.vectorBlackPointCenterX[i], centerY_ }; in PaintBlackPoint() local
129 PaintUnselectedIndicator( RSCanvas& canvas, const OffsetF& center, float width, float height, const LinearColor& indicatorColor) PaintUnselectedIndicator() argument
[all...]

Completed in 23 milliseconds

12345678910