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:fClipBounds
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkImageFilterCache.h
23
,
fClipBounds
(clipBounds)
in SkImageFilterCacheKey()
36
SkIRect
fClipBounds
;
member
43
fClipBounds
== other.
fClipBounds
&&
in operator ==()
H
A
D
SkDevice.cpp
520
SkIRect bounds = current.
fClipBounds
;
in writableClip()
563
clip.
fClipBounds
= deviceRect;
in onReplaceClip()
570
if (clip.
fClipBounds
.isEmpty()) {
in onGetClipType()
587
if (!
fClipBounds
.intersect(isAA ? devBounds.roundOut() : devBounds.round())) {
in op()
588
fClipBounds
.setEmpty();
in op()
598
if (SkRectPriv::Subtract(
fClipBounds
, isAA ? devBounds.roundIn() : devBounds.round(),
in op()
600
fClipBounds
= difference;
in op()
H
A
D
SkDevice.h
513
SkIRect onDevClipBounds() const override { return this->clip().
fClipBounds
; }
539
SkIRect
fClipBounds
;
member
545
:
fClipBounds
(bounds)
in ClipState()
H
A
D
SkDraw.cpp
99
SkRect
fClipBounds
;
member
227
if (r.intersect(rec.
fClipBounds
)) {
in bw_square_proc()
237
if (r.intersect(rec.
fClipBounds
)) {
in aa_square_proc()
276
fClipBounds
= clipBounds;
in init()
/third_party/skia/tests/
H
A
D
VkDrawableTest.cpp
112
,
fClipBounds
(clipBounds)
in DrawHandlerImport()
122
fDrawProc(fTestDrawable, fMatrix,
fClipBounds
, fBufferInfo, vkInfo);
129
const SkIRect
fClipBounds
;
member in TestDrawable::DrawHandlerImport
Completed in 6 milliseconds