Searched defs:fFractionDifference (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h116 , fFractionDifference(0)
138 float fFractionDifference; member in struct:DiffRecord
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
/external/skia/tools/
H A Dskdiff.h116 , fFractionDifference(0)
138 float fFractionDifference; member in struct:DiffRecord
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {

Completed in 81 milliseconds