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:polygon_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
transform.cpp
43
polygon_
= rect;
in TransformMap()
64
uint8_t vertexNum =
polygon_
.GetVertexNum();
in GetClockWise()
72
int32_t c = (static_cast<int32_t>(
polygon_
[j].x_ -
polygon_
[i].x_) * (
polygon_
[k].y_ -
polygon_
[j].y_)) -
in GetClockWise()
73
(static_cast<int32_t>(
polygon_
[j].y_ -
polygon_
[i].y_) * (
polygon_
[k].x_ -
polygon_
[
in GetClockWise()
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
transform.h
88
polygon_
= polygon;
in SetPolygon()
99
return
polygon_
;
in GetPolygon()
143
return
polygon_
.MakeAABB();
in GetBoxRect()
251
Polygon
polygon_
= Polygon(Rect(0, 0, 0, 0)); /* transformed from rect and 'rotate_' 'translate_' 'scale_' */
member in OHOS::TransformMap
Completed in 2 milliseconds