Home
last modified time | relevance | path

Searched refs:GREYSCALE (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DPixels.h113 GREYSCALE, enumerator
129 if (SHADE == SHADER::GREYSCALE || SHADE == SHADER::SEPIA) {
137 if (SHADE == SHADER::GREYSCALE || SHADE == SHADER::SEPIA) { in tint()
158 case SHADER::GREYSCALE: in operator()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DTPTImage.cc113 colourspace = (bpc==1)? BINARY : GREYSCALE; in loadImageInfo()
298 colourspace = (bpc==1)? BINARY : GREYSCALE; in getTile()
303 colourspace = GREYSCALE; in getTile()
H A DView.h140 if( cmapped || shaded || ctw.size() || colourspace==GREYSCALE ) return false; in embedICC()
H A DJTL.cc107 || ( session->view->colourspace==GREYSCALE && (*session->image)->getNumChannels()==3 && in send()
296 if( (*session->image)->getColourSpace() == sRGB && session->view->colourspace == GREYSCALE ){ in send()
H A DRawTile.h34 enum ColourSpaces { NONE, GREYSCALE, sRGB, CIELAB, BINARY }; enumerator
H A DOBJ.cc286 else if( (*session->image)->getColourSpace() == GREYSCALE ){ in colorspace()
H A DOpenJPEGImage.cc210 colourspace = (bpc==1)? BINARY : GREYSCALE; in loadImageInfo()
H A DTask.cc496 if( ctype == "grey" || ctype == "gray" ) session->view->colourspace = GREYSCALE; in run()
H A DIIIF.cc489 session->view->colourspace = GREYSCALE; in run()
H A DKakaduImage.cc251 colourspace = (bpc==1)? BINARY : GREYSCALE; in loadImageInfo()
H A DCVT.cc390 if( (*session->image)->getColourSpace() == sRGB && session->view->colourspace == GREYSCALE ){ in send()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DGlyph.cpp59 _shaderTechnique(GREYSCALE), in GlyphTexture()
82 if (_shaderTechnique==GREYSCALE) return 0; in getEffectMargin()
178 if (_shaderTechnique<=GREYSCALE) in copyGlyphImage()
419 …GLenum imageFormat = (_shaderTechnique<=GREYSCALE) ? OSGTEXT_GLYPH_ALPHA_FORMAT : OSGTEXT_GLYPH_SD… in createImage()
420 …GLenum internalFormat = (_shaderTechnique<=GREYSCALE) ? OSGTEXT_GLYPH_ALPHA_INTERNALFORMAT : OSGTE… in createImage()
H A DText.cpp38 _shaderTechnique(GREYSCALE), in Text()
56 else if (str=="GREYSCALE") _shaderTechnique = GREYSCALE; in Text()
159 if (_shaderTechnique>GREYSCALE) in createStateSet()
198 case(GREYSCALE) : DEBUG_MESSAGE<<"GREYSCALE"<<std::endl; break; in createStateSet()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgfadetext/
H A Dosgfadetext.cpp132 _shaderTechnique(osgText::GREYSCALE) in TextSettings()
152 _shaderTechnique = osgText::GREYSCALE; in TextSettings()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dtamarack.c366 case GREYSCALE: in scan_area_and_windows()
414 case GREYSCALE: in mode_select()
540 case GREYSCALE: in get_image_status()
881 if ((s->mode == TRUECOLOR) || (s->mode == GREYSCALE)) { in reader_process()
1081 return GREYSCALE; in make_mode()
1195 if (s->mode == GREYSCALE) { in sane_control_option()
1295 } else if (s->mode == GREYSCALE) { in sane_get_parameters()
1346 s->mode = GREYSCALE; in sane_start()
H A Dtamarack.h155 #define GREYSCALE 2 macro
H A Dcoolscan.h203 #define GREYSCALE 0x01 macro
H A Dcoolscan.c597 if (s->colormode == GREYSCALE) in coolscan_set_window_param_LS20()
767 if (s->colormode == GREYSCALE) in coolscan_set_window_param_LS30()
954 s->colormode = GREYSCALE; in coolscan_get_window_param_LS20()
1018 case GREYSCALE: in coolscan_start_scanLS30()
1381 case GREYSCALE: in scan_bytes_per_line()
1411 case GREYSCALE: in write_bytes_per_line()
3567 case GREYSCALE:strcpy (val,grayStr); in sane_control_option()
3898 { scanner->colormode=GREYSCALE; in sane_control_option()
3899 scanner->colormode_p=GREYSCALE; in sane_control_option()
3907 scanner->colormode_p=GREYSCALE; in sane_control_option()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgfont/
H A Dosgfont.cpp66 shaderTechnique(osgText::GREYSCALE), in TextSettings()
100 if (arguments.read("--GREYSCALE")) { shaderTechnique = osgText::GREYSCALE; } in read()
394 settings.shaderTechnique = osgText::GREYSCALE; in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/
H A DGlyph44 GREYSCALE = 0x1,
46 ALL_FEATURES = GREYSCALE | SIGNED_DISTANCE_FIELD
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DText.cpp149 if (_shaderTechnique>osgText::GREYSCALE) in createStateSet()
H A DText.frag.glsl252 …e alpha_power value the greater the saturation, no need to be so aggressive with SDF than GREYSCALE
/dports/audio/enscribe/enscribe-0.1.0/
H A Denscribe.c93 GREYSCALE, enumerator
538 colormode=GREYSCALE; in readoptions()
1146 case GREYSCALE: in main()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SDLVideo/
H A DSDL12Video.cpp363 RGBBlendingPipeline<SHADER::GREYSCALE, true> blender(tint, BlendFn); in BlitSpriteNativeClipped()
373 RGBBlendingPipeline<SHADER::GREYSCALE, true> blender(BlendFn); in BlitSpriteNativeClipped()
H A DSDLVideo.cpp651 RGBBlendingPipeline<SHADER::GREYSCALE, true> blender; in RenderSpriteVersion()

12