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:onOpenStream
(Results
1 - 24
of
24
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkFontMgr_custom.h
52
std::unique_ptr<SkStreamAsset>
onOpenStream
(int*) const override;
68
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
85
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
H
A
D
SkFontMgr_custom.cpp
50
std::unique_ptr<SkStreamAsset> SkTypeface_Empty::
onOpenStream
(int*) const { return nullptr; }
in onOpenStream()
function in SkTypeface_Empty
65
std::unique_ptr<SkStreamAsset> SkTypeface_Stream::
onOpenStream
(int* ttcIndex) const {
in onOpenStream()
function in SkTypeface_Stream
96
std::unique_ptr<SkStreamAsset> SkTypeface_File::
onOpenStream
(int* ttcIndex) const {
in onOpenStream()
function in SkTypeface_File
119
std::unique_ptr<SkStreamAsset> stream(this->
onOpenStream
(&index));
in onMakeFontData()
H
A
D
SkFontMgr_preview.h
93
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override
151
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override
H
A
D
SkTypeface_mac_ct.h
96
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
H
A
D
SkFontConfigTypeface.h
78
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
H
A
D
SkTypeface_win_dw.h
125
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
H
A
D
SkFontMgr_android.cpp
92
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override {
144
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override {
H
A
D
SkFontMgr_FontConfigInterface.cpp
21
std::unique_ptr<SkStreamAsset> SkTypeface_FCI::
onOpenStream
(int* ttcIndex) const {
in onOpenStream()
function in SkTypeface_FCI
H
A
D
SkFontMgr_fontconfig.cpp
416
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override {
465
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override {
539
std::unique_ptr<SkStreamAsset> stream(this->
onOpenStream
(&index));
H
A
D
SkTypeface_win_dw.cpp
364
std::unique_ptr<SkStreamAsset> DWriteFontTypeface::
onOpenStream
(int* ttcIndex) const {
H
A
D
SkFontHost_win.cpp
275
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
1822
std::unique_ptr<SkStreamAsset> LogFontTypeface::
onOpenStream
(int* ttcIndex) const {
H
A
D
SkTypeface_mac_ct.cpp
671
std::unique_ptr<SkStreamAsset> SkTypeface_Mac::
onOpenStream
(int* ttcIndex) const {
/third_party/skia/src/ports/skia_ohos/
H
A
D
SkTypeface_ohos.h
24
virtual std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
H
A
D
SkTypeface_ohos.cpp
38
std::unique_ptr<SkStreamAsset> SkTypeface_OHOS::
onOpenStream
(int* ttcIndex) const
in onOpenStream()
function in SkTypeface_OHOS
/third_party/skia/tools/fonts/
H
A
D
RandomScalerContext.h
32
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override;
H
A
D
TestEmptyTypeface.h
23
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override { return nullptr; }
H
A
D
TestSVGTypeface.h
91
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override { return nullptr; }
H
A
D
TestTypeface.h
79
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override { return nullptr; }
H
A
D
RandomScalerContext.cpp
165
std::unique_ptr<SkStreamAsset> SkRandomTypeface::
onOpenStream
(int* ttcIndex) const {
in onOpenStream()
function in SkRandomTypeface
/third_party/skia/src/core/
H
A
D
SkTypeface.cpp
43
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override { return nullptr; }
320
return this->
onOpenStream
(ttcIndex);
in onOpenExistingStream()
378
return this->
onOpenStream
(ttcIndex);
in openStream()
H
A
D
SkTypeface_remote.h
64
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override {
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
68
std::unique_ptr<SkStreamAsset>
onOpenStream
(int*) const override;
318
std::unique_ptr<SkStreamAsset> SkUserTypeface::
onOpenStream
(int* ttcIndex) const {
in onOpenStream()
function in SkUserTypeface
/third_party/skia/include/core/
H
A
D
SkTypeface.h
402
virtual std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const = 0;
/third_party/skia/tests/
H
A
D
FontMgrTest.cpp
130
std::unique_ptr<SkStreamAsset>
onOpenStream
(int* ttcIndex) const override { return nullptr; }
in DEF_TEST()
Completed in 17 milliseconds