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:fInverted
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/experimental/graphite/src/geom/
H
A
D
Shape.h
65
SkASSERT(fType != Type::kPath ||
fInverted
== fPath.isInverseFillType());
in inverted()
66
return
fInverted
;
in inverted()
73
fInverted
= inverted;
in setInverted()
80
return
fInverted
? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd;
in fillType()
125
fInverted
= false;
in setLine()
131
fInverted
= false;
in setRect()
136
fInverted
= false;
in setRRect()
147
fInverted
= path.isInverseFillType();
in setPath()
152
fInverted
= false;
in reset()
170
bool
fInverted
member in skgpu::Shape
[all...]
H
A
D
Shape.cpp
25
fInverted
= shape.
fInverted
;
in operator =()
/third_party/skia/src/gpu/geometry/
H
A
D
GrShape.h
99
return this->isPath() ? fPath.isInverseFillType() : SkToBool(
fInverted
);
in inverted()
124
fInverted
= inverted;
in setInverted()
185
fInverted
= path.isInverseFillType();
in setPath()
237
fInverted
= fPath.isInverseFillType();
in setType()
278
bool
fInverted
;
variable
H
A
D
GrShape.cpp
40
fInverted
= shape.
fInverted
;
in operator =()
48
: (
fInverted
? 1 : 0);
in stateKey()
425
if (
fInverted
) {
in asPath()
453
if (
fInverted
) {
in asPath()
H
A
D
GrStyledShape.cpp
570
: fShape(shape),
fInverted
(!style.isDashed() && fShape->inverted()) {}
in AutoRestoreInverseness()
574
fShape->setInverted(
fInverted
);
in ~AutoRestoreInverseness()
575
SkASSERT(!fShape->isPath() ||
fInverted
== fShape->path().isInverseFillType());
in ~AutoRestoreInverseness()
580
bool
fInverted
;
member in AutoRestoreInverseness
/third_party/skia/modules/sksg/src/
H
A
D
SkSGTransform.cpp
103
if (!TransformPriv::As<T>(fT).invert(&
fInverted
)) {
104
fInverted
.setIdentity();
114
return AsSkMatrix(
fInverted
);
119
return AsSkM44(
fInverted
);
124
T
fInverted
;
member in sksg::__anon18612::final
Completed in 6 milliseconds