OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCoincident
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
28
bool
fCoincident
; // set if span is bumped -- if set additional points aren't inserted
SkOpSegment.cpp
611
span->
fCoincident
= false;
[
all
...]
/external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt
183
if (span.
fCoincident
== Span::kStart_Coincidence) {
196
return minSpan.
fCoincident
== Span::kStart_Coincidence;
208
return span.
fCoincident
== Span::kStart_Coincidence;
216
return span.
fCoincident
== Span::kStart_Coincidence;
258
if (span.
fCoincident
== (step < 0 ? Span::kStart_Coincidence :
370
if (!span.
fCoincident
|| span.fOther != other) {
403
if (span.
fCoincident
|| span.fOther == other) {
425
if (!oSpan.
fCoincident
) {
EdgeWalker.cpp
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
687
if (
fCoincident
) {
Completed in 68 milliseconds