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:maxFontSize
(Results
1 - 22
of
22
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_request_data.h
41
std::optional<Dimension>
maxFontSize
;
member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_style.cpp
52
SetAdaptTextSize( const Dimension&
maxFontSize
, const Dimension& minFontSize, const Dimension& fontSizeStep)
SetAdaptTextSize()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_adapt_font_sizer.cpp
22
double
maxFontSize
= 0.0;
in AdaptMaxFontSize()
local
70
double
maxFontSize
= 0.0;
AdaptMinFontSize()
local
93
GetAdaptMaxMinFontSize(const TextStyle& textStyle, double&
maxFontSize
, double& minFontSize, const LayoutConstraintF& contentConstraint)
GetAdaptMaxMinFontSize()
argument
138
IsNeedAdaptFontSize(const double&
maxFontSize
, const double& minFontSize)
IsNeedAdaptFontSize()
argument
148
double
maxFontSize
= 0.0;
IsNeedAdaptFontSize()
local
[all...]
H
A
D
text_layout_algorithm.cpp
389
double
maxFontSize
= 0.0;
in AdaptMinTextSize()
local
423
double
maxFontSize
= 0.0;
in GetSuitableSize()
local
449
double
maxFontSize
= 0.0;
in GetSuitableSizeLD()
local
474
double
maxFontSize
= 0.0;
GetSuitableSizeBS()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H
A
D
tab_content_model.h
102
std::optional<Dimension>
maxFontSize
;
member
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
rosen_render_text.cpp
294
double
maxFontSize
= NormalizeToPx(textStyle_.GetAdaptMaxFontSize());
in AdaptMinTextSize()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H
A
D
gauge_layout_algorithm.cpp
322
Dimension
maxFontSize
;
in MeasureFontSize()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H
A
D
button_content_modifier_test_ng.cpp
93
std::optional<Dimension>
maxFontSize
= std::nullopt;
member
H
A
D
button_extend_test_ng.cpp
98
std::optional<Dimension>
maxFontSize
= std::nullopt;
member
H
A
D
button_test_ng.cpp
115
std::optional<Dimension>
maxFontSize
= std::nullopt;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_tab_content.cpp
306
CalcDimension
maxFontSize
;
in SetLabelStyle()
local
H
A
D
js_button.cpp
334
CalcDimension
maxFontSize
;
in SetLableStyle()
local
H
A
D
js_text.cpp
565
CalcDimension
maxFontSize
= theme->GetTextStyle().GetAdaptMaxFontSize();
in SetMaxFontSize()
local
H
A
D
js_search.cpp
1244
CalcDimension
maxFontSize
= theme->GetTextStyle().GetAdaptMaxFontSize();
in SetMaxFontSize()
local
H
A
D
js_textfield.cpp
1708
CalcDimension
maxFontSize
= theme->GetTextStyle().GetAdaptMaxFontSize();
in SetMaxFontSize()
local
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_font_vector.cpp
963
uint8_t
maxFontSize
= fontSize;
in GetOffsetPosY()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_testfive_ng.cpp
867
double
maxFontSize
= 0.0;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
title_bar_pattern.cpp
503
auto
maxFontSize
= theme->GetTitleFontSizeBig();
in ResetMainTitleProperty()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
search_modifier.cpp
392
CalcDimension
maxFontSize
= theme->GetTextStyle().GetAdaptMaxFontSize();
in ResetSearchAdaptMaxFontSize()
local
H
A
D
node_text_area_modifier.cpp
716
CalcDimension
maxFontSize
= theme->GetTextStyle().GetAdaptMaxFontSize();
in ResetTextAreaAdaptMaxFontSize()
local
H
A
D
node_text_input_modifier.cpp
1207
CalcDimension
maxFontSize
= theme->GetTextStyle().GetAdaptMaxFontSize();
in ResetTextInputAdaptMaxFontSize()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_layout_algorithm.cpp
1044
double
maxFontSize
= 0.0;
in AdaptInlineFocusFontSize()
local
1109
double
maxFontSize
in AdaptInlineFocusMinFontSize()
local
[all...]
Completed in 43 milliseconds