Searched refs:approximately_less_than_zero (Results 1 - 8 of 8) sorted by relevance

/external/skia/tests/
H A DPathOpsTestCommon.cpp79 while (inflections && approximately_less_than_zero(inflectT[0])) {
/external/skqp/tests/
H A DPathOpsTestCommon.cpp79 while (inflections && approximately_less_than_zero(inflectT[0])) {
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp114 if (approximately_less_than_zero(tValue)) {
H A DSkPathOpsTypes.h476 inline bool approximately_less_than_zero(double x) { function
H A DSkPathOpsTSect.h2348 if (!(zeroOneSet & kZeroS1Set) && approximately_less_than_zero(head1->fStartT)) {
2358 if (!(zeroOneSet & kZeroS2Set) && approximately_less_than_zero(head2->fStartT)) {
/external/skqp/src/pathops/
H A DSkPathOpsQuad.cpp111 if (approximately_less_than_zero(tValue)) {
H A DSkPathOpsTypes.h476 inline bool approximately_less_than_zero(double x) { function
H A DSkPathOpsTSect.h2348 if (!(zeroOneSet & kZeroS1Set) && approximately_less_than_zero(head1->fStartT)) {
2358 if (!(zeroOneSet & kZeroS2Set) && approximately_less_than_zero(head2->fStartT)) {

Completed in 478 milliseconds