| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | path_painter.cpp | 40 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 49 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| D | sk_painter.cpp | 28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& s… in DrawPath() 256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 272 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| D | rosen_render_context.cpp | 3485 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands) 4870 const std::string& commands, const ShapeMaskProperty& property)
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_path.cpp | 59 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local 66 void JSPath::SetCommands(const std::string& commands) in SetCommands() 88 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/test/mock/core/render/ |
| D | mock_path_painter.cpp | 23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() 25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_painter.cpp | 23 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() 135 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 147 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkPath.ts | 21 commands(value: string): this { method in ArkPathComponent
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | path_modifier.cpp | 25 void SetPathCommands(NodeHandle node, const char* commands) in SetPathCommands()
|
| D | render_node_modifier.cpp | 314 NodeHandle node, const std::string& commands, const ShapeMaskProperty& property) in SetCommandPathMask()
|
| D | node_common_modifier.cpp | 2869 …pPath(ArkUINodeHandle node, const char* type, const ArkUI_Float32* attribute, const char* commands) in SetClipPath()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_path_bridge.cpp | 29 std::string commands = secondArg->ToString(vm)->ToString(); in SetPathCommands() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
| D | dump_helper.cpp | 48 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local 70 …ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &comm… in ParseCommand() 126 void DumpHelper::GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) in GetCommandNodes()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
| D | render_node.ts | 113 commands: string property
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_context.h | 189 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands() 279 … virtual void SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) {} in SetCommandPathMask()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | stateMgmt.js | 5930 onDumpInfo(commands) { argument 5985 processOnDumpCommands(commands) { argument
|
| D | arkComponent.js | 19149 commands(value) { method in ArkPathComponent
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| D | style_modifier.cpp | 707 std::string commands(attributeProps[NUM_2]); in SetClip() local
|