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:drawDelegate
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/form/
H
A
D
rosen_render_form.cpp
25
auto
drawDelegate
= std::make_unique<DrawDelegate>();
in GetDrawDelegate()
local
27
drawDelegate
->SetDrawRSFrameCallback(
in GetDrawDelegate()
43
return
drawDelegate
;
in GetDrawDelegate()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
rosen_render_plugin.cpp
28
auto
drawDelegate
= std::make_unique<DrawDelegate>();
in GetDrawDelegate()
local
29
drawDelegate
->SetDrawRSFrameCallback(
in GetDrawDelegate()
47
return
drawDelegate
;
in GetDrawDelegate()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_view_preview.cpp
85
auto
drawDelegate
= std::make_unique<DrawDelegate>();
in GetDrawDelegate()
local
88
drawDelegate
->SetDrawRSFrameCallback([](std::shared_ptr<Rosen::RSNode>& node, const Rect& rect) {});
in GetDrawDelegate()
90
drawDelegate
->SetDrawFrameCallback([this](RefPtr<Flutter::Layer>& layer, const Rect& dirty) {
in GetDrawDelegate()
107
return
drawDelegate
;
in GetDrawDelegate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H
A
D
plugin_pattern.cpp
267
auto
drawDelegate
= std::make_unique<DrawDelegate>();
in GetDrawDelegate()
local
269
drawDelegate
->SetDrawRSFrameCallback(
in GetDrawDelegate()
291
return
drawDelegate
;
in GetDrawDelegate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H
A
D
form_pattern.cpp
1626
auto
drawDelegate
= std::make_unique<DrawDelegate>();
in GetDrawDelegate()
local
1629
drawDelegate
->SetDrawRSFrameCallback(
in GetDrawDelegate()
1643
drawDelegate
->SetDrawRSFrameByRenderContextCallback(
in GetDrawDelegate()
1659
return
drawDelegate
;
in GetDrawDelegate()
Completed in 6 milliseconds