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:polygon
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
polygon_model_impl.cpp
32
auto
polygon
= AceType::DynamicCast<ShapeComponent>(ViewStackProcessor::GetInstance()->GetMainComponent());
in SetPoints()
local
/foundation/graphic/graphic_utils_lite/test/
H
A
D
geometry2d_unit_test.cpp
89
Polygon*
polygon
= new Polygon(vertexes, VECTOR2_SIZE);
in HWTEST_F()
local
114
Polygon*
polygon
= new Polygon(vertexes, VECTOR2_SIZE);
in HWTEST_F()
local
132
Polygon*
polygon
= new Polygon();
in HWTEST_F()
local
155
Polygon*
polygon
= new Polygon(vertexes, VECTOR2_SIZE);
HWTEST_F()
local
175
Polygon*
polygon
= new Polygon(rect);
HWTEST_F()
local
287
Polygon*
polygon
= new Polygon(vertexes, VECTOR2_SIZE);
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
clip_path.cpp
274
auto
polygon
= AceType::MakeRefPtr<Polygon>();
in CreatePolygon()
local
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_view_unit_test.cpp
1000
Polygon
polygon
= view_->GetTransformMap().GetPolygon();
in HWTEST_F()
local
1040
Polygon
polygon
in HWTEST_F()
local
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
transform.h
86
void SetPolygon(const Polygon&
polygon
)
in SetPolygon()
argument
[all...]
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
geometry2d.cpp
129
Polygon SuthHodgClip(const Rect& clipRect, const Polygon&
polygon
)
in SuthHodgClip()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_api_impl_bridge.cpp
3834
auto
polygon
= panda::ObjectRef::New(vm);
in RegisterPolygonAttributes()
local
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
rosen_render_box.cpp
1085
const auto&
polygon
= AceType::DynamicCast<Polygon>(basicShape);
local
1106
const auto&
polygon
= AceType::DynamicCast<Polygon>(basicShape);
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
skia_decoration_painter.cpp
865
const auto&
polygon
= AceType::DynamicCast<Polygon>(basicShape);
in SkiaCreatePolygon()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H
A
D
drawing_decoration_painter.cpp
843
const auto&
polygon
= AceType::DynamicCast<Polygon>(basicShape);
in DrawingCreatePolygon()
local
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.cpp
1858
Polygon
polygon
= Polygon(rect);
local
1927
Polygon
polygon
= newTransMap.GetPolygon();
global()
local
[all...]
Completed in 26 milliseconds