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:FontConfig
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H
A
D
font_config.h
28
class
FontConfig
{
class
30
explicit
FontConfig
(const char* fname = nullptr);
31
virtual ~
FontConfig
() = default;
85
class FontConfigJson : public
FontConfig
{
H
A
D
font_config.cpp
42
FontConfig
::
FontConfig
(const char* fname)
in FontConfig()
function in OHOS::Rosen::TextEngine::FontConfig
50
char*
FontConfig
::GetFileData(const char* fname, int& size)
in GetFileData()
91
cJSON*
FontConfig
::CheckConfigFile(const char* fname) const
in CheckConfigFile()
105
int
FontConfig
::ParseFont(const cJSON* root)
in ParseFont()
123
int
FontConfig
::ParseConfig(const char* fname)
in ParseConfig()
145
void
FontConfig
::Dump() const
in Dump()
152
std::vector<std::string>
FontConfig
::GetFontSet() const
in GetFontSet()
H
A
D
font_parser.cpp
51
FontConfig
fontConfig(FONT_CONFIG_FILE);
in FontParser()
54
FontConfig
fontProdConfig(FONT_CONFIG_PROD_FILE);
in FontParser()
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H
A
D
font_parser_test.cpp
47
FontConfig
fontConfig(fname);
in GetFontSet()
Completed in 3 milliseconds