Home
last modified time | relevance | path

Searched refs:gradation (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/icon-effect/data/
H A Dicon-effect.conf.in50 #c 1st color of gradation :
53 #c 2nd color of gradation :
89 #c 1st color of gradation :
92 #c 2nd color of gradation :
121 #c 1st color of gradation :
124 #c 2nd color of gradation :
153 #c 1st color of gradation :
156 #c 2nd color of gradation :
185 #c 1st color of gradation :
188 #c 2nd color of gradation :
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/o3prmr/UniversityDomain/fr/lip6/University/
H A Dpersons.o3prm3 type gradation labels(high, medium, low);
13 gradation teachingAbility { [ 0.6, 0.3, 0.1] };
14 gradation popularity dependson teachingAbility {
25 gradation ranking dependson averageGrade{
H A Dcourse.o3prm11 gradation averageSatisfaction = max( registrations.satisfaction);
13 gradation rating dependson averageSatisfaction {
H A Dregistration.o3prm4 type note extends gradation(
18 gradation satisfaction dependson course.instructor.teachingAbility, grade {
/dports/misc/magicpoint/magicpoint-1.13a/sample/
H A Dgradation.mgp12 background gradation
25 Specify the "bgrad" keyword for background gradation
38 Principles of drawing gradation background
48 Following the above, the list of color name (to be used for gradation) \
199 Circle gradation(1)
200 Circle gradation(2)
201 Circle gradation(3)
292 Circle gradation(1)
304 Circle gradation(2)
316 Circle gradation(3)
H A DREADME9 gradation.mgp Samples of gradation
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DautomaticMeshSizeField.h44 double gradation; member
145 double gradation = CTX::instance()->mesh.gradation, double hmin = -1.0,
158 _gradation = (int)gradation ? gradation : 1.1; in forest()
/dports/games/xfireworks/xfireworks-1.4/
H A Dmain.c112 static int gradation = DEFAULT_GRADATION; variable
164 {"-gradation", ARGUMENTS_INTEGER, (void *)(&gradation)},
241 if (gradation < 1) gradation = 1; in main()
265 gradation, in main()
H A DColorGC.c563 static XColor DecreaseColor(XColor color, int gradation) in DecreaseColor() argument
565 int div = RGB_MAX_VALUE / gradation + 1; in DecreaseColor()
568 if (color.red >= gradation - 1) color.red = RGB_MAX_VALUE; in DecreaseColor()
572 if (color.green >= gradation - 1) color.green = RGB_MAX_VALUE; in DecreaseColor()
576 if (color.blue >= gradation - 1) color.blue = RGB_MAX_VALUE; in DecreaseColor()
613 color = DecreaseColor(color, database->gradation); in ColorGC_CreateFromCharacters()
747 middle_color = DecreaseColor(middle_color, database->gradation); in CreateGCList()
815 middle_color = DecreaseColor(middle_color, database->gradation); in CreateColorGCListFromCharacters()
859 int gradation) in ColorGCDatabase_Create() argument
868 database->gradation = gradation; in ColorGCDatabase_Create()
H A DREADME37 -gradation [number] Color gradation. Default value is 16.
38 If color gradation is a little, colors are
111 > xfireworks -gradation 5
115 > xfireworks -fine 200 -after-image 150 -gradation 64 -wait 10000
147 A. Your machine have less colors. Use -gradation option and decrease
H A DXFireworks.h27 int gradation,
H A DColorGCP.h129 int gradation; member
H A DColorGC.h102 int gradation);
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/show-mouse/data/
H A Dshow_mouse.conf.in30 #c 1st color of gradation :
32 #c 2nd color of gradation :
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/mesh/
H A Dmesh_geometry.cpp66 Mesh& M, const LocalFeatureSize& LFS, double gradation in compute_sizing_field_lfs() argument
71 double w = pow(lfs2, -2.0 * gradation); in compute_sizing_field_lfs()
287 Mesh& M, double gradation, index_t nb_lfs_samples in compute_sizing_field() argument
300 compute_sizing_field_lfs(M, LFS, gradation); in compute_sizing_field()
304 compute_sizing_field_lfs(M, LFS, gradation); in compute_sizing_field()
314 compute_sizing_field_lfs(M, LFS, gradation); in compute_sizing_field()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/illusion/data/
H A Dillusion.conf.in22 #c 1st color of gradation :
25 #c 2nd color of gradation :
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/data/
H A Dmain-dock.conf.in62 #Y+[Same as main dock;0;0;Image;1;2;Colour gradation;3;2] Fill the background with:
66 #{Any format allowed; if empty, the colour gradation will be used as a fall back.}
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Animated-icons/data/
H A DAnimated-icons.conf.in82 #c 1st color of gradation :
85 #c 2nd color of gradation :
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/shaders/
H A Dwpc_hexagon.auv24 {"Beveled gradation",3}]}.
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/macros/Electrical/
H A DNPN.sci49 "Me : Base-emitter gradation exponent";
51 "Mc : Base-collector gradation exponent";
H A DPNP.sci49 "Me : Base-emitter gradation exponent";
51 "Mc : Base-collector gradation exponent";
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Doncky/data/
H A DDoncky.conf.in136 #{first colour of the gradation}
140 #{second colour of the gradation}
/dports/math/geogram/geogram-1.7.7/src/bin/vorpalite/
H A Dmain.cpp609 double gradation = CmdLine::get_arg_double("remesh:gradation"); in main() local
610 if(gradation != 0.0) { in main()
612 M_in, gradation, CmdLine::get_arg_uint("remesh:lfs_samples") in main()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/RSSreader/data/
H A DRSSreader.conf.in198 #{first colour of the gradation}
202 #{second colour of the gradation}
/dports/graphics/enblend/enblend-enfuse-4.2/doc/
H A Denblend-seam-generators.tex46 The most significant difference between the two algorithms is the output mask gradation.
49 \App{} by default runs image-content dependent optimizers to increase the mask gradation and for

12345678910>>...22