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:FakeCanvas
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/experimental/sorttoy/
H
A
D
Cmds.h
9
class
FakeCanvas
;
32
virtual void execute(
FakeCanvas
*) const = 0;
54
void execute(
FakeCanvas
*) const override;
77
void execute(
FakeCanvas
*) const override;
105
void execute(
FakeCanvas
*) const override;
143
void execute(
FakeCanvas
*) const override;
H
A
D
Fake.cpp
163
void
FakeCanvas
::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) {
in drawShape()
169
void
FakeCanvas
::clipShape(ID id, Shape shape, SkIRect r) {
in clipShape()
175
void
FakeCanvas
::finalize() {
in finalize()
184
std::vector<ID>
FakeCanvas
::getOrder() const {
in getOrder()
H
A
D
Cmds.cpp
22
void SaveCmd::execute(
FakeCanvas
* f) const {
in execute()
36
void RestoreCmd::execute(
FakeCanvas
* f) const {
in execute()
102
void DrawCmd::execute(
FakeCanvas
* c) const {
in execute()
224
void ClipCmd::execute(
FakeCanvas
* c) const {
in execute()
H
A
D
Fake.h
19
class
FakeCanvas
;
235
class
FakeCanvas
{
class
237
FakeCanvas
(SkBitmap& bm) {
in FakeCanvas()
function in FakeCanvas
H
A
D
sorttoy.cpp
53
* For the actual (v2) image, the RectCmds are replayed into a
FakeCanvas
- preserving the
54
* unique ID of the RectCmd. The
FakeCanvas
creates new RectCmd objects, sorts them using
55
* the SortKey and then performs a kludgey z-buffered rasterization. The
FakeCanvas
also
263
FakeCanvas
fake(actualBM);
in sort_test()
Completed in 3 milliseconds