Home
last modified time | relevance | path

Searched defs:commands (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpath_painter.cpp37 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
46 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
H A Dsk_painter.cpp28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() argument
256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
272 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
H A Drosen_render_context.cpp4647 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands) argument
6352 void RosenRenderContext::SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_path_bridge.cpp27 std::string commands = secondArg->ToString(vm)->ToString(vm); in SetPathCommands() local
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_path_painter.cpp23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() argument
25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_path_ffi.cpp26 void FfiOHOSAceFrameworkPathCreate(const char* commands) in FfiOHOSAceFrameworkPathCreate() argument
45 int64_t FfiOHOSAceFrameworkPathInsCreate(const char* commands) in FfiOHOSAceFrameworkPathInsCreate() argument
68 void FfiOHOSAceFrameworkPathSetCommands(const char* commands) in FfiOHOSAceFrameworkPathSetCommands() argument
32 FfiOHOSAceFrameworkPathCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathCreateWithSize() argument
54 FfiOHOSAceFrameworkPathInsCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathInsCreateWithSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path_shape.cpp27 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
H A Djs_path.cpp51 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local
58 void JSPath::SetCommands(const std::string& commands) in SetCommands() argument
80 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp22 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands() argument
H A Dnode_slider_modifier.cpp387 SetSliderBlockPath( ArkUINodeHandle node, const char* type, const ArkUI_Float32 (*attribute)[2], const char* commands) SetSliderBlockPath() argument
H A Drender_node_modifier.cpp421 void SetCommandPathMask(ArkUINodeHandle node, ArkUI_CharPtr commands, ArkUI_Uint32 fillColor, ArkUI_Uint32 strokeColor, in SetCommandPathMask() argument
504 void SetCommandPathClip(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetCommandPathClip() argument
H A Dnode_common_modifier.cpp3950 void SetClipPath(ArkUINodeHandle node, ArkUI_CharPtr type, const ArkUI_Float32 (*attribute)[2], ArkUI_CharPtr commands, in SetClipPath() argument
4531 SetMaskPath(ArkUINodeHandle node, ArkUI_CharPtr type, ArkUI_Uint32 fill, ArkUI_Uint32 stroke, ArkUI_Float32 strokeWidth, const ArkUI_Float32 (*attribute)[2], ArkUI_CharPtr commands, ArkUI_Int32 unit) SetMaskPath() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp128 int32_t IptablesWrapper::RunMutipleCommands(const IpType &ipType, const std::vector<std::string> &commands) in RunMutipleCommands() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp132 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
144 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
19 DrawPath( RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) DrawPath() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.h233 struct kbase_kcpu_command commands[KBASEP_KCPU_QUEUE_SIZE]; global() member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.h275 struct kbase_kcpu_command commands[KBASEP_KCPU_QUEUE_SIZE]; global() member
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/wearable_distributed_net_manager_test/
H A Dwearable_distributed_net_manager_test.cpp220 std::vector<std::string> commands = {longCommand}; in HWTEST_F() local
228 std::vector<std::string> commands = {"success", "success"}; in HWTEST_F() local
236 std::vector<std::string> commands = {"-A INPUT -p tcp --dport 8080 -j ACCEPT"}; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dwearable_distributed_net_manager.cpp216 int32_t WearableDistributedNet::ExecuteIptablesCommands(const std::vector<std::string> &commands) in ExecuteIptablesCommands() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp48 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local
71 void DumpHelper::ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &commands) in ParseCommand() argument
127 GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) GetCommandNodes() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp115 std::string commands = "abcd"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h233 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands() argument
343 virtual void SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) {} in SetCommandPathMask() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h447 ArkUI_CharPtr commands; member
474 ArkUI_CharPtr commands; member

Completed in 58 milliseconds