HomeSort by relevance Sort by last modified time
    Searched refs:zero_or_one (Results 1 - 9 of 9) sorted by null

  /external/skia/src/pathops/
SkDLineIntersection.cpp 15 bool startMatch = fT[0][0] == 0 || zero_or_one(fT[1][0]);
16 bool endMatch = fT[0][1] == 1 || zero_or_one(fT[1][1]);
19 if (startMatch && endMatch && (fT[0][0] != 0 || !zero_or_one(fT[1][0]))
20 && fT[0][1] == 1 && zero_or_one(fT[1][1])) {
SkOpSpan.cpp 247 SkASSERT(!zero_or_one(spanPtT->fT));
332 if (!zero_or_one(inner->fT)) {
336 if (!zero_or_one(test->fT)) {
SkPathOpsConic.cpp 55 if (zero_or_one(t)) {
SkOpCoincidence.cpp 391 bool oOnEnd = zero_or_one(span->oppPtTStart()->fT);
406 bool oOnEnd = zero_or_one(span->oppPtTEnd()->fT);
    [all...]
SkPathOpsQuad.cpp 196 if (zero_or_one(t)) {
SkPathOpsTypes.h 326 inline bool zero_or_one(double x) { function
SkPathOpsDebug.cpp     [all...]
SkPathOpsCubic.cpp 510 if (result.fX == 0 && result.fY == 0 && zero_or_one(t)) {
SkOpSegment.cpp 252 if (t == result->fT || (!zero_or_one(t) && this->match(result, this, t, pt))) {
    [all...]

Completed in 82 milliseconds