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_MAX
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
transform.cpp
301
} else if (imgPoint4.x_ >
COORD_MAX
) {
in SetMatrix()
302
polygon_[i].x_ =
COORD_MAX
;
in SetMatrix()
309
} else if (imgPoint4.y_ >
COORD_MAX
) {
in SetMatrix()
310
polygon_[i].y_ =
COORD_MAX
;
in SetMatrix()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_config.h
563
static constexpr int32_t
COORD_MAX
= 16383;
member
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_button.cpp
270
if (r ==
COORD_MAX
) {
in OnPreDraw()
H
A
D
ui_chart.cpp
508
if (height >
COORD_MAX
) {
in ReMeasure()
509
height =
COORD_MAX
;
in ReMeasure()
H
A
D
ui_view.cpp
90
if (r ==
COORD_MAX
) {
in OnPreDraw()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
209
int16_t maxWidth = (expandWidth_ ?
COORD_MAX
: textRect.GetWidth());
in ReMeasureTextSize()
533
int16_t maxWidth = (expandWidth_ ?
COORD_MAX
: textRect.GetWidth());
in GetPosXByLetterIndex()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.cpp
1866
} else if (imgPoint4.x_ >
COORD_MAX
) {
1867
polygon[i].x_ =
COORD_MAX
;
1874
} else if (imgPoint4.y_ >
COORD_MAX
) {
1875
polygon[i].y_ =
COORD_MAX
;
Completed in 12 milliseconds