/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/color/ |
H A D | gcm-self-test.c | 36 on_notify (GsdNightLight *nlight, 63 g_autoptr(GsdNightLight) nlight = NULL; 66 nlight = gsd_night_light_new (); 67 g_assert (GSD_IS_NIGHT_LIGHT (nlight)); 68 g_signal_connect (nlight, "notify::active", 70 g_signal_connect (nlight, "notify::sunset", 72 g_signal_connect (nlight, "notify::sunrise", 74 g_signal_connect (nlight, "notify::temperature", 95 g_assert (!gsd_night_light_get_active (nlight)); in run_no_recover() 102 ret = gsd_night_light_start (nlight, &error); [all …]
|
H A D | gsd-color-manager.c | 69 GsdNightLight *nlight; member 166 on_active_notify (GsdNightLight *nlight, in on_active_notify() argument 176 on_sunset_notify (GsdNightLight *nlight, in on_sunset_notify() argument 186 on_sunrise_notify (GsdNightLight *nlight, in on_sunrise_notify() argument 196 on_disabled_until_tmw_notify (GsdNightLight *nlight, in on_disabled_until_tmw_notify() argument 206 on_temperature_notify (GsdNightLight *nlight, in on_temperature_notify() argument 226 manager->nlight = gsd_night_light_new (); in gsd_color_manager_init() 227 g_signal_connect (manager->nlight, "notify::active", in gsd_color_manager_init() 229 g_signal_connect (manager->nlight, "notify::sunset", in gsd_color_manager_init() 270 g_clear_object (&manager->nlight); in gsd_color_manager_finalize() [all …]
|
/dports/science/tinker/tinker/source/ |
H A D | lights.f | 232 do i = 1, nlight 248 j = nlight 276 do i = 1, nlight 292 j = nlight 301 j = nlight 303 do i = nlight, 1, -1 330 do i = 1, nlight 346 j = nlight 355 j = nlight 384 do i = 1, nlight [all …]
|
H A D | light.f | 32 integer nlight
|
H A D | testpair.f | 195 stop = nlight
|
H A D | echgtrn.f | 518 stop = nlight
|
H A D | echarge.f | 551 stop = nlight 1281 stop = nlight
|
H A D | ebuck.f | 611 stop = nlight
|
H A D | echgtrn3.f | 658 stop = nlight
|
H A D | ehal.f | 653 stop = nlight
|
H A D | echarge3.f | 694 stop = nlight 1642 stop = nlight
|
/dports/science/teem/teem-1.11.0-src/src/bin/ |
H A D | emap.c | 45 Nrrd *nlight, *nmap, *ndebug; in main() local 63 hestOptAdd(&hopt, "i", "nlight", airTypeOther, 1, 1, &nlight, NULL, in main() 111 if (!(nrrdTypeFloat == nlight->type && in main() 112 2 == nlight->dim && in main() 113 7 == nlight->axis[0].size && in main() 114 LIMN_LIGHT_NUM >= nlight->axis[1].size)) { in main() 124 for (li=0; li<nlight->axis[1].size; li++) { in main() 125 linfo = (float *)(nlight->data) + 7*li; in main()
|
/dports/emulators/tilem/tilem-2.0/emu/ |
H A D | graylcd.c | 66 glcd->curpixels[n].nlight += delta; in tmr_screen_update() 143 word ndark, nlight, ndarkseg, nlightseg; in tilem_gray_lcd_get_frame() local 212 nlight = pix[n].nlight - basepix[n].nlight; in tilem_gray_lcd_get_frame() 239 if (delta * nlightseg >= nlight) { in tilem_gray_lcd_get_frame() 240 nlight += delta; in tilem_gray_lcd_get_frame() 246 fl = nlight * ndarkseg; in tilem_gray_lcd_get_frame()
|
H A D | graylcd.h | 26 word nlight; /* Sum of lengths of light intervals */ member
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/ |
H A D | draw.c | 81 int ndark = 0, nlight = 0; in r_3d_rectangular_polygon() local 116 last = &light[nlight++]; in r_3d_rectangular_polygon() 125 r_3d_segments(nlight, light, e, TRUE); in r_3d_rectangular_polygon()
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/FMATCH/ |
H A D | fmatch.c | 1797 nlight = nnodes - nheavy; 1824 for (i = 0; i < nlight; i++) 1841 xcoord = CC_SAFE_MALLOC (nlight, double); 1853 for (i = 0; i < nlight; i++) { 1858 nlight = nnodes; 1868 wcoord = CC_SAFE_MALLOC (nlight, double); 1878 for (i = 0; i < nlight; i++) 1892 for (i = 0; i < nlight; i++) { 1896 for (i = 0; i < nlight; i++) 1910 for (i = 0; i < nlight; i++) { [all …]
|
/dports/math/concorde/concorde/FMATCH/ |
H A D | fmatch.c | 1560 nlight = G->ncount - nheavy; in kd_fixmatch() 1587 for (i = 0; i < nlight; i++) in kd_fixmatch() 1604 xcoord = CC_SAFE_MALLOC (nlight, double); in kd_fixmatch() 1616 for (i = 0; i < nlight; i++) { in kd_fixmatch() 1621 nlight = G->ncount; in kd_fixmatch() 1631 wcoord = CC_SAFE_MALLOC (nlight, double); in kd_fixmatch() 1641 for (i = 0; i < nlight; i++) in kd_fixmatch() 1655 for (i = 0; i < nlight; i++) { in kd_fixmatch() 1659 for (i = 0; i < nlight; i++) in kd_fixmatch() 1673 for (i = 0; i < nlight; i++) { in kd_fixmatch() [all …]
|
/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/ |
H A D | trace.h | 125 LightSourceEntry(LightSource *nlight) : in LightSourceEntry() 126 s0(0.0), s1(0.0), light(nlight) { } in LightSourceEntry() 127 LightSourceEntry(double ns0, double ns1, LightSource *nlight) : in LightSourceEntry() 128 s0(ns0), s1(ns1), light(nlight) { } in LightSourceEntry()
|
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/ |
H A D | trace.h | 122 LightSourceEntry(LightSource *nlight) : in LightSourceEntry() 123 s0(0.0), s1(0.0), light(nlight) { } in LightSourceEntry() 124 LightSourceEntry(double ns0, double ns1, LightSource *nlight) : in LightSourceEntry() 125 s0(ns0), s1(ns1), light(nlight) { } in LightSourceEntry()
|
/dports/math/eclib/eclib-20210318/libsrc/ |
H A D | smat_elim.cc | 642 int nlight=0; in step4() local 646 if( 0 < wt && wt <= M ) {*l++ = 1; nlight++;} //light in step4() 650 cout<<", "<<nlight<<" light columns; "; in step4() 653 if (nlight==0) break; // from the loop over M in step4() 654 if (nlight<(nco/2)) break; // from the loop over M in step4()
|
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/ |
H A D | Canvas3D.cpp | 188 int nlight = d3dCtx->deviceInfo->maxActiveLights; in Java_javax_media_j3d_NativePipeline_getNumCtxLights() local 189 if (nlight <= 0) { in Java_javax_media_j3d_NativePipeline_getNumCtxLights() 192 nlight = 8; in Java_javax_media_j3d_NativePipeline_getNumCtxLights() 194 return nlight; in Java_javax_media_j3d_NativePipeline_getNumCtxLights()
|
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/filter/ |
H A D | color.h | 462 std::ostringstream nlight; in get_filter_text() local 474 nlight << ext->get_param_float("nlight"); in get_filter_text() 493 "</filter>\n", hlight.str().c_str(), nlight.str().c_str(), duotone.str().c_str(), in get_filter_text()
|
/dports/science/tinker/tinker/other/ |
H A D | nblist.full | 321 stop = nlight 610 stop = nlight 899 stop = nlight
|
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/motif/ |
H A D | qmotifstyle.cpp | 244 QColor nlight = pal.color(QPalette::Active, QPalette::Light).darker(108); in polish() local 245 pal.setColor(QPalette::Active, QPalette::Light, nlight) ; in polish() 246 pal.setColor(QPalette::Disabled, QPalette::Light, nlight) ; in polish() 247 pal.setColor(QPalette::Inactive, QPalette::Light, nlight) ; in polish()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/ |
H A D | qmotifstyle.cpp | 254 QColor nlight = pal.color(QPalette::Active, QPalette::Light).darker(108); in polish() local 255 pal.setColor(QPalette::Active, QPalette::Light, nlight) ; in polish() 256 pal.setColor(QPalette::Disabled, QPalette::Light, nlight) ; in polish() 257 pal.setColor(QPalette::Inactive, QPalette::Light, nlight) ; in polish()
|