Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dconvert2tlv.cpp87 CHECKCOLOR(r, x, y - rad, tone) in getClosestToneValue()
88 CHECKCOLOR(r, x, y + rad, tone) in getClosestToneValue()
89 CHECKCOLOR(r, x - rad, y, tone) in getClosestToneValue()
90 CHECKCOLOR(r, x + rad, y, tone) in getClosestToneValue()
92 CHECKCOLOR(r, x - j, y - rad, tone) in getClosestToneValue()
93 CHECKCOLOR(r, x + j, y - rad, tone) in getClosestToneValue()
94 CHECKCOLOR(r, x - j, y + rad, tone) in getClosestToneValue()
95 CHECKCOLOR(r, x + j, y + rad, tone) in getClosestToneValue()
97 CHECKCOLOR(r, x - rad, y - j, tone) in getClosestToneValue()
98 CHECKCOLOR(r, x - rad, y + j, tone) in getClosestToneValue()
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dpanel.c398 CHECKCOLOR(string, "black", color, COLOR_BLACK) in get_color()
399 else CHECKCOLOR(string, "cyan", color, COLOR_CYAN) in get_color()
400 else CHECKCOLOR(string, "blue", color, COLOR_BLUE) in get_color()
401 else CHECKCOLOR(string, "darkgrey", color, COLOR_DARK_GREY) in get_color()
402 else CHECKCOLOR(string, "green", color, COLOR_GREEN) in get_color()
403 else CHECKCOLOR(string, "lightblue", color, COLOR_LIGHT_BLUE) in get_color()
408 else CHECKCOLOR(string, "lightred", color, COLOR_LIGHT_RED) in get_color()
410 else CHECKCOLOR(string, "magenta", color, COLOR_MAGENTA) in get_color()
411 else CHECKCOLOR(string, "red", color, COLOR_RED) in get_color()
412 else CHECKCOLOR(string, "white", color, COLOR_WHITE) in get_color()
[all …]