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
defs:clipPath
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
menu_paint_method.cpp
32
auto
clipPath
= props->GetClipPath().value_or("");
in GetContentDrawFunction()
local
H
A
D
menu_pattern.cpp
1419
auto
clipPath
= menuLayoutAlgorithm->GetClipPath();
in UpdateClipPath()
local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H
A
D
svg_node.cpp
103
auto
clipPath
= AceType::MakeRefPtr<ClipPath>();
in CreateBoxComponent()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H
A
D
bubble_paint_method.h
83
void SetClipPath(const std::string&
clipPath
)
in SetClipPath()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
shape_model_impl.cpp
95
auto
clipPath
= AceType::MakeRefPtr<ClipPath>();
in InitBox()
local
H
A
D
view_abstract_model_impl.cpp
907
auto
clipPath
= AceType::MakeRefPtr<ClipPath>();
in SetClipShape()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
moon_progress_modifier.cpp
224
RSPath
clipPath
;
in PaintSquareMoon()
local
227
RSRecordingPath
clipPath
;
in PaintSquareMoon()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H
A
D
rs_canvas_node_test.cpp
3395
std::shared_ptr<RSPath>
clipPath
= RSPath::CreateRSPath();
in HWTEST_F()
local
H
A
D
rs_node_test.cpp
4068
std::shared_ptr<RSPath>
clipPath
= RSPath::CreateRSPath();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H
A
D
utils.cpp
532
auto
clipPath
= ClipPath::CreateShape(value);
in CreateClipPath()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H
A
D
svg_node.cpp
467
auto
clipPath
= refSvgNode->AsPath(viewPort);
in AsRSPath()
local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
style.h
141
RefPtr<ClipPath>
clipPath
;
member
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
box_base_component.h
265
void SetClipPath(const RefPtr<ClipPath>&
clipPath
)
in SetClipPath()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_border.cpp
528
Drawing::Path
clipPath
;
in DrawBorderImpl()
local
538
Drawing::Path
clipPath
;
in DrawBorderImpl()
local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_composed_element.cpp
951
auto
clipPath
= render->GetClipPath();
in GetClip()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
sheet_presentation_pattern.cpp
1830
std::string
clipPath
;
in GetSheetTypeWithAuto()
local
Completed in 38 milliseconds