Home
last modified time | relevance | path

Searched refs:BlueScale (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/games/avp/avp-20170505/src/avp/
H A Dlighting.c49 lightPtr->BlueScale=0; in AddLightingEffectToObject()
66 lightPtr->BlueScale=0; in AddLightingEffectToObject()
85 lightPtr->BlueScale=128*256; in AddLightingEffectToObject()
90 lightPtr->BlueScale=200*256; in AddLightingEffectToObject()
108 lightPtr->BlueScale=0; in AddLightingEffectToObject()
124 lightPtr->BlueScale=128*256; in AddLightingEffectToObject()
141 lightPtr->BlueScale=255*256; in AddLightingEffectToObject()
158 lightPtr->BlueScale=255*256; in AddLightingEffectToObject()
191 lightPtr->BlueScale=50*256; in AddLightingEffectToObject()
392 lightPtr->BlueScale= 0; in HandleLightElementSystem()
[all …]
H A Dbh_light.c213 pl_bhv->light->BlueScale=pl_bhv->colour_blue; in InitPlacedLight()
705 pl_bhv->light->BlueScale=pl_bhv->colour_blue+pl_bhv->colour_diff_blue; in SendRequestToPlacedLight()
813 pl_bhv->light->BlueScale=pl_bhv->colour_blue; in UpdatePlacedLightState()
831 pl_bhv->light->BlueScale=pl_bhv->colour_blue+pl_bhv->colour_diff_blue; in UpdatePlacedLightState()
867 pl_bhv->light->BlueScale=pl_bhv->colour_blue; in UpdatePlacedLightColour()
876 pl_bhv->light->BlueScale=pl_bhv->colour_blue; in UpdatePlacedLightColour()
889 pl_bhv->light->BlueScale=pl_bhv->colour_blue+pl_bhv->colour_diff_blue; in UpdatePlacedLightColour()
904 pl_bhv->light->BlueScale=pl_bhv->colour_blue+MUL_FIXED(pl_bhv->colour_diff_blue,mult); in UpdatePlacedLightColour()
919 pl_bhv->light->BlueScale=pl_bhv->colour_blue+MUL_FIXED(pl_bhv->colour_diff_blue,mult); in UpdatePlacedLightColour()
966 pl_bhv->light->BlueScale=pl_bhv->colour_blue+pl_bhv->colour_diff_blue; in UpdatePlacedLightColour()
[all …]
/dports/print/typetools/lcdf-typetools-2.108/t1lint/
H A Dt1lint.cc131 check_blue_array(Vector<double> &blues, const char *name, double BlueScale, in check_blue_array() argument
145 double max_diff = 1 / BlueScale; in check_blue_array()
181 double BlueScale; in check_blues() local
184 if (!d->value_num(BlueScale)) in check_blues()
186 else if (BlueScale <= 0) in check_blues()
189 if (BlueScale > 0.5) in check_blues()
190 errh->error("suspiciously large BlueScale (%g)", BlueScale); in check_blues()
194 if (!ok) BlueScale = 0.039625; in check_blues()
219 check_blue_array(BlueValues, "BlueValues", BlueScale, errh); in check_blues()
222 check_blue_array(OtherBlues, "OtherBlues", BlueScale, errh); in check_blues()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1lint/
H A Dt1lint.cc131 check_blue_array(Vector<double> &blues, const char *name, double BlueScale, in check_blue_array() argument
145 double max_diff = 1 / BlueScale; in check_blue_array()
181 double BlueScale; in check_blues() local
184 if (!d->value_num(BlueScale)) in check_blues()
186 else if (BlueScale <= 0) in check_blues()
189 if (BlueScale > 0.5) in check_blues()
190 errh->error("suspiciously large BlueScale (%g)", BlueScale); in check_blues()
194 if (!ok) BlueScale = 0.039625; in check_blues()
219 check_blue_array(BlueValues, "BlueValues", BlueScale, errh); in check_blues()
222 check_blue_array(OtherBlues, "OtherBlues", BlueScale, errh); in check_blues()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1lint/
H A Dt1lint.cc131 check_blue_array(Vector<double> &blues, const char *name, double BlueScale, in check_blue_array() argument
145 double max_diff = 1 / BlueScale; in check_blue_array()
181 double BlueScale; in check_blues() local
184 if (!d->value_num(BlueScale)) in check_blues()
186 else if (BlueScale <= 0) in check_blues()
189 if (BlueScale > 0.5) in check_blues()
190 errh->error("suspiciously large BlueScale (%g)", BlueScale); in check_blues()
194 if (!ok) BlueScale = 0.039625; in check_blues()
219 check_blue_array(BlueValues, "BlueValues", BlueScale, errh); in check_blues()
222 check_blue_array(OtherBlues, "OtherBlues", BlueScale, errh); in check_blues()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dvertex.c82 ctx->Current.IntColor[2] = blue * ctx->Visual->BlueScale; in gl_Color4f()
97 ctx->Current.IntColor[2] = blue * ctx->Visual->BlueScale; in gl_ColorMat4f()
116 ctx->Current.IntColor[2] = blue * ctx->Visual->BlueScale * (1.0F/255.0F); in gl_Color4ub()
147 ctx->Current.IntColor[2] = blue * ctx->Visual->BlueScale * (1.0F/255.0F); in gl_ColorMat4ub()
H A Dcopypix.c75 || ctx->Pixel.BlueScale!=1.0 || ctx->Pixel.BlueBias!=0.0 in copy_rgb_pixels()
108 GLfloat bbias = ctx->Pixel.BlueBias * ctx->Visual->BlueScale; in copy_rgb_pixels()
112 GLint bmax = (GLint) ctx->Visual->BlueScale; in copy_rgb_pixels()
117 GLint b = blue[i] * ctx->Pixel.BlueScale + bbias; in copy_rgb_pixels()
138 blue[i] = (GLint) (ctx->Pixel.MapBtoB[ib]*ctx->Visual->BlueScale); in copy_rgb_pixels()
/dports/print/fontforge/fontforge-20201107/doc/sphinx/fontutils/
H A Dfontlint.rst40 the BlueScale in the PostScript Private dictionary.
52 for the BlueScale in the PostScript Private dictionary.
54 * Bad BlueScale entry in PostScript Private dictionary.
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMPolyColorMod.h42 struct BlueScale{ struct
181 void setBlueScale(size_t b_i,const BlueScale& b) in setBlueScale()
187 void setBlueScale(size_t b_start,size_t b_end,BlueScale* b) in setBlueScale()
203 void appendBlueScale(const BlueScale& b)const in appendBlueScale()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfont1.c113 &pdata1->BlueScale)) < 0 || in charstring_font_params()
181 if (pdata1->BlueScale * max_zone_height > 1.0) in charstring_font_params()
182 pdata1->BlueScale = 1.0 / max_zone_height; in charstring_font_params()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfont1.c109 &pdata1->BlueScale)) < 0 || in charstring_font_params()
177 if (pdata1->BlueScale * max_zone_height > 1.0) in charstring_font_params()
178 pdata1->BlueScale = 1.0 / max_zone_height; in charstring_font_params()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzfont1.c113 &pdata1->BlueScale)) < 0 || in charstring_font_params()
181 if (pdata1->BlueScale * max_zone_height > 1.0) in charstring_font_params()
182 pdata1->BlueScale = 1.0 / max_zone_height; in charstring_font_params()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfont1.c109 &pdata1->BlueScale)) < 0 || in charstring_font_params()
177 if (pdata1->BlueScale * max_zone_height > 1.0) in charstring_font_params()
178 pdata1->BlueScale = 1.0 / max_zone_height; in charstring_font_params()
/dports/games/avp/avp-20170505/src/
H A Dfmv.h25 int BlueScale; member
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfont1.c110 if ((code = dict_float_param(pprivate, "BlueScale", 0.039625, &pdata1->BlueScale)) < 0) in charstring_font_params()
168 if (pdata1->BlueScale * max_zone_height > 1.0) in charstring_font_params()
169 pdata1->BlueScale = 1.0 / max_zone_height; in charstring_font_params()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfont1.c110 if ((code = dict_float_param(pprivate, "BlueScale", 0.039625, &pdata1->BlueScale)) < 0) in charstring_font_params()
168 if (pdata1->BlueScale * max_zone_height > 1.0) in charstring_font_params()
169 pdata1->BlueScale = 1.0 / max_zone_height; in charstring_font_params()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dblues.h72 double BlueScale; member
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dblues.h72 DOUBLE BlueScale; member
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dblues.h74 DOUBLE BlueScale; member
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dblues.h74 DOUBLE BlueScale; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dpixel.c546 if (ctx->Pixel.BlueScale == param) in _mesa_PixelTransferf()
549 ctx->Pixel.BlueScale = param; in _mesa_PixelTransferf()
612 ctx->Pixel.BlueScale != 1.0F || ctx->Pixel.BlueBias != 0.0F || in _mesa_update_pixel()
650 ctx->Pixel.BlueScale = 1.0; in _mesa_init_pixel()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dpixel.c546 if (ctx->Pixel.BlueScale == param) in _mesa_PixelTransferf()
549 ctx->Pixel.BlueScale = param; in _mesa_PixelTransferf()
612 ctx->Pixel.BlueScale != 1.0F || ctx->Pixel.BlueBias != 0.0F || in _mesa_update_pixel()
650 ctx->Pixel.BlueScale = 1.0; in _mesa_init_pixel()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dpixel.c546 if (ctx->Pixel.BlueScale == param) in _mesa_PixelTransferf()
549 ctx->Pixel.BlueScale = param; in _mesa_PixelTransferf()
612 ctx->Pixel.BlueScale != 1.0F || ctx->Pixel.BlueBias != 0.0F || in _mesa_update_pixel()
650 ctx->Pixel.BlueScale = 1.0; in _mesa_init_pixel()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dpixel.c546 if (ctx->Pixel.BlueScale == param) in _mesa_PixelTransferf()
549 ctx->Pixel.BlueScale = param; in _mesa_PixelTransferf()
612 ctx->Pixel.BlueScale != 1.0F || ctx->Pixel.BlueBias != 0.0F || in _mesa_update_pixel()
650 ctx->Pixel.BlueScale = 1.0; in _mesa_init_pixel()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dpixel.c546 if (ctx->Pixel.BlueScale == param) in _mesa_PixelTransferf()
549 ctx->Pixel.BlueScale = param; in _mesa_PixelTransferf()
612 ctx->Pixel.BlueScale != 1.0F || ctx->Pixel.BlueBias != 0.0F || in _mesa_update_pixel()
650 ctx->Pixel.BlueScale = 1.0; in _mesa_init_pixel()

12345678910>>...12