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:fFamilyNames
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
TypefaceFontProvider.cpp
16
familyName->set(
fFamilyNames
[index]);
in onGetFamilyName()
47
fFamilyNames
.emplace_back(familyName);
in registerTypeface()
54
for (int i = 0; i <
fFamilyNames
.size(); i++) {
in registerTypeface()
55
if (
fFamilyNames
[i] == familyName) {
in registerTypeface()
56
fFamilyNames
.removeShuffle(i);
in registerTypeface()
H
A
D
FontCollection.cpp
39
return
fFamilyNames
== other.
fFamilyNames
&&
in operator ==()
46
for (const SkString& family : key.
fFamilyNames
) {
in operator ()()
/third_party/skia/modules/skparagraph/include/
H
A
D
FontCollection.h
125
:
fFamilyNames
(familyNames), fFontStyle(style), fFontArguments(args) {}
in FamilyKey()
129
:
fFamilyNames
(familyNames), fFontStyle(style), fFontArguments(args) {}
134
std::vector<SkString>
fFamilyNames
;
member
H
A
D
TypefaceFontProvider.h
76
SkTArray<SkString>
fFamilyNames
;
member in skia::textlayout::TypefaceFontProvider
/third_party/skia/src/ports/
H
A
D
SkFontMgr_fontconfig.cpp
567
const sk_sp<SkDataTable>
fFamilyNames
;
723
,
fFamilyNames
(GetFamilyNames(fFC)) { }
733
return
fFamilyNames
->count();
737
familyName->set(
fFamilyNames
->atStr(index));
741
return this->onMatchFamily(
fFamilyNames
->atStr(index));
Completed in 3 milliseconds