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:themeFontSize
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_search.cpp
638
auto
themeFontSize
= theme->GetFontSize();
in SetPlaceholderFont()
local
642
font.fontSize =
themeFontSize
;
in SetPlaceholderFont()
651
font.fontSize =
themeFontSize
;
in SetPlaceholderFont()
684
auto
themeFontSize
= theme->GetFontSize();
in SetTextFont()
local
686
Font font { .fontWeight = themeFontWeight, .fontSize =
themeFontSize
, .fontStyle = Ace::FontStyle::NORMAL };
in SetTextFont()
695
CalcDimension size =
themeFontSize
;
in SetTextFont()
700
size =
themeFontSize
;
in SetTextFont()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_model_ng.cpp
515
auto
themeFontSize
= buttonTheme->GetTextSize(layoutProperty->GetControlSizeValue(ControlSize::NORMAL));
in SetLabelStyle()
local
516
ACE_UPDATE_NODE_LAYOUT_PROPERTY(ButtonLayoutProperty, FontSize,
themeFontSize
, frameNode);
in SetLabelStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_search_bridge.cpp
119
auto
themeFontSize
= theme->GetFontSize();
in SetTextFont()
local
120
CalcDimension size =
themeFontSize
;
in SetTextFont()
124
value.fontSizeNumber =
themeFontSize
.Value();
in SetTextFont()
125
value.fontSizeUnit = static_cast<int8_t>(
themeFontSize
.Unit());
in SetTextFont()
411
auto
themeFontSize
= theme->GetFontSize();
in SetPlaceholderFont()
local
415
value.fontSizeNumber =
themeFontSize
.Value();
in SetPlaceholderFont()
416
value.fontSizeUnit = static_cast<int8_t>(
themeFontSize
.Unit());
in SetPlaceholderFont()
Completed in 9 milliseconds