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:fDebugCanvas
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/tools/skiaserve/
H
A
D
Request.cpp
67
SkASSERT(
fDebugCanvas
);
in getCanvas()
78
//
fDebugCanvas
->setOverdrawViz(true);
in drawToPng()
81
fDebugCanvas
->drawTo(canvas, n, m);
in drawToPng()
82
//
fDebugCanvas
->setOverdrawViz(false);
in drawToPng()
93
fDebugCanvas
->draw(canvas);
in writeOutSkp()
187
if (
fDebugCanvas
) {
in enableGPU()
188
fDebugCanvas
->drawTo(this->getCanvas(), this->getLastOp());
in enableGPU()
214
fDebugCanvas
= std::make_unique<DebugCanvas>(bounds.width(), bounds.height());
in initPictureFromStream()
215
fDebugCanvas
->drawPicture(fPicture);
in initPictureFromStream()
218
fDebugCanvas
in initPictureFromStream()
[all...]
H
A
D
Request.h
46
int getLastOp() const { return
fDebugCanvas
->getSize() - 1; }
in getLastOp()
63
std::unique_ptr<DebugCanvas>
fDebugCanvas
;
member
/third_party/skia/tools/skiaserve/urlhandlers/
H
A
D
BreakHandler.cpp
40
int count = request->
fDebugCanvas
->getSize();
in handle()
47
request->
fDebugCanvas
->getDrawCommandAt(i)->execute(canvas);
in handle()
67
request->
fDebugCanvas
->getDrawCommandAt(index)->execute(canvas);
in handle()
H
A
D
CmdHandler.cpp
41
request->
fDebugCanvas
->deleteDrawCommandAt(n);
in handle()
50
request->
fDebugCanvas
->toggleCommand(n, SkToBool(toggle));
in handle()
H
A
D
ClipAlphaHandler.cpp
35
request->
fDebugCanvas
->setClipVizColor(SkColorSetARGB(alpha, 0, 0, 0));
in handle()
H
A
D
OpBoundsHandler.cpp
34
request->
fDebugCanvas
->setDrawGpuOpBounds(SkToBool(enabled));
in handle()
H
A
D
ImgHandler.cpp
35
n = request->
fDebugCanvas
->getSize() - 1;
in handle()
Completed in 2 milliseconds