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:kDeviceRect
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/gm/
H
A
D
windowrectangles.cpp
30
constexpr static SkIRect
kDeviceRect
= {0, 0, 600, 600};
variable
44
SkISize onISize() override { return SkISize::Make(
kDeviceRect
.width(),
kDeviceRect
.height()); }
/third_party/skia/tests/
H
A
D
GrClipStackTest.cpp
53
// .expectedState(
kDeviceRect
)
527
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
536
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
545
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
554
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
712
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
735
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
741
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
803
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
835
.state(ClipState::
kDeviceRect
)
in DEF_TEST()
[all...]
/third_party/skia/src/gpu/v1/
H
A
D
ClipStack.h
32
kEmpty, kWideOpen,
kDeviceRect
, kDeviceRRect, kComplex
member in skgpu::v1::final::ClipState
H
A
D
ClipStack.cpp
720
? ClipState::
kDeviceRect
: ClipState::kComplex;
in clipType()
1237
if (cs.state() == ClipState::
kDeviceRect
) {
in preApply()
1238
SkASSERT(back.clipType() == ClipState::
kDeviceRect
);
in preApply()
1322
SkASSERT(cs.state() == ClipState::
kDeviceRect
||
in apply()
H
A
D
Device.cpp
311
} else if (state == ClipStack::ClipState::
kDeviceRect
||
in onGetClipType()
Completed in 9 milliseconds