Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_circle_declaration.h24 Dimension cx; member
39 void SetCx(const Dimension& cx) in SetCx()
H A Dsvg_ellipse_declaration.h24 Dimension cx; member
40 void SetCx(const Dimension& cx) in SetCx()
H A Dsvg_gradient_declaration.h80 void SetCx(const Dimension& cx) in SetCx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_circle_component.cpp52 void SvgCircleComponent::SetCx(const Dimension& cx) in SetCx()
H A Dsvg_ellipse_component.cpp52 void SvgEllipseComponent::SetCx(const Dimension& cx) in SetCx()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp34 void ArcToBezier(float cx, float cy, float rx, float ry, in ArcToBezier()
167 float cx = sx2 + (cosA * cx1 - sinA * cy1); in Init() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs101 let mut cx = Context::from_waker(&waker); in block_on() localVariable
H A Dcurrent_thread.rs280 let mut cx = Context::from_waker(&waker); in block_on() localVariable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h139 Dimension cx; member
149 Dimension cx; member
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp261 int32_t cx = static_cast<int32_t>(((int64_t)x1 + (int64_t)x2) >> 1); in LineOperate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h93 float cx = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp84 sk_sp<SkShader> BlendSkShader(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[… in BlendSkShader()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_vgu.h313 VGUScalar cx; /* < Horizontal coordinate of the center of the circle */ member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h275 double cx = 0.0; member