Home
last modified time | relevance | path

Searched refs:spot_color (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/render_pipeline/
H A Dstage_spot.cc11 explicit SpotColorStage(size_t spot_c, const float* spot_color) in SpotColorStage() argument
14 spot_color_(spot_color) { in SpotColorStage()
46 size_t spot_c, const float* spot_color) { in GetSpotColorStage() argument
47 return jxl::make_unique<SpotColorStage>(spot_c, spot_color); in GetSpotColorStage()
H A Drender_pipeline_test.cc113 info.spot_color[0] = 0.5f; in TEST_P()
114 info.spot_color[1] = 0.2f; in TEST_P()
115 info.spot_color[2] = 1.f; in TEST_P()
116 info.spot_color[3] = 0.5f; in TEST_P()
H A Dstage_spot.h17 const float* spot_color);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/renderables/
H A Drenderable.cpp449 switch (drawing_color.spot_color->getSpotColorMethod()) in drawColorSeparation()
455 if (drawing_color.spot_color == separation) in drawColorSeparation()
459 else if (drawing_started && drawing_color.spot_color->getKnockout()) in drawColorSeparation()
473 const SpotColorComponents& components = drawing_color.spot_color->getComponents(); in drawColorSeparation()
476 if (component.spot_color == separation) in drawColorSeparation()
483 if (drawing_color.spot_color != separation) in drawColorSeparation()
487 if (drawing_started && drawing_color.spot_color->getKnockout()) in drawColorSeparation()
510 else if (!drawing_color.spot_color) in drawColorSeparation()
513 drawing_color.spot_color = Map::getUndefinedColor(); // in release build in drawColorSeparation()
520 drawing_color.spot_color = separation; in drawColorSeparation()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap_color.cpp134 return *left.spot_color == *right.spot_color in operator ==()
145 return left.spot_color->equals(*right.spot_color, compare_priority) in componentsEqual()
212 auto match = [this, color](const SpotColorComponent& scc) { return scc.spot_color == color; }; in removeSpotColorComponent()
308 spot_color_name += component.spot_color->getSpotColorName() + QLatin1Char(' ') in updateCompositionName()
361 const MapColorCmyk& other = component.spot_color->cmyk; in cmykFromSpotColors()
378 const MapColorRgb& other = component.spot_color->rgb; in rgbFromSpotColors()
H A Dmap_color.h142 const MapColor* spot_color; member
152 SpotColorComponent(const MapColor* spot_color, float factor);
667 : spot_color(nullptr), in SpotColorComponent()
674 SpotColorComponent::SpotColorComponent(const MapColor* spot_color, float factor) in SpotColorComponent() argument
675 : spot_color(spot_color), in SpotColorComponent()
684 return spot_color; in isValid()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/extras/
H A Dpacked_image_convert.cc97 out.spot_color[0] = info.ec_info.spot_color[0]; in ConvertPackedPixelFileToCodecInOut()
98 out.spot_color[1] = info.ec_info.spot_color[1]; in ConvertPackedPixelFileToCodecInOut()
99 out.spot_color[2] = info.ec_info.spot_color[2]; in ConvertPackedPixelFileToCodecInOut()
100 out.spot_color[3] = info.ec_info.spot_color[3]; in ConvertPackedPixelFileToCodecInOut()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/examples/
H A Djxlinfo.c131 printf(" spot_color: %f %f %f %f\n", extra.spot_color[0], in PrintBasicInfo()
132 extra.spot_color[1], extra.spot_color[2], extra.spot_color[3]); in PrintBasicInfo()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/examples/
H A Djxlinfo.c131 printf(" spot_color: %f %f %f %f\n", extra.spot_color[0], in PrintBasicInfo()
132 extra.spot_color[1], extra.spot_color[2], extra.spot_color[3]); in PrintBasicInfo()
/dports/graphics/libjxl/libjxl-0.6.1/examples/
H A Djxlinfo.c161 extra.spot_color[0], extra.spot_color[1], extra.spot_color[2], in PrintBasicInfo()
162 extra.spot_color[3]); in PrintBasicInfo()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/examples/
H A Djxlinfo.c167 extra.spot_color[0], extra.spot_color[1], extra.spot_color[2], in PrintBasicInfo()
168 extra.spot_color[3]); in PrintBasicInfo()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dencode.cc618 info->spot_color[0] = 0; in JxlEncoderInitExtraChannelInfo()
619 info->spot_color[1] = 0; in JxlEncoderInitExtraChannelInfo()
620 info->spot_color[2] = 0; in JxlEncoderInitExtraChannelInfo()
621 info->spot_color[3] = 0; in JxlEncoderInitExtraChannelInfo()
644 channel.spot_color[0] = info->spot_color[0]; in JxlEncoderSetExtraChannelInfo()
645 channel.spot_color[1] = info->spot_color[1]; in JxlEncoderSetExtraChannelInfo()
646 channel.spot_color[2] = info->spot_color[2]; in JxlEncoderSetExtraChannelInfo()
647 channel.spot_color[3] = info->spot_color[3]; in JxlEncoderSetExtraChannelInfo()
/dports/x11-themes/clearlooks/clearlooks-0.6.2/src/
H A Dclearlooks_rc_style.c317 token = theme_parse_color(settings, scanner, &clearlooks_style->spot_color); in clearlooks_rc_style_parse()
381 dest_w->spot_color = src_w->spot_color; in clearlooks_rc_style_merge()
H A Dclearlooks_rc_style.h42 GdkColor spot_color; member
H A Dclearlooks_style.h61 GdkColor spot_color; member
/dports/x11-themes/clearlooks-themes/clearlooks-0.6.2/src/
H A Dclearlooks_rc_style.c317 token = theme_parse_color(settings, scanner, &clearlooks_style->spot_color); in clearlooks_rc_style_parse()
381 dest_w->spot_color = src_w->spot_color; in clearlooks_rc_style_merge()
H A Dclearlooks_rc_style.h42 GdkColor spot_color; member
H A Dclearlooks_style.h61 GdkColor spot_color; member
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dfile_format_t.cpp701 auto spot_color = std::make_unique<MapColor>(QString::fromLatin1("spot color"), 0); in pristineMapTest() local
702 spot_color->setSpotColorName(QString::fromLatin1("SPOTCOLOR")); in pristineMapTest()
703 spot_color->setCmyk({0.1f, 0.2f, 0.3f, 0.4f}); in pristineMapTest()
704 spot_color->setRgbFromCmyk(); in pristineMapTest()
707 mixed_color->setSpotColorComposition({ {&*spot_color, 0.5f} }); in pristineMapTest()
712 custom_color->setSpotColorComposition({ {&*spot_color, 0.5f} }); in pristineMapTest()
717 map.addColor(spot_color.release(), 0); in pristineMapTest()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/lua/src/
H A Dlua_style.c713 CairoColor spot_color; in lua_style_realize() local
728 ge_gdk_color_to_cairo (&style->bg[GTK_STATE_SELECTED], &spot_color); in lua_style_realize()
730 ge_shade_color(&spot_color, 1.42, &lua_style->colors.spot[0]); in lua_style_realize()
731 ge_shade_color(&spot_color, 1.05, &lua_style->colors.spot[1]); in lua_style_realize()
732 ge_shade_color(&spot_color, 0.65, &lua_style->colors.spot[2]); in lua_style_realize()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_psd.cc403 info.spot_color[0] = spotcolor[i][0]; in DecodeImagePSD()
404 info.spot_color[1] = spotcolor[i][1]; in DecodeImagePSD()
405 info.spot_color[2] = spotcolor[i][2]; in DecodeImagePSD()
406 info.spot_color[3] = spotcolor[i][4]; in DecodeImagePSD()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_psd.cc403 info.spot_color[0] = spotcolor[i][0]; in DecodeImagePSD()
404 info.spot_color[1] = spotcolor[i][1]; in DecodeImagePSD()
405 info.spot_color[2] = spotcolor[i][2]; in DecodeImagePSD()
406 info.spot_color[3] = spotcolor[i][4]; in DecodeImagePSD()
/dports/graphics/libjxl/libjxl-0.6.1/lib/include/jxl/
H A Dcodestream_header.h275 float spot_color[4]; member
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/include/jxl/
H A Dcodestream_header.h265 float spot_color[4]; member
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/include/jxl/
H A Dcodestream_header.h265 float spot_color[4]; member

123