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:fTypefaceCtx
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkSerialProcs.h
58
void*
fTypefaceCtx
= nullptr;
member
69
void*
fTypefaceCtx
= nullptr;
member
/third_party/skia/src/core/
H
A
D
SkPictureData.cpp
133
auto data = procs.fTypefaceProc(tf, procs.
fTypefaceCtx
);
in WriteTypefaces()
195
newProcs.
fTypefaceCtx
= nullptr;
in skip_typeface_proc()
316
tf = procs.fTypefaceProc(&stream, sizeof(stream), procs.
fTypefaceCtx
);
in parseStreamTag()
H
A
D
SkWriteBuffer.cpp
184
auto data = fProcs.fTypefaceProc(obj, fProcs.
fTypefaceCtx
);
in writeTypeface()
H
A
D
SkReadBuffer.cpp
388
return fProcs.fTypefaceProc(data, size, fProcs.
fTypefaceCtx
);
in readTypeface()
/third_party/skia/tools/
H
A
D
remote_demo.cpp
156
procs.
fTypefaceCtx
= client;
in final_draw()
245
procs.
fTypefaceCtx
= &server;
in renderer()
/third_party/skia/tests/
H
A
D
TextBlobTest.cpp
417
serializeProcs.
fTypefaceCtx
= (void*) &array;
in DEF_TEST()
422
deserializeProcs.
fTypefaceCtx
= (void*) &array;
in DEF_TEST()
H
A
D
SerialProcsTest.cpp
207
procs.
fTypefaceCtx
= &counter;
in DEF_TEST()
H
A
D
SkRemoteGlyphCacheTest.cpp
785
d_procs.
fTypefaceCtx
= &clientTf;
in MakeEmojiBlob()
Completed in 7 milliseconds