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:fontObj
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar_picker.cpp
472
JSRef<JSObject>
fontObj
= JSRef<JSObject>::Cast(fontStyle);
in ParseTextStyle()
local
473
auto fontSize =
fontObj
->GetProperty("size");
in ParseTextStyle()
474
auto fontWeight =
fontObj
->GetProperty("weight");
in ParseTextStyle()
H
A
D
js_datepicker.cpp
408
JSRef<JSObject>
fontObj
= JSRef<JSObject>::Cast(fontOptions);
in ParseTextStyle()
local
409
auto fontSize =
fontObj
->GetProperty("size");
in ParseTextStyle()
410
auto fontWeight =
fontObj
->GetProperty("weight");
in ParseTextStyle()
411
auto fontFamily =
fontObj
->GetProperty("family");
in ParseTextStyle()
412
auto fontStyle =
fontObj
->GetProperty("style");
in ParseTextStyle()
H
A
D
js_textpicker.cpp
896
JSRef<JSObject>
fontObj
= JSRef<JSObject>::Cast(fontOptions);
in ParseTextStyle()
local
897
auto fontSize =
fontObj
->GetProperty("size");
in ParseTextStyle()
898
auto fontWeight =
fontObj
->GetProperty("weight");
in ParseTextStyle()
899
auto fontFamily =
fontObj
->GetProperty("family");
in ParseTextStyle()
900
auto fontStyle =
fontObj
->GetProperty("style");
in ParseTextStyle()
H
A
D
js_view_abstract.cpp
783
JSRef<JSObject>
fontObj
= JSRef<JSObject>::Cast(font);
in SetPopupMessageOptions()
local
784
auto fontSizeValue =
fontObj
->GetProperty(static_cast<int32_t>(ArkUIIndex::SIZE));
in SetPopupMessageOptions()
791
auto fontWeightValue =
fontObj
->GetProperty(static_cast<int32_t>(ArkUIIndex::WEIGHT));
in SetPopupMessageOptions()
797
auto fontStyleValue =
fontObj
->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE));
in SetPopupMessageOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_rich_editor_bridge.cpp
927
auto
fontObj
= fontArg->ToObject(vm);
in ParsePlaceholderStyle()
local
928
ParseFont(vm,
fontObj
, font);
in ParsePlaceholderStyle()
Completed in 34 milliseconds