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

/external/skia/tools/skdiff/
H A Dskdiff.h117 , fWeightedFraction(0)
139 float fWeightedFraction; member in struct:DiffRecord
200 if (lhs->fWeightedFraction < rhs->fWeightedFraction) {
203 if (lhs->fWeightedFraction > rhs->fWeightedFraction) {
/external/skqp/tools/skdiff/
H A Dskdiff.h117 , fWeightedFraction(0)
139 float fWeightedFraction; member in struct:DiffRecord
200 if (lhs->fWeightedFraction < rhs->fWeightedFraction) {
203 if (lhs->fWeightedFraction > rhs->fWeightedFraction) {

Completed in 1927 milliseconds