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:Surface_Graphite
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/experimental/graphite/src/
H
A
D
Surface_Graphite.cpp
8
#include "experimental/graphite/src/
Surface_Graphite
.h"
17
Surface_Graphite
::
Surface_Graphite
(sk_sp<Device> device)
in Surface_Graphite()
function in skgpu::Surface_Graphite
22
Surface_Graphite
::~
Surface_Graphite
() {}
in ~Surface_Graphite()
24
SkCanvas*
Surface_Graphite
::onNewCanvas() { return new SkCanvas(fDevice); }
in onNewCanvas()
26
sk_sp<SkSurface>
Surface_Graphite
::onNewSurface(const SkImageInfo& ii) {
in onNewSurface()
30
sk_sp<SkImage>
Surface_Graphite
::onNewImageSnapshot(const SkIRect* subset) {
in onNewImageSnapshot()
37
void
Surface_Graphite
::onWritePixels(const SkPixmap&, int x, int y) {}
in onWritePixels()
38
bool
Surface_Graphite
in onWritePixels()
[all...]
H
A
D
Surface_Graphite.h
17
class
Surface_Graphite
final : public SkSurface_Base {
19
Surface_Graphite
(sk_sp<Device>);
20
~
Surface_Graphite
() override;
H
A
D
SkStuff.cpp
12
#include "experimental/graphite/src/
Surface_Graphite
.h"
20
return sk_make_sp<skgpu::
Surface_Graphite
>(std::move(device));
in MakeGraphite()
Completed in 1 milliseconds