/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_ellipse_declaration.h | 26 Dimension rx = -1.0_px; member 64 void SetRx(const Dimension& rx) in SetRx()
|
H A D | svg_rect_declaration.h | 26 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 D | geometry_arc.cpp | 21 float rx, float ry, in GeometryArc() 87 void GeometryArc::Init(float centerX, float centerY, float rx, float ry, in Init()
|
H A D | geometry_bezier_arc.cpp | 34 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 D | mod.rs | 58 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 D | manager.rs | 56 rx: UnboundedReceiver<ClientEvent>, field
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_bezier_arc.h | 66 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 D | svg_ellipse_component.cpp | 72 void SvgEllipseComponent::SetRx(const Dimension& rx) in SetRx()
|
H A D | svg_rect_component.cpp | 92 void SvgRectComponent::SetRx(const Dimension& rx) in SetRx()
|
H A D | rosen_render_svg_ellipse.cpp | 125 double rx = 0.0; in GetPath() local
|
H A D | rosen_render_svg_rect.cpp | 125 double rx = 0.0; in GetPath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_ellipse.cpp | 39 double rx = 0.0; in AsPath() local
|
H A D | svg_rect.cpp | 35 double rx = 0.0; in AsPath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 81 double rx = 0.0; in AsPath() local
|
H A D | svg_rect.cpp | 80 double rx = 0.0; in AsPath() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | add_arc.cpp | 77 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 D | Matrix.js | 447 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 D | matrix2d.cpp | 78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate()
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | mod.rs | 56 let rx = TaskManagerRx::new(rx); in task_manager() localVariable
|
H A D | task_manager.rs | 78 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 D | spi_virtual.c | 149 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 D | manager.rs | 76 rx: UnboundedReceiver<RunCountEvent>, field
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | matrix.cpp | 227 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 D | oneshot.rs | 89 let rx = Receiver { channel }; in channel() localVariable
|
/ohos5.0/base/request/request/services/src/utils/ |
H A D | mod.rs | 35 rx: Receiver<T>, field
|