Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_ellipse_declaration.h26 Dimension rx = -1.0_px; member
64 void SetRx(const Dimension& rx) in SetRx()
H A Dsvg_rect_declaration.h26 Dimension rx = -1.0_px; member
90 void SetRx(const Dimension& rx) in SetRx()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_arc.cpp21 float rx, float ry, in GeometryArc()
87 void GeometryArc::Init(float centerX, float centerY, float rx, float ry, in Init()
H A Dgeometry_bezier_arc.cpp34 void ArcToBezier(float cx, float cy, float rx, float ry, in ArcToBezier()
66 float rx, float ry, in Init()
121 float rx, float ry, in Init()
/ohos5.0/base/request/request/services/src/service/client/
H A Dmod.rs58 let rx = Recv::new(rx); in open_channel() localVariable
74 let rx = Recv::new(rx); in subscribe() localVariable
90 let rx = Recv::new(rx); in unsubscribe() localVariable
111 let rx = Recv::new(rx); in notify_process_terminate() localVariable
145 rx: UnboundedReceiver<ClientEvent>, field
H A Dmanager.rs56 rx: UnboundedReceiver<ClientEvent>, field
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.h66 float rx, float ry, in BezierArc()
181 float rx, float ry, in BezierArcSvg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_ellipse_component.cpp72 void SvgEllipseComponent::SetRx(const Dimension& rx) in SetRx()
H A Dsvg_rect_component.cpp92 void SvgRectComponent::SetRx(const Dimension& rx) in SetRx()
H A Drosen_render_svg_ellipse.cpp125 double rx = 0.0; in GetPath() local
H A Drosen_render_svg_rect.cpp125 double rx = 0.0; in GetPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp39 double rx = 0.0; in AsPath() local
H A Dsvg_rect.cpp35 double rx = 0.0; in AsPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp81 double rx = 0.0; in AsPath() local
H A Dsvg_rect.cpp80 double rx = 0.0; in AsPath() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dadd_arc.cpp77 float rx = cosf(rad) * R; in OnTestFunction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DMatrix.js447 setTranslateRotateScale(tx, ty, tz, rx, ry, rz, sx, sy, sz) { argument
479 setTRS(tx, ty, tz, rx, ry, rz, sx, sy, sz) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmatrix2d.cpp78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate()
/ohos5.0/base/request/request/services/src/manage/
H A Dmod.rs56 let rx = TaskManagerRx::new(rx); in task_manager() localVariable
H A Dtask_manager.rs78 let rx = TaskManagerRx::new(rx); in init() localVariable
410 rx: UnboundedReceiver<TaskManagerEvent>, field
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dspi_virtual.c149 static bool VirtualSpiReadFifo(struct VirtualSpi *virtual, uint8_t *rx, uint32_t count) in VirtualSpiReadFifo()
183 uint8_t *rx = msg->rbuf; in VirtualSpiTxRx() local
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmanager.rs76 rx: UnboundedReceiver<RunCountEvent>, field
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp227 void Matrix::RotXY(const Matrix &m, const float rx, const float ry, Point &pt) in RotXY()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Doneshot.rs89 let rx = Receiver { channel }; in channel() localVariable
/ohos5.0/base/request/request/services/src/utils/
H A Dmod.rs35 rx: Receiver<T>, field

12