Home
last modified time | relevance | path

Searched refs:colour_found (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/
H A Dlighting.cpp3708 int one_colour_found, colour_found; in compute_lighted_texture() local
3822 colour_found = Compute_Pigment (LayCol, Layer->Pigment, IPoint, Intersect); in compute_lighted_texture()
3830 if (colour_found) in compute_lighted_texture()
4008 if (colour_found) in compute_lighted_texture()
4270 int i, inside_hollow_object, colour_found, one_colour_found; in compute_shadow_texture() local
4286 colour_found = Compute_Pigment (Layer_Pigment_Colour, Layer->Pigment, IPoint, Ray_Intersection); in compute_shadow_texture()
4288 if (colour_found) in compute_shadow_texture()
4554 int one_colour_found, colour_found; in compute_backtrace_texture() local
4772 colour_found = Compute_Pigment (LayCol, Layer->Pigment, IPoint, Intersection); in compute_backtrace_texture()
4786 if (colour_found) in compute_backtrace_texture()
[all …]
H A Dpattern.cpp3183 int colour_found=false; in pigment_pattern() local
3186 colour_found = Compute_Pigment(Col, TPat->Vals.Pigment, EPoint, isect); in pigment_pattern()
3188 if(!colour_found) in pigment_pattern()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dlighting.cpp3890 int one_colour_found, colour_found; in compute_lighted_texture() local
4004 colour_found = Compute_Pigment (LayCol, Layer->Pigment, IPoint, Intersect); in compute_lighted_texture()
4012 if (colour_found) in compute_lighted_texture()
4190 if (colour_found) in compute_lighted_texture()
4452 int i, inside_hollow_object, colour_found, one_colour_found; in compute_shadow_texture() local
4468 colour_found = Compute_Pigment (Layer_Pigment_Colour, Layer->Pigment, IPoint, Ray_Intersection); in compute_shadow_texture()
4470 if (colour_found) in compute_shadow_texture()
4736 int one_colour_found, colour_found; in compute_backtrace_texture() local
4966 colour_found = Compute_Pigment (LayCol, Layer->Pigment, IPoint, Intersection); in compute_backtrace_texture()
4980 if (colour_found) in compute_backtrace_texture()
[all …]
H A Dpattern.cpp3478 int colour_found=false; in pigment_pattern() local
3481 colour_found = Compute_Pigment(Col, TPat->Vals.Pigment, EPoint, isect); in pigment_pattern()
3483 if(!colour_found) in pigment_pattern()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.cpp243 int one_colour_found, colour_found; in ComputeLightedTexture() local
414 colour_found = Compute_Pigment(LayCol, Layer->Pigment, ipoint, &isect, &ray, threadData); in ComputeLightedTexture()
425 if (colour_found) in ComputeLightedTexture()
446 if (colour_found) in ComputeLightedTexture()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtrace.cpp750 bool one_colour_found, colour_found; in ComputeLightedTexture() local
825 colour_found = Compute_Pigment(layCol, layer->Pigment, ipoint, &isect, &ray, threadData); in ComputeLightedTexture()
830 one_colour_found = (one_colour_found || colour_found); in ComputeLightedTexture()
1055 if(colour_found) in ComputeLightedTexture()
1179 bool one_colour_found, colour_found; in ComputeShadowTexture() local
1187colour_found = Compute_Pigment(layer_Pigment_Colour, layer->Pigment, ipoint, &isect, &ray, threadD… in ComputeShadowTexture()
1189 if(colour_found) in ComputeShadowTexture()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dphotons.cpp235 int one_colour_found, colour_found; in ComputeLightedTexture() local
399 colour_found = Compute_Pigment(LayCol, Layer->Pigment, *ipoint, &isect, &ray, threadData); in ComputeLightedTexture()
412 if (colour_found) in ComputeLightedTexture()
456 if (colour_found) in ComputeLightedTexture()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/
H A Dtrace.cpp720 bool one_colour_found, colour_found; in ComputeLightedTexture() local
790 colour_found = Compute_Pigment(layCol, layer->Pigment, *ipoint, &isect, &ray, threadData); in ComputeLightedTexture()
795 one_colour_found = (one_colour_found || colour_found); in ComputeLightedTexture()
952 if(colour_found) in ComputeLightedTexture()
1107 bool one_colour_found, colour_found; in ComputeShadowTexture() local
1116colour_found = Compute_Pigment(layer_Pigment_Colour, layer->Pigment, *ipoint, &isect, &ray, thread… in ComputeShadowTexture()
1118 if(colour_found) in ComputeShadowTexture()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/pattern/
H A Dpattern.cpp7526 int colour_found=false; in pigment_pattern() local
7530 colour_found = Compute_Pigment(Col, TPat->Vals.Pigment, EPoint, isect, ray, Thread); in pigment_pattern()
7532 if(!colour_found) in pigment_pattern()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpattern.cpp7976 int colour_found=false; in EvaluateRaw() local
7980 colour_found = Compute_Pigment(Col, pPigment, EPoint, pIsection, pRay, pThread); in EvaluateRaw()
7982 if(!colour_found) in EvaluateRaw()