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:CURSOR_WIDTH
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_wm.cpp
25
const uint16_t
CURSOR_WIDTH
= 24;
member
323
cursorInfo_.rect.SetRect(0, 0,
CURSOR_WIDTH
- 1, CURSOR_HEIGHT - 1);
in InitMouseCursor()
617
srcbuf +=
CURSOR_WIDTH
;
in DrawMouseCursor()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
render_text.cpp
29
constexpr Dimension
CURSOR_WIDTH
= 1.5_vp;
member
106
cursorWidth_ = NormalizeToPx(
CURSOR_WIDTH
);
in Update()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
rosen_render_text_field.cpp
49
constexpr Dimension
CURSOR_WIDTH
= 1.5_vp;
member
114
caretRect.SetRect(metrics.offset.GetX(), metrics.offset.GetY() + caretHeightOffset, NormalizeToPx(
CURSOR_WIDTH
),
in GetCaretRect()
1297
0.0, CARET_HEIGHT_OFFSET, NormalizeToPx(
CURSOR_WIDTH
), PreferredLineHeight() - 2.0 * CARET_HEIGHT_OFFSET);
Completed in 6 milliseconds