OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fUnorderable
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h
74
return
fUnorderable
;
137
mutable bool
fUnorderable
; // this is editable by orderable()
SkOpAngle.cpp
217
fUnorderable
= true;
277
fUnorderable
= true;
278
rh.
fUnorderable
= true;
289
return !
fUnorderable
;
318
fUnorderable
= true;
326
return !
fUnorderable
;
687
if (last == this && next->
fUnorderable
) {
688
fUnorderable
= true;
827
if (
fUnorderable
|| approximately_zero(rh.fSide)) {
834
if (rh.
fUnorderable
|| approximately_zero(fSide))
[
all
...]
SkPathOpsDebug.cpp
159
unorderable |= next->
fUnorderable
;
Completed in 40 milliseconds