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:SkFontMgr_OHOS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/ports/skia_ohos/
H
A
D
SkFontMgr_ohos.cpp
15
SkFontMgr_OHOS
::
SkFontMgr_OHOS
(const char* path)
in SkFontMgr_OHOS()
function in SkFontMgr_OHOS
24
int
SkFontMgr_OHOS
::onCountFamilies() const
in onCountFamilies()
34
void
SkFontMgr_OHOS
::onGetFamilyName(int index, SkString* familyName) const
in onGetFamilyName()
48
SkFontStyleSet*
SkFontMgr_OHOS
::onCreateStyleSet(int index) const
in onCreateStyleSet()
66
SkFontStyleSet*
SkFontMgr_OHOS
::onMatchFamily(const char familyName[]) const
in onMatchFamily()
92
SkTypeface*
SkFontMgr_OHOS
::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const
in onMatchFamilyStyle()
117
SkTypeface*
SkFontMgr_OHOS
::onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style,
in onMatchFamilyStyleCharacter()
183
SkTypeface*
SkFontMgr_OHOS
::findTypeface(const FallbackSetPos& fallbackItem, const SkFontStyle& style,
in findTypeface()
240
int
SkFontMgr_OHOS
[all...]
H
A
D
SkFontMgr_ohos.h
22
class SK_API
SkFontMgr_OHOS
: public SkFontMgr {
class
24
explicit
SkFontMgr_OHOS
(const char* path = nullptr);
25
virtual ~
SkFontMgr_OHOS
() override = default;
Completed in 1 milliseconds