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:COORD_MIN
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_arc.cpp
143
int16_t xLineStart3 =
COORD_MIN
;
in DrawCircleNoEndpoint()
156
if (xLineStart3 !=
COORD_MIN
) {
in DrawCircleNoEndpoint()
295
int16_t drawStart =
COORD_MIN
;
in DrawLineWithDegreeInner()
296
int16_t drawEnd =
COORD_MIN
;
in DrawLineWithDegreeInner()
301
if (drawStart ==
COORD_MIN
) {
in DrawLineWithDegreeInner()
305
if ((drawStart !=
COORD_MIN
) && (drawEnd ==
COORD_MIN
)) {
in DrawLineWithDegreeInner()
311
if (drawEnd ==
COORD_MIN
) {
in DrawLineWithDegreeInner()
314
if ((drawStart !=
COORD_MIN
) && (drawEnd !=
COORD_MIN
)) {
in DrawLineWithDegreeInner()
[all...]
H
A
D
draw_utils.cpp
1864
if (imgPoint4.x_ <
COORD_MIN
) {
1865
polygon[i].x_ =
COORD_MIN
;
1872
if (imgPoint4.y_ <
COORD_MIN
) {
1873
polygon[i].y_ =
COORD_MIN
;
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
transform.cpp
299
if (imgPoint4.x_ <
COORD_MIN
) {
in SetMatrix()
300
polygon_[i].x_ =
COORD_MIN
;
in SetMatrix()
307
if (imgPoint4.y_ <
COORD_MIN
) {
in SetMatrix()
308
polygon_[i].y_ =
COORD_MIN
;
in SetMatrix()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_config.h
565
static constexpr int32_t
COORD_MIN
= -16384;
member
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_canvas_unit_test.cpp
98
return {
COORD_MIN
,
COORD_MIN
};
in GetStartPos()
110
return {
COORD_MIN
,
COORD_MIN
};
in GetEndPos()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_canvas.cpp
1326
Point pathEnd = {
COORD_MIN
,
COORD_MIN
};
in DoDrawPath()
Completed in 12 milliseconds