OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxcolors
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/image_comparison/
rgb_image_comparer.py
65
maxcolors
= diff_image.size[0] * diff_image.size[1]
66
colorstuples = diff_image.getcolors(
maxcolors
)
69
logging.debug("***ALL Color counts: %d",
maxcolors
)
/external/autotest/client/site_tests/desktopui_MashLogin/
desktopui_MashLogin.py
37
if image.getcolors(
maxcolors
=_MAX_COLORS) is not None:
Completed in 167 milliseconds