Home
last modified time | relevance | path

Searched refs:CANVAS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h49 CANVAS, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h63 return RenderContext::ContextParam { RenderContext::ContextType::CANVAS }; in GetContextParam()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h73 KEYWORD(CANVAS, canvas) // tag name
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_pattern.cpp1112 … imageAnalyzerManager_ = std::make_shared<ImageAnalyzerManager>(host, ImageAnalyzerHolder::CANVAS); in EnableAnalyzer()
1126 …eAnalyzerManager_ = std::make_shared<ImageAnalyzerManager>(GetHost(), ImageAnalyzerHolder::CANVAS); in SetImageAIOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h110 return RenderContext::ContextParam { RenderContext::ContextType::CANVAS }; in GetContextParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h913 return RenderContext::ContextParam { RenderContext::ContextType::CANVAS }; in GetContextParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h157 CANVAS, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp442 case ContextType::CANVAS: in InitContext()