Home
last modified time | relevance | path

Searched refs:select_colors (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py763 select_colors = idleConf.GetHighlight(theme, 'hilite')
768 selectforeground=select_colors['foreground'],
769 selectbackground=select_colors['background'],
773 inactiveselectbackground=select_colors['background'])
/external/libjpeg-turbo/
Djquant2.c519 select_colors (j_decompress_ptr cinfo, int desired_colors) in select_colors() function
1120 select_colors(cinfo, cquantize->desired); in finish_pass1()