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:SUCCESSED
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H
A
D
font_config.cpp
35
#define
SUCCESSED
0
macro
120
return
SUCCESSED
;
in ParseFont()
171
return
SUCCESSED
;
in ParseFile()
187
return
SUCCESSED
;
in ParseFontFileMap()
216
return
SUCCESSED
;
in ParseDir()
247
return
SUCCESSED
;
in ParseConfigList()
263
return
SUCCESSED
;
in ParseConfigListPath()
280
return
SUCCESSED
;
in ParseAdjustArr()
297
return
SUCCESSED
;
in ParseAliasArr()
336
return
SUCCESSED
;
in ParseGeneric()
[all...]
H
A
D
font_parser.cpp
36
#define
SUCCESSED
0
macro
161
return
SUCCESSED
;
in ProcessNameTable()
204
return
SUCCESSED
;
in ParseCmapTable()
234
if (ret !=
SUCCESSED
) {
in ParseNameTable()
240
return
SUCCESSED
;
in ParseNameTable()
271
return
SUCCESSED
;
in ParsePostTable()
276
if (ParseCmapTable(typeface, fontDescriptor) !=
SUCCESSED
) {
in ParseTable()
280
if (ParseNameTable(typeface, fontDescriptor) !=
SUCCESSED
) {
in ParseTable()
284
if (ParsePostTable(typeface, fontDescriptor) !=
SUCCESSED
) {
in ParseTable()
289
return
SUCCESSED
;
in ParseTable()
[all...]
H
A
D
font_descriptor_cache.cpp
100
return (fontMgr->ParseInstallFontConfig(fontPath, fontPathList) == Drawing::FontCheckCode::
SUCCESSED
);
in ParseInstalledConfigFile()
113
if (ret != Drawing::FontCheckCode::
SUCCESSED
|| fullNameVec.empty()) {
in ProcessInstalledFontPath()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H
A
D
asset_font_manager.cpp
123
if (ret !=
SUCCESSED
) {
in ParseInstallFontConfig()
127
return
SUCCESSED
;
in ParseInstallFontConfig()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H
A
D
font_mgr.h
31
SUCCESSED
= 0, /** no error */
enumerator
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_register_font.cpp
31
#define
SUCCESSED
0
macro
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_font_mgr.cpp
292
if (ret !=
SUCCESSED
) {
in GetFontFullName()
303
return
SUCCESSED
;
in GetFontFullName()
Completed in 5 milliseconds