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:FontFileInfo
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkFontMgr_android_parser.h
70
struct
FontFileInfo
{
struct
71
FontFileInfo
() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { }
in FontFileInfo()
function
96
SkTArray<
FontFileInfo
, true> fFonts;
H
A
D
SkFontMgr_config_parser.h
79
struct
FontFileInfo
{
struct
80
FontFileInfo
() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { }
in FontFileInfo()
function
105
SkTArray<
FontFileInfo
, true> fFonts;
H
A
D
SkFontMgr_preview.h
190
const
FontFileInfo
& fontFile = family.fFonts[i];
in SkFontStyleSet_Preview()
217
case
FontFileInfo
::Style::kAuto:
in SkFontStyleSet_Preview()
220
case
FontFileInfo
::Style::kNormal:
in SkFontStyleSet_Preview()
223
case
FontFileInfo
::Style::kItalic:
in SkFontStyleSet_Preview()
H
A
D
SkFontMgr_config_parser.cpp
89
FontFileInfo
* fCurrentFontInfo; // The info being created, owned by fCurrentFamily
141
FontFileInfo
& file = *self->fCurrentFontInfo;
193
FontFileInfo
& file = self->fCurrentFamily->fFonts.push_back();
207
file.fStyle =
FontFileInfo
::Style::kNormal;
209
file.fStyle =
FontFileInfo
::Style::kItalic;
H
A
D
SkFontMgr_android_parser.cpp
109
FontFileInfo
* fCurrentFontInfo; // The info being created, owned by fCurrentFamily
174
FontFileInfo
& file = *self->fCurrentFontInfo;
226
FontFileInfo
& file = self->fCurrentFamily->fFonts.push_back();
240
file.fStyle =
FontFileInfo
::Style::kNormal;
242
file.fStyle =
FontFileInfo
::Style::kItalic;
419
FontFileInfo
& newFileInfo = currentFamily.fFonts.push_back();
H
A
D
SkFontMgr_android.cpp
183
const
FontFileInfo
& fontFile = family.fFonts[i];
in SkFontStyleSet_Android()
211
case
FontFileInfo
::Style::kAuto: slant = style.slant(); break;
in SkFontStyleSet_Android()
212
case
FontFileInfo
::Style::kNormal: slant = SkFontStyle::kUpright_Slant; break;
in SkFontStyleSet_Android()
213
case
FontFileInfo
::Style::kItalic: slant = SkFontStyle::kItalic_Slant; break;
in SkFontStyleSet_Android()
/third_party/skia/tests/
H
A
D
FontMgrAndroidParserTest.cpp
71
FontFileInfo
& file = family.fFonts[j];
in ValidateLoadedFonts()
81
const
FontFileInfo
& ffi = fontFamily.fFonts[j];
in DumpFiles()
Completed in 6 milliseconds