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:SkTypeface_Custom
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkFontMgr_custom.h
25
class
SkTypeface_Custom
: public SkTypeface_FreeType {
class
27
SkTypeface_Custom
(const SkFontStyle& style, bool isFixedPitch,
47
class SkTypeface_Empty : public
SkTypeface_Custom
{
57
using INHERITED =
SkTypeface_Custom
;
61
class SkTypeface_Stream : public
SkTypeface_Custom
{
75
using INHERITED =
SkTypeface_Custom
;
79
class SkTypeface_File : public
SkTypeface_Custom
{
92
using INHERITED =
SkTypeface_Custom
;
100
* This class is used by SkFontMgr_Custom to hold
SkTypeface_Custom
families.
107
void appendTypeface(sk_sp<
SkTypeface_Custom
> typefac
[all...]
H
A
D
SkFontMgr_custom.cpp
27
SkTypeface_Custom
::
SkTypeface_Custom
(const SkFontStyle& style, bool isFixedPitch,
in SkTypeface_Custom()
function in SkTypeface_Custom
33
bool
SkTypeface_Custom
::isSysFont() const { return fIsSysFont; }
in isSysFont()
35
void
SkTypeface_Custom
::onGetFamilyName(SkString* familyName) const {
in onGetFamilyName()
39
void
SkTypeface_Custom
::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const {
in onGetFontDescriptor()
45
int
SkTypeface_Custom
::getIndex() const { return fIndex; }
in getIndex()
130
void SkFontStyleSet_Custom::appendTypeface(sk_sp<
SkTypeface_Custom
> typeface) {
in appendTypeface()
Completed in 2 milliseconds