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:onFilterRec
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkTypeface.h
362
this->
onFilterRec
(rec);
in filterRec()
387
virtual void
onFilterRec
(SkScalerContextRec*) const = 0;
388
friend class SkScalerContext; //
onFilterRec
/third_party/skia/tools/fonts/
H
A
D
RandomScalerContext.h
29
void
onFilterRec
(SkScalerContextRec*) const override;
H
A
D
TestEmptyTypeface.h
33
void
onFilterRec
(SkScalerContextRec*) const override {}
H
A
D
TestSVGTypeface.h
87
void
onFilterRec
(SkScalerContextRec* rec) const override;
H
A
D
TestTypeface.h
75
void
onFilterRec
(SkScalerContextRec* rec) const override;
H
A
D
RandomScalerContext.cpp
151
void SkRandomTypeface::
onFilterRec
(SkScalerContextRec* rec) const {
in onFilterRec()
function in SkRandomTypeface
H
A
D
TestTypeface.cpp
109
void TestTypeface::
onFilterRec
(SkScalerContextRec* rec) const {
in onFilterRec()
function in TestTypeface
H
A
D
TestSVGTypeface.cpp
130
void TestSVGTypeface::
onFilterRec
(SkScalerContextRec* rec) const {
in onFilterRec()
function in TestSVGTypeface
/third_party/skia/src/core/
H
A
D
SkTypeface_remote.h
103
void
onFilterRec
(SkScalerContextRec* rec) const override {
H
A
D
SkTypeface.cpp
53
void
onFilterRec
(SkScalerContextRec*) const override { }
H
A
D
SkScalerContext.cpp
50
typeface.
onFilterRec
(&rec);
in PreprocessRec()
/third_party/skia/src/ports/
H
A
D
SkTypeface_mac_ct.h
108
void
onFilterRec
(SkScalerContextRec*) const override;
H
A
D
SkFontHost_FreeType_common.h
121
void
onFilterRec
(SkScalerContextRec*) const override;
H
A
D
SkTypeface_win_dw.h
128
void
onFilterRec
(SkScalerContextRec*) const override;
H
A
D
SkFontMgr_fontconfig.cpp
481
void
onFilterRec
(SkScalerContextRec* rec) const override {
508
this->INHERITED::
onFilterRec
(rec);
H
A
D
SkTypeface_win_dw.cpp
400
void DWriteFontTypeface::
onFilterRec
(SkScalerContextRec* rec) const {
H
A
D
SkFontHost_win.cpp
279
void
onFilterRec
(SkScalerContextRec*) const override;
2096
void LogFontTypeface::
onFilterRec
(SkScalerContextRec* rec) const {
H
A
D
SkTypeface_mac_ct.cpp
927
void SkTypeface_Mac::
onFilterRec
(SkScalerContextRec* rec) const {
H
A
D
SkFontHost_FreeType.cpp
658
void SkTypeface_FreeType::
onFilterRec
(SkScalerContextRec* rec) const {
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
56
void
onFilterRec
(SkScalerContextRec* rec) const override;
150
void SkUserTypeface::
onFilterRec
(SkScalerContextRec* rec) const {
in onFilterRec()
function in SkUserTypeface
/third_party/skia/tests/
H
A
D
FontMgrTest.cpp
140
void
onFilterRec
(SkScalerContextRec*) const override { }
in DEF_TEST()
Completed in 22 milliseconds