/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_chart_unit_test.cpp | 67 pointStyle.fillColor = Color::Red(); in InitPointStyle() 68 pointStyle.radius = RADIUS; in InitPointStyle() 69 pointStyle.strokeColor = Color::White(); in InitPointStyle() 70 pointStyle.strokeWidth = WIDTH; in InitPointStyle() 374 UIChartDataSerial::PointStyle pointStyle; variable 375 InitPointStyle(pointStyle); 397 UIChartDataSerial::PointStyle pointStyle; variable 398 InitPointStyle(pointStyle); 400 chartDataSerial_->SetTopPointStyle(pointStyle); 420 UIChartDataSerial::PointStyle pointStyle; variable [all …]
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_chart/ |
H A D | ui_test_chart_polyline.cpp | 323 UIChartDataSerial::PointStyle pointStyle; in OnClick() local 324 pointStyle.fillColor = Color::White(); in OnClick() 325 pointStyle.radius = 5; // 5: Inner radius in OnClick() 326 pointStyle.strokeColor = Color::Red(); in OnClick() 327 pointStyle.strokeWidth = 2; // 2: border width in OnClick() 349 pointStyle.strokeColor = Color::Red(); in OnClick() 350 dataSerial_[0]->SetTopPointStyle(pointStyle); in OnClick() 354 pointStyle.strokeColor = Color::Blue(); in OnClick() 359 pointStyle.strokeColor = Color::Yellow(); in OnClick() 360 dataSerial_[0]->SetHeadPointStyle(pointStyle); in OnClick() [all …]
|
H A D | ui_test_chart_polyline.h | 50 bool ClickExpand(UIView& view, UIChartDataSerial::PointStyle pointStyle);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.cpp | 210 …DataSerial::PointStyle *ChartComponent::UpdatePointStyle(UIChartDataSerial::PointStyle *pointStyle, in UpdatePointStyle() argument 213 if (pointStyle == nullptr) { in UpdatePointStyle() 214 pointStyle = new UIChartDataSerial::PointStyle(); in UpdatePointStyle() 215 if (pointStyle == nullptr) { in UpdatePointStyle() 219 pointStyle->fillColor = GetRGBColor(fillColor); in UpdatePointStyle() 220 pointStyle->strokeColor = GetRGBColor(strokeColor); in UpdatePointStyle() 221 pointStyle->radius = radius; in UpdatePointStyle() 222 pointStyle->strokeWidth = strokeWidth; in UpdatePointStyle() 223 return pointStyle; in UpdatePointStyle()
|
H A D | chart_component.h | 100 …UIChartDataSerial::PointStyle *UpdatePointStyle(UIChartDataSerial::PointStyle *pointStyle, uint32_…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 991 MouseFormat pointStyle = MouseFormat::DEFAULT; in OnCursorChange() local 994 pointStyle = g_cursorTypeMap[idx].value; in OnCursorChange() 996 if ((int32_t)pointStyle != curPointerStyle) { in OnCursorChange() 997 mouseStyle->SetPointerStyle(windowId, pointStyle); in OnCursorChange()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-chart.md | 94 | pointStyle | PointStyle | - | 否 | 表示当前数据点的绘制样式。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-chart.md | 97 | pointStyle | PointStyle | - | 否 | 表示当前数据点的绘制样式。 |
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-chart.md | 582 "pointStyle": {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-chart.md | 582 "pointStyle": {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 4707 MouseFormat pointStyle = MouseFormat::DEFAULT; in OnCursorChange() local 4710 pointStyle = g_cursorTypeMap[idx].value; in OnCursorChange() 4712 mouseStyle->SetPointerVisible(pointStyle); in OnCursorChange() 4713 if (static_cast<int32_t>(pointStyle) != curPointerStyle) { in OnCursorChange() 4714 mouseStyle->SetPointerStyle(windowId, pointStyle); in OnCursorChange() 4725 MouseFormat pointStyle = MouseFormat::CONTEXT_MENU; in UpdateLocalCursorStyle() local 4727 mouseStyle->SetMouseIcon(windowId, pointStyle, pixelMap); in UpdateLocalCursorStyle() 4729 MouseFormat pointStyle = MouseFormat::ALIAS; in UpdateLocalCursorStyle() local 4731 mouseStyle->SetMouseIcon(windowId, pointStyle, pixelMap); in UpdateLocalCursorStyle()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-chart.md | 94 | pointStyle | PointStyle | - | No | Style of the point. |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-chart.md | 98 | pointStyle | PointStyle | - | No | Style of the point. |
|