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:TestTypeface
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tools/fonts/
H
A
D
TestTypeface.cpp
27
#include "tools/fonts/
TestTypeface
.h"
90
TestTypeface
::
TestTypeface
(sk_sp<SkTestFont> testFont, const SkFontStyle& style)
in TestTypeface()
function in TestTypeface
93
void
TestTypeface
::getAdvance(SkGlyph* glyph) {
in getAdvance()
102
void
TestTypeface
::getFontMetrics(SkFontMetrics* metrics) { *metrics = fTestFont->fMetrics; }
in getFontMetrics()
104
SkPath
TestTypeface
::getPath(SkGlyphID glyphID) {
in getPath()
109
void
TestTypeface
::onFilterRec(SkScalerContextRec* rec) const {
in onFilterRec()
113
void
TestTypeface
::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
in getGlyphToUnicodeMap()
120
std::unique_ptr<SkAdvancedTypefaceMetrics>
TestTypeface
::onGetAdvancedMetrics() const { // pdf only
in onGetAdvancedMetrics()
126
void
TestTypeface
[all...]
H
A
D
TestTypeface.h
61
friend class
TestTypeface
;
65
class
TestTypeface
: public SkTypeface {
class
67
TestTypeface
(sk_sp<SkTestFont>, const SkFontStyle& style);
H
A
D
TestFontMgr.cpp
11
#include "tools/fonts/
TestTypeface
.h"
67
sk_sp<
TestTypeface
> typeface =
in FontMgr()
68
sk_make_sp<
TestTypeface
>(sk_make_sp<SkTestFont>(sub.fFont), sub.fStyle);
in FontMgr()
/third_party/skia/tests/
H
A
D
FontMgrTest.cpp
126
class
TestTypeface
: public SkTypeface {
in DEF_TEST()
class
128
TestTypeface
(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){}
in DEF_TEST()
function in TestTypeface
138
sk_ref_sp(const_cast<
TestTypeface
*>(this)), effects, desc);
in DEF_TEST()
192
return new
TestTypeface
(invalidFontStyle);
in DEF_TEST()
194
return new
TestTypeface
(fStyles[index]);
in DEF_TEST()
/third_party/skia/src/core/
H
A
D
SkGlyph.h
355
friend class
TestTypeface
;
Completed in 3 milliseconds