/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/ |
H A D | depict_adaptor_vertex_generate.h | 95 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 D | Generator.js | 21 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 D | generator.h | 18 class Generator { 20 explicit Generator(const std::shared_ptr<Ast> &ast) : ast_(ast) {} in Generator() function 22 virtual ~Generator() = default;
|
H A D | bytecode_gen.h | 29 class ByteCodeGen : public Generator {
|
H A D | macro_gen.h | 19 class MacroGen : public Generator {
|
H A D | startup_cfg_gen.h | 44 class StartupCfgGen : public Generator {
|
H A D | text_gen.h | 19 class TextGen : public Generator {
|
H A D | bytecode_gen.cpp | 18 : Generator(ast), in ByteCodeGen()
|
H A D | macro_gen.cpp | 23 MacroGen::MacroGen(std::shared_ptr<Ast> ast) : Generator(ast) {} in MacroGen()
|
H A D | startup_cfg_gen.cpp | 46 StartupCfgGen::StartupCfgGen(const std::shared_ptr<Ast> &ast) : Generator(ast) in StartupCfgGen()
|
H A D | text_gen.cpp | 23 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 D | rs_render_node_drawable_adapter.h | 277 using Generator = Ptr (*)(std::shared_ptr<const RSRenderNode>); variable 278 template<RSRenderNodeType type, Generator generator> 317 static std::map<RSRenderNodeType, Generator> GeneratorMap;
|
H A D | rs_drawable.h | 128 using Generator = std::function<Ptr(const RSRenderNode&)>; variable
|
/ohos5.0/docs/zh-cn/ |
H A D | glossary.md | 78 HDF Configuration Generator是HCS配置转换工具,可以将HDF配置文件转换为软件可读取的文件格式。
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 18 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 D | glossary.md | 78 …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 D | rs_drawable.cpp | 208 static const std::array<RSDrawable::Generator, GEN_LUT_SIZE> g_drawableGeneratorLut = {
|
H A D | rs_render_node_drawable_adapter.cpp | 41 std::map<RSRenderNodeType, RSRenderNodeDrawableAdapter::Generator> RSRenderNodeDrawableAdapter::Gen…
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-hdf-manage.md | 127 …,内容以Key-Value为主要形式。它实现了配置代码与驱动代码解耦,便于开发者进行配置管理。HC-GEN(HDF Configuration Generator)是HCS配置转换工具,可以将HD…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-file-format.md | 228 | `GENERATOR_FUNCTION` | `0x3` | Generator function. |
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-hdf-manage.md | 133 …acilitating configuration management. You can use the HDF Configuration Generator (HC-GEN) to conv…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 2118 ### Recipe: Generator Functions Are Not Supported
|