Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CANVAS
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H
A
D
image_analyzer.h
50
CANVAS
,
member in OHOS::Ace::ImageAnalyzerHolder
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H
A
D
rosen_render_context_test.cpp
48
contextParam.type = RenderContext::ContextType::
CANVAS
;
in InitRosenRenderContext()
181
contextParam.type = RenderContext::ContextType::
CANVAS
;
in HWTEST_F()
761
contextParam.type = RenderContext::ContextType::
CANVAS
;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H
A
D
image_pattern.h
64
return RenderContext::ContextParam { RenderContext::ContextType::
CANVAS
};
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
keys.h
73
KEYWORD(
CANVAS
, canvas) // tag name
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
canvas_pattern.cpp
1110
imageAnalyzerManager_ = std::make_shared<ImageAnalyzerManager>(host, ImageAnalyzerHolder::
CANVAS
);
in EnableAnalyzer()
1124
imageAnalyzerManager_ = std::make_shared<ImageAnalyzerManager>(GetHost(), ImageAnalyzerHolder::
CANVAS
);
in SetImageAIOptions()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_pattern.h
110
return RenderContext::ContextParam { RenderContext::ContextType::
CANVAS
};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_pattern.h
941
return RenderContext::ContextParam { RenderContext::ContextType::
CANVAS
};
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
render_context.h
159
CANVAS
,
member in OHOS::OHOS::Ace::NG::RenderContext::ContextType
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_context.cpp
441
case ContextType::
CANVAS
:
in InitContext()
Completed in 24 milliseconds