OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWeightedFraction
(Results
1 - 4
of
4
) sorted by null
/external/skia/tools/
skdiff.h
117
,
fWeightedFraction
(0)
139
float
fWeightedFraction
;
200
if (lhs->
fWeightedFraction
< rhs->
fWeightedFraction
) {
203
if (lhs->
fWeightedFraction
> rhs->
fWeightedFraction
) {
skdiff.cpp
176
dr->
fWeightedFraction
= 0;
192
dr->
fWeightedFraction
+= ((float) value) / 255;
222
dr->
fWeightedFraction
/= pixelCount;
skdiff_image.cpp
341
printf(" (%.4f%% weighted)", 100 * dr.
fWeightedFraction
);
skdiff_html.cpp
86
stream->writeDecAsText(diff.
fWeightedFraction
*
120
sprintf(metricBuf, "%.4f%%", 100 * diff.
fWeightedFraction
);
Completed in 39 milliseconds