Home
last modified time | relevance | path

Searched refs:mixed_color (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_color.c167 static XColor mixed_color[2]; variable
817 save0 = mixed_color[0].pixel; in restore_mixed_colors()
818 save1 = mixed_color[1].pixel; in restore_mixed_colors()
824 mixed_color[0].red &= 0xff00; in restore_mixed_colors()
825 mixed_color[0].green &= 0xff00; in restore_mixed_colors()
826 mixed_color[0].blue &= 0xff00; in restore_mixed_colors()
827 mixed_color[1].red &= 0xff00; in restore_mixed_colors()
829 mixed_color[1].blue &= 0xff00; in restore_mixed_colors()
846 mixed_color[0].pixel = save0; in restore_mixed_colors()
847 mixed_color[1].pixel = save1; in restore_mixed_colors()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dfile_format_t.cpp706 auto mixed_color = std::make_unique<MapColor>(QString::fromLatin1("mixed color"), 1); in pristineMapTest() local
707 mixed_color->setSpotColorComposition({ {&*spot_color, 0.5f} }); in pristineMapTest()
708 mixed_color->setCmykFromSpotColors(); in pristineMapTest()
709 mixed_color->setRgbFromCmyk(); in pristineMapTest()
718 map.addColor(mixed_color.release(), 1); in pristineMapTest()
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dsqcode.c539 unsigned char mixed_color = in _zbar_sq_decode() local
543 if (is_black_color(mixed_color)) in _zbar_sq_decode()
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DGraphicalSummary.cpp297 … GG::Clr mixed_color(interpolate(health_percentage, m_health_color.r, m_wound_color.r), in Render() local
301 … GG::FlatRectangle(ClientUpperLeft(), ClientLowerRight(), mixed_color, GG::CLR_ZERO, 1); in Render()