| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| H A D | gauge_layout_algorithm.cpp | 134 auto center = Offset(offset.GetX() + left + radius, offset.GetY() + top + radius); in MeasureLimitValueTextWidth() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/track/ |
| H A D | render_track.h | 34 Offset center; member
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_analog_clock.cpp | 32 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 D | shadowutils.cpp | 328 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 D | skia_shader_effect.cpp | 144 SkPoint center; in InitWithRadialGradient() local
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | pointer_info.h | 197 void SetCenterSet(Point& center) in SetCenterSet() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | opus_rc.c | 236 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 D | resample.c | 152 const int center= (tap_count-1)/2; in build_filter() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | SimpleOperationTest.cpp | 1114 Vector2 center = (positions[index] + positions[index + 1] + positions[index + 2] + in TEST_P() local
|
| /third_party/skia/src/core/ |
| H A D | SkM44.cpp | 348 SkM44 SkM44::LookAt(const SkV3& eye, const SkV3& center, const SkV3& up) { in LookAt() argument
|
| H A D | SkMaskFilter.cpp | 192 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 D | SampleSlides.cpp | 182 SkPoint center; in MakeRadial() local 190 SkPoint center; in MakeSweep() local
|
| /third_party/skia/tools/viewer/ |
| H A D | TouchGesture.cpp | 188 static SkScalar center(float pos0, float pos1) { in center() function
|
| /third_party/skia/gm/ |
| H A D | polygonoffset.cpp | 512 SkPoint center; in drawPolygon() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | render_list_item.cpp | 275 double center = (isVertical ? viewport.Height() : viewport.Width()) / 2.0; in IsItemCenter() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
| H A D | render_drag_bar.cpp | 175 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 D | rosen_render_data_panel.cpp | 48 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 D | rosen_render_swiper.cpp | 133 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 D | data_panel_modifier.cpp | 124 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 D | data_panel_modifier.h | 45 Offset center; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/slider/ |
| H A D | render_slider.cpp | 647 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 D | rosen_svg_painter.cpp | 158 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 D | loading_progress_modifier.cpp | 211 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 D | testing_canvas.h | 103 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 D | overlength_dot_indicator_modifier.cpp | 110 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...] |