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:fontList
(Results
1 - 13
of
13
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H
A
D
font_descriptor_mgr.cpp
59
GetSystemFontFullNamesByType( const int32_t& systemFontType, std::unordered_set<std::string>&
fontList
)
GetSystemFontFullNamesByType()
argument
H
A
D
font_descriptor_cache.cpp
211
GetSystemFontFullNamesByType(const int32_t& systemFontType, std::unordered_set<std::string>&
fontList
)
GetSystemFontFullNamesByType()
argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H
A
D
drawing_text_font_descriptor_test.cpp
141
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
in HWTEST_F()
local
182
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
in HWTEST_F()
local
207
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
in HWTEST_F()
local
229
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
HWTEST_F()
local
255
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
HWTEST_F()
local
277
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
HWTEST_F()
local
299
OH_Drawing_Array *
fontList
= OH_Drawing_GetSystemFontFullNamesByType(fontType);
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
font_manager.cpp
94
void FontManager::GetSystemFontList(std::vector<std::string>&
fontList
)
in GetSystemFontList()
argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H
A
D
js_fontdescriptor.cpp
220
std::unordered_set<std::string>
fontList
;
in GetSystemFontFullNamesByType()
member
251
napi_value JsFontDescriptor::CreateFontList(napi_env env, std::unordered_set<std::string>&
fontList
)
in CreateFontList()
argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend_abstract.cpp
397
auto
fontList
= new std::vector<std::string>;
in GetSystemFontList()
local
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H
A
D
js_font.cpp
117
std::vector<std::string>
fontList
;
in JSgetSystemFontList()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
frontend_delegate_declarative_ng.cpp
564
void FrontendDelegateDeclarativeNG::GetSystemFontList(std::vector<std::string>&
fontList
)
in GetSystemFontList()
argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
304
void PipelineBase::GetSystemFontList(std::vector<std::string>&
fontList
)
in GetSystemFontList()
argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
1631
void PluginFrontendDelegate::GetSystemFontList(std::vector<std::string>&
fontList
)
in GetSystemFontList()
argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.cpp
1867
void FrontendDelegateImpl::GetSystemFontList(std::vector<std::string>&
fontList
)
in GetSystemFontList()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
3142
void FrontendDelegateDeclarative::GetSystemFontList(std::vector<std::string>&
fontList
)
in GetSystemFontList()
argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_text_typography.cpp
1209
char**
fontList
= nullptr;
in OH_Drawing_FontParserGetSystemFontList()
local
1239
void OH_Drawing_DestroySystemFontList(char**
fontList
, size_
argument
[all...]
Completed in 26 milliseconds