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:lineSpace_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
212
style.
lineSpace_
, spannableString_, IsEliminateTrailingSpaces());
in ReMeasureTextSize()
300
curLineHeight += style.
lineSpace_
;
in Draw()
305
curLineHeight -= style.
lineSpace_
;
in Draw()
310
nextLine -= style.
lineSpace_
;
in Draw()
343
lineHeight += style.
lineSpace_
;
in CalculatedCurLineHeight()
345
if ((style.
lineSpace_
== 0) && (spannableString_ != nullptr)) {
in CalculatedCurLineHeight()
347
curLineHeight += style.
lineSpace_
;
in CalculatedCurLineHeight()
359
pos.y = TextPositionY(coords, (lineCount * lineHeight - style.
lineSpace_
));
in GetPos()
499
height = fontEngine->GetHeight(fontId_, fontSize_) + style.
lineSpace_
;
in GetEllipsisIndex()
505
p.y -= style.
lineSpace_
;
in GetEllipsisIndex()
[all...]
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
style.cpp
54
lineSpace_
(2), // 2 : default line space
in Style()
103
return
lineSpace_
;
in GetStyle()
178
lineSpace_
= value;
in SetStyle()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
style.h
180
* style.
lineSpace_
can be negative, and shall not be enabled with only one line.
184
int8_t
lineSpace_
;
member in OHOS::Style
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.h
104
int16_t
lineSpace_
;
member
H
A
D
draw_label.cpp
86
labelLine.style.
lineSpace_
,
in DrawTextOneLine()
H
A
D
draw_utils.cpp
258
letterInfo.mask.GetBottom() - letterInfo.
lineSpace_
);
in DrawNormalLetter()
266
letterInfo.mask.GetBottom() - letterInfo.
lineSpace_
);
in DrawNormalLetter()
Completed in 13 milliseconds