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:loadFonts
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/modules/skparagraph/utils/
H
A
D
TestFontCollection.cpp
11
TestFontCollection::TestFontCollection(const std::string& resourceDir, bool testOnly, bool
loadFonts
)
in TestFontCollection()
argument
20
if (
loadFonts
) {
in TestFontCollection()
H
A
D
TestFontCollection.h
10
TestFontCollection(const std::string& resourceDir, bool testOnly = false, bool
loadFonts
= true);
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/
H
A
D
Issue28Tests.java
54
Font byteFont = factory.
loadFonts
(data)[0];
in testStreamVsBytes()
59
streamFont = factory.
loadFonts
(is)[0];
in testStreamVsBytes()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H
A
D
TestFontUtils.java
78
return fontFactory.
loadFonts
(is);
in loadFont()
128
return fontFactory.
loadFonts
(b);
in loadFontUsingByteArray()
140
Font[] fontArray = fontFactory.
loadFonts
(is);
in buildAndCheckFont()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H
A
D
FontFactory.java
127
public Font[]
loadFonts
(InputStream is) throws IOException {
in loadFonts()
method in FontFactory
215
public Font[]
loadFonts
(byte[] b) throws IOException {
in loadFonts()
method in FontFactory
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H
A
D
RuleDump.java
34
return fontFactory.
loadFonts
(is);
in loadFont()
H
A
D
SFView.java
40
return fontFactory.
loadFonts
(is);
in loadFont()
H
A
D
GsubRulesDump.java
38
return fontFactory.
loadFonts
(is);
in loadFont()
H
A
D
HtmlViewer.java
47
return fontFactory.
loadFonts
(is);
in loadFont()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
H
A
D
FontLoader.java
49
return fontFactory.
loadFonts
(is);
in load()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H
A
D
FontUtils.java
67
fonts = fontFactory.
loadFonts
(is);
in getFonts()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
H
A
D
SFLint.java
86
Font[] fontArray = fontFactory.
loadFonts
(fis);
in lintFontFile()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H
A
D
SfntTool.java
126
fontArray = fontFactory.
loadFonts
(fontBytes);
in subsetFontFile()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H
A
D
SfntDump.java
363
Font[] fontArray = fontFactory.
loadFonts
(fis);
in dumpFont()
Completed in 4 milliseconds