Home
last modified time | relevance | path

Searched refs:Pigment (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/graphics/povray37/povray-3.7.0.10/source/backend/texture/
H A Dpigment.cpp299 if (Pigment != NULL) in Destroy_Pigment()
305 POV_FREE(Pigment); in Destroy_Pigment()
338 if (Pigment == NULL) in Post_Pigment()
352 Pigment->colour.clear() ; in Post_Pigment()
357 Pigment->Flags |= POST_DONE; in Post_Pigment()
359 switch (Pigment->Type) in Post_Pigment()
365 Pigment->Warps = NULL; in Post_Pigment()
378 switch (Pigment->Type) in Post_Pigment()
443 if (Pigment->Next != NULL) in Post_Pigment()
510 switch (Pigment->Type) in Compute_Pigment()
[all …]
H A Dpigment.h79 void Destroy_Pigment(PIGMENT *Pigment);
80 int Post_Pigment(PIGMENT *Pigment);
81 bool Compute_Pigment(Colour& colour, const PIGMENT *Pigment, const VECTOR IPoint, const Intersectio…
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpigment.cpp277 if (Pigment != NULL) in Destroy_Pigment()
283 POV_FREE(Pigment); in Destroy_Pigment()
316 if (Pigment == NULL) in Post_Pigment()
321 if (Pigment->Flags & POST_DONE) in Post_Pigment()
335 Pigment->Flags |= POST_DONE; in Post_Pigment()
337 switch (Pigment->Type) in Post_Pigment()
343 Pigment->Warps = NULL; in Post_Pigment()
356 switch (Pigment->Type) in Post_Pigment()
407 Pigment->Flags |= HAS_FILTER; in Post_Pigment()
410 if (Pigment->Next != NULL) in Post_Pigment()
[all …]
H A Dpigment.h73 void Destroy_Pigment (PIGMENT *Pigment);
74 int Post_Pigment (PIGMENT *Pigment);
75 int Compute_Pigment (COLOUR Colour, PIGMENT *Pigment, VECTOR IPoint, INTERSECTION *Intersect);
H A Dparstxtr.cpp562 Pigment->Vals.Image=Image; in Parse_Image_Map()
2317 Texture->Pigment = NULL; in Parse_Texture()
2367 Destroy_Pigment(Texture->Pigment); in Parse_Tiles()
2370 Texture->Pigment = NULL; in Parse_Tiles()
2451 Destroy_Pigment(Texture->Pigment); in Parse_Material_Map()
2454 Texture->Pigment = NULL; in Parse_Material_Map()
2552 PIGMENT *Pigment; in Parse_Vers1_Texture() local
2604 Pigment = Texture->Pigment; in Parse_Vers1_Texture() local
2693 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
2701 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
[all …]
H A Dexpress.cpp2477 Temp_Ent[i].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Blend_Map()
2478 Parse_Pigment(&(Temp_Ent[i].Vals.Pigment)); in Parse_Blend_Map()
2495 Temp_Ent[i].Vals.Pigment=NULL; in Parse_Blend_Map()
2606 Temp_Ent[i].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Blend_List()
2607 Parse_Pigment(&(Temp_Ent[i].Vals.Pigment)); in Parse_Blend_List()
2665 Temp_Ent[i].Vals.Pigment=NULL; in Parse_Blend_List()
2698 Temp_Ent[i].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Blend_List()
2710 Temp_Ent[i].Vals.Pigment=NULL; in Parse_Blend_List()
2776 Temp_Ent[0].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Item_Into_Blend_List()
2777 Parse_Pigment(&(Temp_Ent[0].Vals.Pigment)); in Parse_Item_Into_Blend_List()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpigment.cpp298 if (Pigment != NULL) in Destroy_Pigment()
304 POV_FREE(Pigment); in Destroy_Pigment()
337 if (Pigment == NULL) in Post_Pigment()
342 if (Pigment->Flags & POST_DONE) in Post_Pigment()
356 Pigment->Flags |= POST_DONE; in Post_Pigment()
358 switch (Pigment->Type) in Post_Pigment()
364 Pigment->Warps = NULL; in Post_Pigment()
377 switch (Pigment->Type) in Post_Pigment()
428 Pigment->Flags |= HAS_FILTER; in Post_Pigment()
431 if (Pigment->Next != NULL) in Post_Pigment()
[all …]
H A Dpigment.h80 void Destroy_Pigment (PIGMENT *Pigment);
81 int Post_Pigment (PIGMENT *Pigment);
82 int Compute_Pigment (COLOUR Colour, PIGMENT *Pigment, VECTOR IPoint, INTERSECTION *Intersect);
H A Dparstxtr.cpp634 Pigment->Vals.Image=Image; in Parse_Image_Map()
2616 Texture->Pigment = NULL; in Parse_Texture()
2666 Destroy_Pigment(Texture->Pigment); in Parse_Tiles()
2669 Texture->Pigment = NULL; in Parse_Tiles()
2750 Destroy_Pigment(Texture->Pigment); in Parse_Material_Map()
2753 Texture->Pigment = NULL; in Parse_Material_Map()
2851 PIGMENT *Pigment; in Parse_Vers1_Texture() local
2903 Pigment = Texture->Pigment; in Parse_Vers1_Texture() local
2980 if (Pigment->Vals.Gradient==NULL) in Parse_Vers1_Texture()
2999 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
[all …]
H A Dtexture.cpp1114 Transform_Tpattern((TPATTERN *)Layer->Pigment, Trans); in Transform_Textures()
1257 New->Pigment = NULL; in Create_Texture()
1342 New->Pigment = Copy_Pigment(Layer->Pigment); in Copy_Textures()
1474 Destroy_Pigment(Layer->Pigment); in Destroy_Textures()
1542 Post_Pigment(Layer->Pigment); in Post_Textures()
1638 if ((Layer->Pigment->Type == BITMAP_PATTERN) && in Test_Opacity()
1639 (Layer->Pigment->Vals.Image != NULL)) in Test_Opacity()
1643 if (Layer->Pigment->Vals.Image->Once_Flag) in Test_Opacity()
1650 Image = Layer->Pigment->Vals.Image; in Test_Opacity()
1657 if (!(Layer->Pigment->Flags & HAS_FILTER)) in Test_Opacity()
/dports/editors/calligra/calligra-3.2.1/plugins/colorengines/lcms2/
H A Dkolcmsengine.desktop2 Name=LCMS Color Management Engine for Pigment
4 Name[ca]=Motor de gestió de color LCMS per al Pigment
6 Name[da]=LCMS farvehåndteringsmotor til Pigment
7 Name[de]=LCMS-Farbverwaltung für Pigment
17 Name[ja]=Pigment のための LCMS カラーマネージメントエンジン
21 Name[nds]=LCMS-Klöörpleegkarn för Pigment
22 Name[nl]=LCMS Kleurbeheer-engine voor Pigment
29 Name[tr]=Pigment için LCMS Renk Yönetim Motoru
34 Name[zh_TW]=Pigment 的 LCMS 色彩管理引擎
39 X-Pigment-MinVersion=28
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpigment.cpp209 if (Pigment != nullptr) in Destroy_Pigment()
210 delete Pigment; in Destroy_Pigment()
241 if (Pigment == nullptr) in Post_Pigment()
246 if (Pigment->Flags & POST_DONE) in Post_Pigment()
253 if (Pigment->Type == NO_PATTERN) in Post_Pigment()
255 Pigment->Type = PLAIN_PATTERN; in Post_Pigment()
260 Pigment->Flags |= POST_DONE; in Post_Pigment()
262 switch (Pigment->Type) in Post_Pigment()
279 switch (Pigment->Type) in Post_Pigment()
321 Pigment->Flags |= HAS_FILTER; in Post_Pigment()
[all …]
H A Dtexture.cpp183 Transform_Tpattern(Layer->Pigment, Trans); in Transform_Textures()
345 New->Pigment = nullptr; in Create_Texture()
431 New->Pigment = Copy_Pigment(Layer->Pigment); in Copy_Textures()
499 Destroy_Pigment(Layer->Pigment); in Destroy_Textures()
559 Post_Pigment(Layer->Pigment); in Post_Textures()
654 if (!(Layer->Pigment->Flags & HAS_FILTER)) in Test_Opacity()
H A Dpigment.h135 void Destroy_Pigment(PIGMENT *Pigment);
136 void Post_Pigment(PIGMENT *Pigment, bool* pHasFilter = nullptr);
137 bool Compute_Pigment(TransColour& colour, const PIGMENT *Pigment, const Vector3d& IPoint, const Int…
/dports/editors/calligra/calligra-3.2.1/libs/pigment/
H A Dpigment.desktop4 Comment=A module implementing a complete colorspace for use with Pigment Color Manipulation System
5 Comment[bg]=Модул, реализиращ пълна цветова гама за употреба с Pigment Color Manipulation System
9 Comment[da]=Et modul som implementerer et komplet farveområde til brug med Pigment Color Manipulati…
12 Comment[en_GB]=A module implementing a complete colourspace for use with Pigment Colour Manipulatio…
23 Comment[ko]=Pigment 색 처리 시스템에 사용할 수 있는 완전한 색 공간을 구현하는 모듈
24 Comment[nb]=En modul som implementerer et komplett fargerom til bruk med Pigment Color Manipulation…
31 Comment[sk]=Modul ktorý poskytuje úplný farebný priestor pre použitie s Pigment Color Manipulation …
34 Comment[tr]=Pigment Rengi ile kullanmak için tüm renk boşluğunu oluşturan bir modül
39 Comment[zh_TW]=實作完整色彩空間以使用 Pigment 色彩處理系統的模組
40 [PropertyDef::X-Pigment-MinVersion]
[all …]
H A Dpigmentextension.desktop4 Comment=A module implementing an extension to a colorspace of the Pigment Color Manipulation System
5 Comment[bg]=Модул, реализиращ пълна цветова гама за употреба с Pigment Color Manipulation System
7 …=Un mòdul que implementa una extensió a un espai de colors del Sistema de Manipulació Pigment Color
9 Comment[da]=Et modul som implementerer et udvidelse til et farveområde til Pigment Color Manipulati…
16 Comment[fi]=Moduuli, joka laajentaa Pigment Color Manipulation System -väriavaruuden laajennuksen
23 Comment[ko]=Pigment 색 처리 시스템에 사용할 수 있는 색 공간을 확장하는 모듈
30 Comment[ru]=Модуль для поддержки расширения цветового пространства Pigment Color Manipulation Syste…
34 Comment[tr]=Pigment Rengi ile kullanmak için renk boşluğunu oluşturan bir modül
39 Comment[zh_TW]=實作完整色彩空間以使用 Pigment 色彩處理系統的模組
40 [PropertyDef::X-Pigment-MinVersion]
[all …]
H A DMainpage.dox3 * Pigment is a Color Manipulation System with pluggable color spaces. Color spaces
8 * Pigment color spaces offers support for many common manipulations and for
9 * pixel composition. Pigment works on arrays of bytes: the color spaces interpret
14 // DOXYGEN_SET_PROJECT_NAME = Pigment
/dports/graphics/megapov/megapov-1.2.1/source/patches/
H A Dfvector.cpp57 New->Data.Pigment = NULL; in Create_Vector_Function()
69 if (Vector_Function->Data.Pigment) in Destroy_Vector_Function()
70 Destroy_Pigment( Vector_Function->Data.Pigment ); in Destroy_Vector_Function()
98 New->Data.Pigment = Copy_Pigment( Old->Data.Pigment ); in Copy_Vector_Function()
128 if(Vector_Function->Data.Pigment) in Compute_Vector_Function()
131 if(Compute_Pigment (Output_Colour, Vector_Function->Data.Pigment, Input, NULL)) in Compute_Vector_Function()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Datmosphere.h91 Rainbow_Struct() : Pigment(nullptr), Next(nullptr) {} in Rainbow_Struct()
92 ~Rainbow_Struct() { if (Pigment) delete Pigment; } in ~Rainbow_Struct() local
99 PIGMENT *Pigment; member
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparstxtr.cpp739 Pigment->Vals.image=image; in Parse_Image_Map()
2755 Texture->Pigment = NULL; in Parse_Texture()
2808 Texture->Pigment = NULL; in Parse_Tiles()
2892 Texture->Pigment = NULL; in Parse_Material_Map()
2989 PIGMENT *Pigment; in Parse_Vers1_Texture() local
3043 Pigment = Texture->Pigment; in Parse_Vers1_Texture() local
3132 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
3140 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
3148 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
3156 Pigment->Frequency = 0.0; in Parse_Vers1_Texture()
[all …]
H A Dexpress.cpp1214 Pigment = (PIGMENT*)Token.Data; in Parse_Num_Factor()
1215 if(Pigment->Type != BITMAP_PATTERN) in Parse_Num_Factor()
1221 Vect[X] = Pigment->Vals.image->iwidth; in Parse_Num_Factor()
2779 Temp_Ent[i].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Blend_Map()
2797 Temp_Ent[i].Vals.Pigment=NULL; in Parse_Blend_Map()
2908 Temp_Ent[i].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Blend_List()
2967 Temp_Ent[i].Vals.Pigment=NULL; in Parse_Blend_List()
3000 Temp_Ent[i].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Blend_List()
3012 Temp_Ent[i].Vals.Pigment=NULL; in Parse_Blend_List()
3078 Temp_Ent[0].Vals.Pigment=Copy_Pigment(Default_Texture->Pigment); in Parse_Item_Into_Blend_List()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser_materials.cpp2794 Texture->Pigment = nullptr; in Parse_Texture()
2842 Destroy_Pigment(Texture->Pigment); in Parse_Tiles()
2846 Texture->Pigment = nullptr; in Parse_Tiles()
2926 Destroy_Pigment(Texture->Pigment); in Parse_Material_Map()
2930 Texture->Pigment = nullptr; in Parse_Material_Map()
3030 PIGMENT *Pigment; in Parse_Vers1_Texture() local
3082 Pigment = Texture->Pigment; in Parse_Vers1_Texture() local
3218 … Local_Turb=Check_Turb(Pigment->pattern->warps, Pigment->pattern->HasSpecialTurbulenceHandling()); in Parse_Vers1_Texture()
3235 … Local_Turb=Check_Turb(Pigment->pattern->warps, Pigment->pattern->HasSpecialTurbulenceHandling()); in Parse_Vers1_Texture()
3244 … Local_Turb=Check_Turb(Pigment->pattern->warps, Pigment->pattern->HasSpecialTurbulenceHandling()); in Parse_Vers1_Texture()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/pigment/
H A DMainpage.dox3 * Pigment is a Color Manipulation System with pluggable color spaces. Color spaces
8 * Pigment color spaces offers support for many common manipulations and for
9 * pixel composition. Pigment works on arrays of bytes: the color spaces interpret
/dports/graphics/povray37/povray-3.7.0.10/source/backend/colour/
H A Dcolour.cpp225 New[i].Vals.Pigment = Copy_Pigment(Old[i].Vals.Pigment); in Copy_BMap_Entries()
433 Destroy_Pigment(BMap->Blend_Map_Entries[i].Vals.Pigment); in Destroy_Blend_Map()
/dports/graphics/megapov/megapov-1.2.1/scenes/postproc/
H A Dfind_edges.pov23 #declare Pigment=pigment{rgb 0};
28 PP_Find_Edges(Depth_Thresh,Normal_Thresh,Color_Thresh,Line_Radius,Sharpness,Pigment)

12345678910>>...13