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:textHeight
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
bar_item_layout_algorithm.cpp
58
auto
textHeight
= textWrapper->GetGeometryNode()->GetContentSize().Height();
in MeasureToolbarItemText()
local
168
float
textHeight
= 0.0f;
in Layout()
local
89
LayoutIcon(LayoutWrapper* layoutWrapper, const RefPtr<BarItemNode>& hostNode, const RefPtr<LayoutProperty>& barItemLayoutProperty, float
textHeight
)
LayoutIcon()
argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
text_tdd_test.cpp
154
int
textHeight
= 0;
in ComponentTextStyleSetOverflowTest003()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_paint_method.cpp
91
double
textHeight
= paragraph->GetHeight();
in DrawCalendarText()
local
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
384
int16_t Text::TextPositionY(const Rect& textRect, int16_t
textHeight
)
in TextPositionY()
argument
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
rosen_render_calendar.cpp
91
double
textHeight
= paragraph->GetHeight();
in GetTextParagraph()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H
A
D
security_component_layout_algorithm.cpp
221
double
textHeight
= text_.height_;
in ShrinkHeight()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H
A
D
toast_pattern.cpp
199
auto
textHeight
= text->GetGeometryNode()->GetMarginFrameSize().Height();
in GetOffsetY()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
5006
auto
textHeight
= textGeometryNode->GetMarginFrameSize().Height();
in CalculateTooltipOffset()
local
Completed in 21 milliseconds