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:SaveBehind
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/include/android/
H
A
D
SkAndroidFrameworkUtils.h
43
static int
SaveBehind
(SkCanvas* canvas, const SkRect* subset);
/third_party/skia/src/android/
H
A
D
SkAndroidFrameworkUtils.cpp
33
int SkAndroidFrameworkUtils::
SaveBehind
(SkCanvas* canvas, const SkRect* subset) {
in SaveBehind()
function in SkAndroidFrameworkUtils
/third_party/skia/src/core/
H
A
D
SkCanvasPriv.h
54
static int
SaveBehind
(SkCanvas* canvas, const SkRect* subset) {
in SaveBehind()
function in SkCanvasPriv
H
A
D
SkRecords.h
47
M(
SaveBehind
) \
173
RECORD(
SaveBehind
, 0,
H
A
D
SkRecordDraw.cpp
89
template <> void Draw::draw(const
SaveBehind
& r) {
in draw()
90
SkCanvasPriv::
SaveBehind
(fCanvas, r.subset);
in draw()
271
void trackBounds(const
SaveBehind
&) { this->pushSaveBlock(nullptr); }
in trackBounds()
argument
H
A
D
SkRecorder.cpp
332
this->append<SkRecords::
SaveBehind
>(this->copy(subset));
in onDoSaveBehind()
H
A
D
SkPicturePlayback.cpp
640
SkCanvasPriv::
SaveBehind
(canvas, subset);
in handleOp()
/third_party/skia/gm/
H
A
D
savelayer.cpp
115
SkDEBUGCODE(int sc1 =) SkCanvasPriv::
SaveBehind
(canvas, &r);
in draw_cell()
/third_party/skia/src/utils/
H
A
D
SkNWayCanvas.cpp
82
SkCanvasPriv::
SaveBehind
(iter.get(), bounds);
in onDoSaveBehind()
Completed in 6 milliseconds