OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLoop
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
30
bool
fLoop
; // set when a cubic loops back to this point
SkPathOpsSimplify.cpp
80
if (last && !last->fChased && !last->
fLoop
) {
SkPathOpsOp.cpp
205
if (last && !last->fChased && !last->
fLoop
) {
SkOpSegment.cpp
612
span->
fLoop
= false;
816
fLoop
= span->
fLoop
= true;
[
all
...]
SkOpSegment.h
541
bool
fLoop
; // set if cubic intersects itself
SkPathOpsDebug.cpp
559
hasLoop |= last->
fLoop
;
/external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp
197
if (last && !last->
fLoop
) {
Simplify.cpp
669
bool
fLoop
; // set when a cubic loops back to this point
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
693
if (
fLoop
) {
Completed in 54 milliseconds