Home
last modified time | relevance | path

Searched +defs:T +defs:x (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dtimer.rs111 pub async fn periodic_schedule<T>(mut closure: T, repeat_time: Option<usize>, period: Duration) in periodic_schedule()
251 let x = Arc::new(Mutex::new(0)); in ut_new_timer_schedule() localVariable
264 let x = x.lock().unwrap(); in ut_new_timer_schedule() localVariable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_handler.h23 #define __has_builtin(x) 0 argument
292 inline bool SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object) in SendImmediateEvent()
305 inline bool SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object) in SendImmediateEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.h35 #define X(T) T, argument
69 double x, y; member
145 double x, y; member
197 double x, y; member
311 double x; member
333 double x; member
407 double x; member
504 double x; member
528 #define X(T) \ argument
537 #define X(T) \ argument
[all …]
H A Dcustom_paint_paint_method.cpp76 N ConvertEnumToDrawingEnum(T key, const LinearEnumMapNode<T, N>* map, size_t length, N defaultValue) in ConvertEnumToDrawingEnum()
851 void CustomPaintPaintMethod::MoveTo(double x, double y) in MoveTo()
856 void CustomPaintPaintMethod::LineTo(double x, double y) in LineTo()
1164 void CustomPaintPaintMethod::Scale(double x, double y) in Scale()
1190 void CustomPaintPaintMethod::Translate(double x, double y) in Translate()
1196 void CustomPaintPaintMethod::FillText(const std::string& text, double x, double y, std::optional<do… in FillText()
1203 void CustomPaintPaintMethod::StrokeText(const std::string& text, double x, double y, std::optional<… in StrokeText()
1211 const float width, double x, double y, std::optional<double> maxWidth, bool isStroke) in PaintText()
1304 double x = 0.0; in GetAlignOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp53 N ConvertEnumToSkEnum(T key, const LinearEnumMapNode<T, N>* map, size_t length, N defaultValue) in ConvertEnumToSkEnum()
60 N ConvertEnumToDrawingEnum(T key, const LinearEnumMapNode<T, N>* map, size_t length, N defaultValue) in ConvertEnumToDrawingEnum()
1560 double x = args.para1; in Path2DMoveTo() local
1571 double x = args.para1; in Path2DLineTo() local
1582 double x = args.para1; in Path2DArc() local
1651 double x = args.para3; in Path2DQuadraticCurveTo() local
1666 double x = args.para5; in Path2DBezierCurveTo() local
1681 double x = args.para1; in Path2DEllipse() local
1931 void RosenRenderOffscreenCanvas::MoveTo(double x, double y) in MoveTo()
1956 void RosenRenderOffscreenCanvas::Scale(double x, double y) in Scale()
[all …]
H A Drosen_render_custom_paint.cpp121 N ConvertEnumToSkEnum(T key, const LinearEnumMapNode<T, N>* map, size_t length, N defaultValue) in ConvertEnumToSkEnum()
128 N ConvertEnumToDrawingEnum(T key, const LinearEnumMapNode<T, N>* map, size_t length, N defaultValue) in ConvertEnumToDrawingEnum()
1042 double x = 0.0; in GetAlignOffset() local
1563 double x = args.para1 + offset.GetX(); in Path2DMoveTo() local
1574 double x = args.para1 + offset.GetX(); in Path2DLineTo() local
1585 double x = args.para1; in Path2DArc() local
1648 double x = args.para3 + offset.GetX(); in Path2DQuadraticCurveTo() local
1663 double x = args.para5 + offset.GetX(); in Path2DBezierCurveTo() local
1678 double x = args.para1; in Path2DEllipse() local
2262 void RosenRenderCustomPaint::Scale(double x, double y)
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp140 … it = std::find_if(preProcessNew.stream.begin(), preProcessNew.stream.end(), [&](const Stream &x) { in UpdateAvailableStreamPre()
168 …t = std::find_if(postProcessNew.stream.begin(), postProcessNew.stream.end(), [&](const Stream &x) { in UpdateAvailableStreamPost()
190 [&item](const SceneMappingItem &x) { in UpdateAvailableSceneMapPost()
557 void AddKeyValueIntoMap(std::unordered_map<T, std::string> &map, std::string &key, std::string &val… in AddKeyValueIntoMap()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp1439 int32_t x = 0; in OnMoveTo() local
1494 int32_t x = 0; in OnMoveWindowTo() local
1537 wptr<Window> weakToken, int32_t x, int32_t y) in SetMoveWindowToAsyncTask()
1581 int32_t x = 0; in OnMoveWindowToAsync() local
1610 NapiAsyncTask::CompleteCallback &complete, wptr<Window> weakToken, int32_t x, int32_t y) in SetMoveWindowToGlobalAsyncTask()
1655 int32_t x = 0; in OnMoveWindowToGlobal() local
6218 using T = std::underlying_type_t<ApiModalityType>; in OnSetSubWindowModal() typedef
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16This?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=t… variable