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:fontPath
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H
A
D
font_mgr_test.cpp
166
std::string
fontPath
= TTF_FILE_PATH;
in HWTEST_F()
local
167
int fd = open(
fontPath
.c_str(), O_RDONLY);
in HWTEST_F()
188
std::string
fontPath
= OTF_FILE_PATH;
in HWTEST_F()
local
189
int fd = open(
fontPath
.c_str(), O_RDONLY);
in HWTEST_F()
210
std::string
fontPath
= TTC_FILE_PATH;
in HWTEST_F()
local
211
int fd = open(
fontPath
.c_str(), O_RDONLY);
in HWTEST_F()
232
std::string
fontPath
= ERRORPATH_FILE_PATH;
in HWTEST_F()
local
233
int fd = open(
fontPath
.c_str(), O_RDONLY);
in HWTEST_F()
270
std::string
fontPath
= ERRORFORMAT_FILE_PATH;
in HWTEST_F()
local
271
int fd = open(
fontPath
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H
A
D
font_descriptor_cache.cpp
78
std::string
fontPath
= INSTALL_FONT_CONFIG_FILE;
in ParserInstallFonts()
local
80
if (!ParseInstalledConfigFile(
fontPath
, fontPathList)) {
in ParserInstallFonts()
92
bool FontDescriptorCache::ParseInstalledConfigFile(const std::string&
fontPath
, std::vector<std::string>& fontPathList)
in ParseInstalledConfigFile()
argument
95
std::ifstream configFile(
fontPath
);
in ParseInstalledConfigFile()
100
return (fontMgr->ParseInstallFontConfig(
fontPath
, fontPathList) == Drawing::FontCheckCode::SUCCESSED);
in ParseInstalledConfigFile()
H
A
D
font_config.cpp
485
int FontConfigJson::ParseInstallConfig(const char*
fontPath
, std::vector<std::string>& fontPathList)
in ParseInstallConfig()
argument
487
if (
fontPath
== nullptr) {
in ParseInstallConfig()
492
cJSON* root = CheckConfigFile(
fontPath
);
in ParseInstallConfig()
H
A
D
font_descriptor_cache.h
45
bool ParseInstalledConfigFile(const std::string&
fontPath
, std::vector<std::string>& fontPathList);
Completed in 4 milliseconds