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:ttcIndex
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H
A
D
asset_font_manager.h
52
sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData>, int
ttcIndex
) const override;
54
sk_sp<SkTypeface> onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset>, int
ttcIndex
) const override;
58
sk_sp<SkTypeface> onMakeFromFile(const char path[], int
ttcIndex
) const override;
H
A
D
asset_font_manager.cpp
70
sk_sp<SkTypeface> AssetFontManager::onMakeFromData(sk_sp<SkData>, int
ttcIndex
) const
in onMakeFromData()
76
sk_sp<SkTypeface> AssetFontManager::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset>, int
ttcIndex
) const
in onMakeFromStreamIndex()
88
sk_sp<SkTypeface> AssetFontManager::onMakeFromFile(const char path[], int
ttcIndex
) const
in onMakeFromFile()
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_font_vector.cpp
113
fontInfo_[j].
ttcIndex
= FONT_TTC_MAX;
in RegisterFontInfo()
186
fontInfo_[ttfIdx].
ttcIndex
= i;
in RegisterTtcFontInfo()
299
if (fontInfo_[i].
ttcIndex
!= FONT_TTC_MAX) {
in GetTtfInfo()
363
if ((ttfBuffer == nullptr) || (ttfBufferSize == 0) || (fontInfo.
ttcIndex
>= FONT_TTC_MAX)) {
in GetTtfInfoFromTtc()
366
FT_Stream stream = ttcInfos_[fontInfo.
ttcIndex
].stream;
in GetTtfInfoFromTtc()
/foundation/arkui/ui_lite/interfaces/kits/font/
H
A
D
ui_font_header.h
387
uint8_t
ttcIndex
;
member
Completed in 4 milliseconds