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:onGetClipType
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkClipStackDevice.h
37
ClipType
onGetClipType
() const override;
H
A
D
SkClipStackDevice.cpp
107
SkBaseDevice::ClipType SkClipStackDevice::
onGetClipType
() const {
in onGetClipType()
function in SkClipStackDevice
H
A
D
SkBitmapDevice.h
133
ClipType
onGetClipType
() const override;
H
A
D
SkDevice.h
229
virtual ClipType
onGetClipType
() const = 0;
512
ClipType
onGetClipType
() const override;
H
A
D
SkDevice.cpp
568
SkBaseDevice::ClipType SkNoPixelsDevice::
onGetClipType
() const {
in onGetClipType()
function in SkNoPixelsDevice
H
A
D
SkCanvas.cpp
1617
return this->topDevice()->
onGetClipType
() == SkBaseDevice::ClipType::kEmpty;
1621
return this->topDevice()->
onGetClipType
() == SkBaseDevice::ClipType::kRect;
1684
if (dev->
onGetClipType
() == SkBaseDevice::ClipType::kEmpty) {
H
A
D
SkBitmapDevice.cpp
709
SkBaseDevice::ClipType SkBitmapDevice::
onGetClipType
() const {
in onGetClipType()
function in SkBitmapDevice
/third_party/skia/experimental/graphite/src/
H
A
D
Device.h
44
ClipType
onGetClipType
() const override { return ClipType::kRect; }
/third_party/skia/src/gpu/v1/
H
A
D
Device_v1.h
176
ClipType
onGetClipType
() const override;
H
A
D
Device.cpp
307
SkBaseDevice::ClipType Device::
onGetClipType
() const {
in onGetClipType()
function in skgpu::v1::Device
Completed in 13 milliseconds