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

  /external/skia/legacy/src/utils/
SkMatrix44.cpp 259 #define TOO_SMALL_FOR_DETERMINANT (1.e-8)
270 if (dabs(det) < TOO_SMALL_FOR_DETERMINANT) {
  /external/skia/src/utils/
SkMatrix44.cpp 456 #define TOO_SMALL_FOR_DETERMINANT (1.e-8)
532 if (dabs(det) < TOO_SMALL_FOR_DETERMINANT) {

Completed in 49 milliseconds