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:fSide
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/modules/skottie/src/effects/
H
A
D
SphereEffect.cpp
167
SG_ATTRIBUTE(Side , RenderSide,
fSide
)
228
if (
fSide
!= RenderSide::kOutside) {
231
if (
fSide
!= RenderSide::kInside) {
271
RenderSide
fSide
= RenderSide::kFull;
member in skottie::internal::__anon18565::final
/third_party/skia/src/gpu/geometry/
H
A
D
GrAAConvexTessellator.h
39
:
fSide
(SkPointPriv::kOn_Side)
in GrAAConvexTessellator()
46
SkPointPriv::Side side() const { return
fSide
; }
in side()
266
SkPointPriv::Side
fSide
; // winding of the original polygon
member in GrAAConvexTessellator
H
A
D
GrAAConvexTessellator.cpp
162
SkVector n = SkPointPriv::MakeOrthog(v,
fSide
);
in computeNormals()
173
fSide
= (cross > 0.0f) ? SkPointPriv::kRight_Side : SkPointPriv::kLeft_Side;
in computeNormals()
188
fBisectors[cur] = SkPointPriv::MakeOrthog(fNorms[cur], (SkPointPriv::Side)-
fSide
) +
in computeBisectors()
189
SkPointPriv::MakeOrthog(fNorms[prev],
fSide
);
in computeBisectors()
468
fSide
= SkPointPriv::kLeft_Side;
471
fNorms[0] = SkPointPriv::MakeOrthog(fPts[1] - fPts[0],
fSide
);
H
A
D
GrTriangulator.h
459
:
fSide
(side)
in MonotonePoly()
467
Side
fSide
;
member
H
A
D
GrTriangulator.cpp
300
if (
fSide
== kRight_Side) {
in addEdge()
320
if (kRight_Side == monotonePoly->
fSide
) {
in emitMonotonePoly()
414
} else if (side == fTail->
fSide
) {
in addEdge()
1422
if (leftPoly->fTail && leftPoly->fTail->
fSide
== kLeft_Side) {
in tessellate()
/third_party/skia/src/pathops/
H
A
D
SkOpAngle.cpp
921
if (fUnorderable || approximately_zero(rh->
fSide
)) {
in orderable()
928
if (rh->fUnorderable || approximately_zero(
fSide
)) {
in orderable()
993
fSide
= 0;
in setSpans()
1003
fSide
= 0;
in setSpans()
1009
fSide
= -tangentPart.pointDistance(fPart.fCurve[2]); // not normalized -- compare sign only
in setSpans()
1014
fSide
= -tangentPart.pointDistance(fPart.fCurve[3]);
in setSpans()
1052
fSide
= -bestSide; // compare sign only
in setSpans()
H
A
D
SkOpAngle.h
124
double
fSide
;
member in SkOpAngle
Completed in 14 milliseconds