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
defs:lineCount
(Results
1 - 17
of
17
) sorted by relevance
/foundation/multimedia/player_framework/services/dfx/
H
A
D
dfx_log_dump.cpp
137
int32_t
lineCount
= 0;
in TaskProcessor()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_layout_manager.cpp
31
auto
lineCount
= layoutInfoInterface->GetLineCount();
in GetLineCount()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H
A
D
text_area_decoration_test.cpp
89
size_t
lineCount
= 1;
member
H
A
D
text_area_menu_test.cpp
100
size_t
lineCount
= 1;
member
H
A
D
text_input_wordbreak_test.cpp
105
size_t
lineCount
= 1;
member
H
A
D
text_input_base.h
149
size_t
lineCount
= 1;
member
H
A
D
text_input_area_model_test.cpp
111
size_t
lineCount
= 1;
member
H
A
D
text_area_test.cpp
109
size_t
lineCount
= 1;
member
H
A
D
text_input_modify_test.cpp
111
size_t
lineCount
= 1;
member
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.cpp
272
auto
lineCount
= GetTextLines();
in EffectAutoMaxLines()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
paragraph_manager.cpp
263
auto
lineCount
= info.paragraph->GetLineCount();
in GetLineMetrics()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_layout_algorithm.cpp
622
auto
lineCount
= static_cast<uint32_t>(paragraph->GetLineCount());
in BuildParagraphAdaptUseLayoutConstraint()
local
H
A
D
text_pattern.cpp
1694
auto
lineCount
= static_cast<int32_t>(pManager_->GetLineCount());
in GetTextHeight()
local
1719
auto
lineCount
= static_cast<int32_t>(pManager_->GetLineCount());
in GetActualTextLength()
local
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
228
uint16_t
lineCount
= GetLine(lineMaxWidth, style.letterSpace_, ellipsisIndex, maxLineBytes);
in ReMeasureTextWidthInEllipsisMode()
local
275
uint16_t
lineCount
= GetLine(lineMaxWidth, style.letterSpace_, ellipsisIndex, maxLineBytes);
in Draw()
local
353
GetPos(int16_t& lineHeight, const Style& style, uint16_t&
lineCount
, const Rect& coords)
GetPos()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
txt_paragraph.cpp
346
auto
lineCount
= static_cast<int32_t>(GetLineCount());
in CalculateLeadingMarginOffest()
local
1048
auto
lineCount
= static_cast<int32_t>(GetLineCount());
in GetLineMetricsByCoordinate()
local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H
A
D
js_paragraph.cpp
490
size_t
lineCount
= static_cast<size_t>(paragraph_->GetLineCount());
in OnGetLineCount()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_layout_algorithm.cpp
255
auto
lineCount
= inlineParagraph_->GetLineCount() != 0 ? inlineParagraph_->GetLineCount() : 1;
in CalcInlineMeasureItem()
local
Completed in 32 milliseconds