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:fontWeightScale_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/font/
H
A
D
rosen_font_manager.cpp
24
if (GreatNotEqual(
fontWeightScale_
, 0.0)) {
in VaryFontCollectionWithFontWeightScale()
25
RosenFontCollection::GetInstance().VaryFontCollectionWithFontWeightScale(
fontWeightScale_
);
in VaryFontCollectionWithFontWeightScale()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
system_properties.h
179
if (
fontWeightScale_
!= fontWeightScale) {
in SetFontWeightScale()
180
fontWeightScale_
= fontWeightScale;
in SetFontWeightScale()
670
static float
fontWeightScale_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
font_manager.cpp
34
float FontManager::
fontWeightScale_
= 1.0f;
member in OHOS::Ace::FontManager
288
if (!NearEqual(fontWeightScale,
fontWeightScale_
)) {
in UpdateFontWeightScale()
289
fontWeightScale_
= fontWeightScale;
in UpdateFontWeightScale()
H
A
D
font_manager.h
127
static float
fontWeightScale_
;
member in OHOS::Ace::FontManager
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
255
if (!NearEqual(
fontWeightScale_
, fontWeightScale)) {
in SetFontWeightScale()
256
fontWeightScale_
= fontWeightScale;
in SetFontWeightScale()
257
if (isJsCard_ && GreatOrEqual(
fontWeightScale_
, CARD_MAX_FONT_WEIGHT_SCALE)) {
in SetFontWeightScale()
258
fontWeightScale_
= CARD_MAX_FONT_WEIGHT_SCALE;
in SetFontWeightScale()
H
A
D
pipeline_base.h
774
return
fontWeightScale_
;
in GetFontWeightScale()
1517
float
fontWeightScale_
= 1.0f;
member in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
system_properties.cpp
435
float SystemProperties::
fontWeightScale_
= 1.0;
member in OHOS::Ace::SystemProperties
607
return
fontWeightScale_
;
in GetFontWeightScale()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng_new.cpp
1507
ASSERT_EQ(context_->
fontWeightScale_
, fontWeightScale);
in HWTEST_F()
Completed in 14 milliseconds