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:fIsRect
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkRasterClip.cpp
15
,
fIsRect
(that.
fIsRect
)
in SkRasterClip()
40
fIsRect
= that.isRect();
in operator =()
49
fIsRect
= !fIsEmpty;
in SkRasterClip()
56
fIsRect
= !fIsEmpty;
in SkRasterClip()
63
fIsRect
= false;
in SkRasterClip()
76
fIsRect
= this->computeIsRect();
in SkRasterClip()
91
fIsRect
= false;
in setEmpty()
100
fIsRect
= fBW.setRect(rect);
in setRect()
101
fIsEmpty = !
fIsRect
;
in setRect()
[all...]
H
A
D
SkRasterClip.h
46
SkASSERT(this->computeIsRect() ==
fIsRect
);
in isRect()
47
return
fIsRect
;
in isRect()
96
bool
fIsRect
;
member in SkRasterClip
118
fIsRect
= this->computeIsRect();
in updateCacheAndReturnNonEmpty()
H
A
D
SkDevice.cpp
522
bool rect = current.
fIsRect
;
in writableClip()
554
this->writableClip().
fIsRect
= false;
in onClipShader()
564
clip.
fIsRect
= true;
in onReplaceClip()
572
} else if (clip.
fIsRect
) {
in onGetClipType()
591
fIsRect
&= isRect;
in op()
603
fIsRect
= false;
in op()
607
fIsRect
= false;
in op()
H
A
D
SkDevice.h
506
return this->clip().
fIsRect
&&
542
bool
fIsRect
;
member
548
,
fIsRect
(isRect) {}
in ClipState()
/third_party/skia/samplecode/
H
A
D
SampleFatBits.cpp
376
bool
fIsRect
;
member in DrawLineView
385
fIsRect
= false;
in DrawLineView()
401
fIsRect
= !
fIsRect
;
450
else if (
fIsRect
) {
/third_party/skia/tests/
H
A
D
PathTest.cpp
2078
bool
fIsRect
;
in test_isRect()
member
2128
REPORTER_ASSERT(reporter, tests[testIndex].
fIsRect
== path.isRect(nullptr));
in test_isRect()
2130
if (tests[testIndex].
fIsRect
) {
in test_isRect()
Completed in 14 milliseconds