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:FallbackGroup
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H
A
D
font_config.h
64
typedef struct
FallbackGroup
{
struct
67
}
FallbackGroup
;
typedef
68
using FallbackGroupSet = std::vector<
FallbackGroup
>;
H
A
D
font_config.cpp
402
FallbackGroup
fallbackGroup;
in ParseFallback()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
font_manager.h
61
typedef struct
FallbackGroup
{
struct
64
}
FallbackGroup
;
typedef
65
using FallbackGroupSet = std::vector<
FallbackGroup
>;
H
A
D
font_manager.cpp
146
FallbackGroup
fallbackGroupInfo;
in GetUIFontConfig()
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H
A
D
js_font.cpp
241
for (const
FallbackGroup
& fallbackGroup: fontConfigJsonInfo.fallbackGroupSet) {
in GetUIFontFallbackInfo()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_text_typography.cpp
2824
const TextEngine::
FallbackGroup
& fallbackGroup, OH_Drawing_FontConfigInfoErrorCode& code)
in CopyDrawingFallbackGroup()
2859
size_t& fallbackGroupSize, const std::vector<TextEngine::
FallbackGroup
>& fallbackGroupSet,
in CopyDrawingFallbackGroupSetInner()
2916
const std::vector<TextEngine::
FallbackGroup
>& fallbackGroupSet, OH_Drawing_FontConfigInfoErrorCode& code)
in CopyDrawingFallbackGroupSet()
Completed in 8 milliseconds