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

  /external/chromium_org/third_party/skia/tools/
skdiff.h 116 , fFractionDifference(0)
138 float fFractionDifference;
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
  /external/skia/tools/
skdiff.h 116 , fFractionDifference(0)
138 float fFractionDifference;
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {

Completed in 89 milliseconds