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:SkIStream
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/utils/win/
H
A
D
SkIStream.cpp
12
#include "src/utils/win/
SkIStream
.h"
88
*
SkIStream
90
SkIStream
::
SkIStream
(std::unique_ptr<SkStreamAsset> stream)
in SkIStream()
function in SkIStream
98
SkIStream
::~
SkIStream
() {}
in ~SkIStream()
100
HRESULT
SkIStream
::CreateFromSkStream(std::unique_ptr<SkStreamAsset> stream, IStream** ppStream) {
in CreateFromSkStream()
104
*ppStream = new
SkIStream
(std::move(stream));
in CreateFromSkStream()
109
SK_STDMETHODIMP
SkIStream
::Read(void* pv, ULONG cb, ULONG* pcbRead) {
in Read()
115
SK_STDMETHODIMP
SkIStream
[all...]
H
A
D
SkIStream.h
63
class
SkIStream
: public SkBaseIStream {
class
78
explicit
SkIStream
(std::unique_ptr<SkStreamAsset>);
79
~
SkIStream
() override;
/third_party/skia/src/ports/
H
A
D
SkImageGeneratorWIC.cpp
11
#include "src/utils/win/
SkIStream
.h"
62
hr =
SkIStream
::CreateFromSkStream(std::make_unique<SkMemoryStream>(data), &iStream);
in MakeFromEncodedWIC()
/third_party/skia/src/xps/
H
A
D
SkXPSDevice.cpp
57
#include "src/utils/win/
SkIStream
.h"
403
SkIStream
::CreateFromSkStream(std::move(newStream), &newIStream);
in subset_typeface()
639
HRM(
SkIStream
::CreateFromSkStream(write.detachAsStream(), &read),
in createXpsImageBrush()
1755
HRM(
SkIStream
::CreateFromSkStream(fontData->duplicate(), &fontStream),
in CreateTypefaceUse()
Completed in 5 milliseconds