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:topDevice
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkCanvas.cpp
104
const SkBaseDevice* top = this->
topDevice
();
in wouldOverwriteEntireSurface()
528
SkBaseDevice* SkCanvas::
topDevice
() const {
in topDevice()
function in SkCanvas
648
this->
topDevice
()->save();
in internalSave()
1049
SkBaseDevice* priorDevice = this->
topDevice
();
in internalSaveLayer()
1063
this->
topDevice
()->clipRect(SkRect::MakeEmpty(), SkClipOp::kIntersect, /* aa */ false);
in internalSaveLayer()
1157
SkBaseDevice* device = this->
topDevice
();
in internalSaveBehind()
1214
this->
topDevice
()->restore(fMCRec->fMatrix);
in internalRestore()
1219
this->
topDevice
()->drawSpecial(backImage->fImage.get(),
in internalRestore()
1233
SkBaseDevice* dstDev = this->
topDevice
();
in internalRestore()
1317
if (this->
topDevice
()
in accessTopLayerPixels()
[all...]
H
A
D
SkCanvasPriv.cpp
128
if (auto gpuDevice = canvas->
topDevice
()->asGpuDevice()) {
in TopDeviceSurfaceDrawContext()
137
if (auto gpuDevice = canvas->
topDevice
()->asGpuDevice()) {
in TopDeviceSurfaceFillContext()
164
if (auto gpuDevice = canvas->
topDevice
()->asGpuDevice()) {
in TopDeviceTargetProxy()
/third_party/skia/src/utils/
H
A
D
SkCanvasStateUtils.cpp
181
SkBaseDevice* device = canvas->
topDevice
();
in CaptureCanvasState()
/third_party/skia/include/core/
H
A
D
SkCanvas.h
2376
SkBaseDevice*
topDevice
() const;
Completed in 9 milliseconds