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:onCountGlyphs
(Results
1 - 17
of
17
) sorted by relevance
/third_party/skia/tools/fonts/
H
A
D
RandomScalerContext.h
37
int
onCountGlyphs
() const override;
H
A
D
TestEmptyTypeface.h
41
int
onCountGlyphs
() const override { return 0; }
H
A
D
TestSVGTypeface.h
103
int
onCountGlyphs
() const override { return fGlyphCount; }
H
A
D
TestTypeface.h
89
int
onCountGlyphs
() const override { return (int)fTestFont->fCharCodesCount; }
H
A
D
RandomScalerContext.cpp
187
int SkRandomTypeface::
onCountGlyphs
() const { return fProxy->countGlyphs(); }
in onCountGlyphs()
function in SkRandomTypeface
/third_party/skia/src/core/
H
A
D
SkTypeface_remote.h
124
int
onCountGlyphs
() const override {
H
A
D
SkTypeface.cpp
61
int
onCountGlyphs
() const override { return 0; }
464
return this->
onCountGlyphs
();
in countGlyphs()
/third_party/skia/src/ports/
H
A
D
SkTypeface_mac_ct.h
113
int
onCountGlyphs
() const override;
H
A
D
SkFontHost_FreeType_common.h
130
int
onCountGlyphs
() const override;
H
A
D
SkTypeface_win_dw.h
133
int
onCountGlyphs
() const override;
H
A
D
SkTypeface_win_dw.cpp
96
int DWriteFontTypeface::
onCountGlyphs
() const {
in onCountGlyphs()
function in DWriteFontTypeface
H
A
D
SkFontHost_win.cpp
284
int
onCountGlyphs
() const override;
1990
int LogFontTypeface::
onCountGlyphs
() const {
H
A
D
SkTypeface_mac_ct.cpp
1105
int SkTypeface_Mac::
onCountGlyphs
() const {
H
A
D
SkFontHost_FreeType.cpp
1617
int SkTypeface_FreeType::
onCountGlyphs
() const {
/third_party/skia/include/core/
H
A
D
SkTypeface.h
418
virtual int
onCountGlyphs
() const = 0;
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
75
int
onCountGlyphs
() const override { return this->glyphCount(); }
/third_party/skia/tests/
H
A
D
FontMgrTest.cpp
148
int
onCountGlyphs
() const override { return 0; }
in DEF_TEST()
Completed in 17 milliseconds