Home
last modified time | relevance | path

Searched refs:Generator (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_adaptor_vertex_generate.h95 class Generator,
136 Generator& GetGenerator() in GetGenerator()
146 const Generator& GetGenerator() const in GetGenerator()
197 … DepictAdaptorVertexGenerate(const DepictAdaptorVertexGenerate<VertexSource, Generator, Markers>&);
199 const DepictAdaptorVertexGenerate<VertexSource, Generator, Markers>& operator=
200 (const DepictAdaptorVertexGenerate<VertexSource, Generator, Markers>&);
203 Generator generator_;
217 template <class VertexSource, class Generator, class Markers>
218 uint32_t DepictAdaptorVertexGenerate<VertexSource, Generator, Markers>::GenerateVertex(float* x, fl… in GenerateVertex()
269 template <class VertexSource, class Generator, class Markers>
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DGenerator.js21 class Generator { class
251 Generator.pInstance_ = null;
252 Generator.gi = function () {
253 if (Generator.pInstance_ === null) {
254 Generator.pInstance_ = new Generator();
256 return Generator.pInstance_;
260 Generator,
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dgenerator.h18 class Generator {
20 explicit Generator(const std::shared_ptr<Ast> &ast) : ast_(ast) {} in Generator() function
22 virtual ~Generator() = default;
H A Dbytecode_gen.h29 class ByteCodeGen : public Generator {
H A Dmacro_gen.h19 class MacroGen : public Generator {
H A Dstartup_cfg_gen.h44 class StartupCfgGen : public Generator {
H A Dtext_gen.h19 class TextGen : public Generator {
H A Dbytecode_gen.cpp18 : Generator(ast), in ByteCodeGen()
H A Dmacro_gen.cpp23 MacroGen::MacroGen(std::shared_ptr<Ast> ast) : Generator(ast) {} in MacroGen()
H A Dstartup_cfg_gen.cpp46 StartupCfgGen::StartupCfgGen(const std::shared_ptr<Ast> &ast) : Generator(ast) in StartupCfgGen()
H A Dtext_gen.cpp23 TextGen::TextGen(std::shared_ptr<Ast> ast) : Generator(ast) {} in TextGen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h277 using Generator = Ptr (*)(std::shared_ptr<const RSRenderNode>); variable
278 template<RSRenderNodeType type, Generator generator>
317 static std::map<RSRenderNodeType, Generator> GeneratorMap;
H A Drs_drawable.h128 using Generator = std::function<Ptr(const RSRenderNode&)>; variable
/ohos5.0/docs/zh-cn/
H A Dglossary.md78 HDF Configuration Generator是HCS配置转换工具,可以将HDF配置文件转换为软件可读取的文件格式。
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js18 const { Generator } = require('./hcs/Generator');
1826 let data1 = Generator.gi().makeHcs(pme.filePoint_, pme.files_[pme.filePoint_]);
2156 let t = Generator.gi().hcsToAst(fn);
2163 let newRoot = Generator.gi().astToObj(t[index].ast.astRoot_);
2182 let n1 = Generator.gi().mergeObj(this.files_);
2184 n1 = Generator.gi().expandObj(n1);
/ohos5.0/docs/en/
H A Dglossary.md78 …HDF Configuration Generator, a tool for converting a configuration file into a file that can be re…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp208 static const std::array<RSDrawable::Generator, GEN_LUT_SIZE> g_drawableGeneratorLut = {
H A Drs_render_node_drawable_adapter.cpp41 std::map<RSRenderNodeType, RSRenderNodeDrawableAdapter::Generator> RSRenderNodeDrawableAdapter::Gen…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-hdf-manage.md127 …,内容以Key-Value为主要形式。它实现了配置代码与驱动代码解耦,便于开发者进行配置管理。HC-GEN(HDF Configuration Generator)是HCS配置转换工具,可以将HD…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md228 | `GENERATOR_FUNCTION` | `0x3` | Generator function. |
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-hdf-manage.md133 …acilitating configuration management. You can use the HDF Configuration Generator (HC-GEN) to conv…
/ohos5.0/docs/en/application-dev/quick-start/
H A Dtypescript-to-arkts-migration-guide.md2118 ### Recipe: Generator Functions Are Not Supported