Home
last modified time | relevance | path

Searched refs:toplayer (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dxachvision14 my $toplayer = $drawable->copy(TRUE);
15 $image->insert_layer($toplayer, 0, 0);
17 $toplayer->edit_fill(BACKGROUND_FILL);
18 $toplayer->set_mode(COLOR_MODE);
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Dmenu.h36 int toplayer, int flags, const char *title,
40 int toplayer, int flags, const char *title,
H A Dmenu.c81 ButWin *win, int layer, int toplayer, int flags,
104 ButWin *win, int layer, int toplayer, int flags, in butMenu_upCreate() argument
107 return(create(func, packet, win, layer, toplayer, flags, title, optlist, in butMenu_upCreate()
113 ButWin *win, int layer, int toplayer, int flags, in butMenu_downCreate() argument
116 return(create(func, packet, win, layer, toplayer, flags, title, optlist, in butMenu_downCreate()
122 ButWin *win, int layer, int toplayer, int flags, in create() argument
158 m->llayer = toplayer; in create()
/dports/cad/qrouter/qrouter-1.4.85/
H A Dlef.c3291 int toplayer, baselayer; in LefAssignLayerVias() local
3358 baselayer = toplayer = MAX_LAYERS; in LefAssignLayerVias()
3375 toplayer = baselayer; in LefAssignLayerVias()
3379 if (grect->layer > toplayer) { in LefAssignLayerVias()
3380 toplayer = grect->layer; in LefAssignLayerVias()
3452 toplayer = baselayer; in LefAssignLayerVias()
3456 if (grect->layer > toplayer) { in LefAssignLayerVias()
3457 toplayer = grect->layer; in LefAssignLayerVias()
3536 toplayer = baselayer; in LefAssignLayerVias()
3540 if (grect->layer > toplayer) { in LefAssignLayerVias()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dgendrill_file_writer_base.cpp400 int toplayer = 1; in BuildFileFunctionAttributeString() local
409 else if( layer1 == toplayer && layer2 == bottomlayer ) in BuildFileFunctionAttributeString()
411 else if( layer1 == toplayer || layer2 == bottomlayer ) in BuildFileFunctionAttributeString()
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dservice_wms.c60 ezxml_t toplayer; in _create_capabilities_wms() local
179 toplayer = ezxml_add_child(capxml,"Layer",0); in _create_capabilities_wms()
180 tmpxml = ezxml_add_child(toplayer,"Title",0); in _create_capabilities_wms()
243 ezxml_set_txt(ezxml_add_child(toplayer,"SRS",0),srs_list[i].name); in _create_capabilities_wms()
248 ezxml_add_child(toplayer,"SRS",0); in _create_capabilities_wms()
272 layerxml = ezxml_add_child(toplayer,"Layer",0); in _create_capabilities_wms()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A Dextgetvariable_testrunner.sh83 PIPE2PLAYER=${top_builddir}/toplayer.\$\$
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-mtasc.all/
H A Dextcommtests-runner.sh85 PIPE2PLAYER=${top_builddir}/toplayer.\$\$
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-gih.c69 gint32 toplayer; member
605 cellw_adjust.toplayer = layer_ID[nlayers-1]; in gih_save_dialog()
628 cellh_adjust.toplayer = layer_ID[nlayers-1]; in gih_save_dialog()
/dports/cad/magic/magic-8.3.245/lef/
H A DlefWrite.c1098 lefWriteMacro(def, f, scale, setback, pinonly, toplayer, domaster) in lefWriteMacro() argument
1104 bool toplayer; /* If TRUE, only output topmost layer of pins */
1529 if (toplayer)
1554 if (toplayer && (pNum != pTop))
1625 else if (toplayer)
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Darrangepins.tcl.in416 if [catch {set toplayer}] {set toplayer $pinl}
418 set toplayer $pinl
453 if [catch {set layerspec [dict get $layersrec $toplayer]}] {
H A Daddspacers.tcl.in1753 set toplayer [dict get $layer name]
1790 puts $fanno " + LAYER $toplayer ( -$ohw -$qw ) ( $ohw $qw )"
1796 puts $fanno " + LAYER $toplayer ( -$ohw -$qw ) ( $ohw $qw )"
/dports/cad/electric/electric-7.00/src/io/
H A Diocifout.c305 REGISTER INTBIG i, j, total, validport, toplayer, toplayerfound, offx, offy, fun; in io_cifwritecell() local
607 toplayer = io_ciffindhighestlayer(np, xpos, ypos); in io_cifwritecell()
624 if (poly->layer == toplayer) toplayerfound = 1; in io_cifwritecell()
651 if (poly->layer == toplayer) toplayerfound = 1; in io_cifwritecell()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dr_draw.h317 void R_CopyTranslationRGB (int fromplayer, int toplayer);
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dviewer3d.c325 static Uint1 toplayer = 0; variable
1076 currlayer = (Uint1)((currlayer != 0) ? (currlayer - 1) : toplayer); in Nlm_PrevLayer3D()
1091 currlayer = (Uint1)((currlayer != toplayer) ? (currlayer + 1) : 0); in Nlm_NextLayer3D()
1143 currlayer = (Uint1)((currlayer != toplayer) ? (currlayer + 1) : 0); in Nlm_PlayLayer3D()
1157 toplayer = top; in Nlm_SetLayerTop3D()
1163 return toplayer; in Nlm_GetLayerTop3D()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_draw.cpp334 void R_CopyTranslationRGB (int fromplayer, int toplayer) in R_CopyTranslationRGB() argument
338 translationRGB[toplayer][i - 0x70] = translationRGB[fromplayer][i - 0x70]; in R_CopyTranslationRGB()
339 translationtables[i+(toplayer * 256)] = translationtables[i+(fromplayer * 256)]; in R_CopyTranslationRGB()
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/proxy/layers/http/
H A Dtest_http.py731 toplayer = http.HttpLayer(tctx, HTTPMode.upstream)
734 toplayer = http.HttpLayer(tctx, HTTPMode.regular)
736 playbook = Playbook(toplayer, hooks=False)
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dui.tcl567 toplayer {
/dports/games/wargus/wargus-3.2.0/scripts/ai/
H A Dai_redribbon_2015.lua779 function TeleportUnit(toplayer, tounit, topos, fromplayer, fromunit, frompos, fromdelete, area)
780 if (GetNumUnitsAt(toplayer, tounit, {topos[1], topos[2]}, {topos[1], topos[2]}) == 0) then
783 CreateUnit(tounit, toplayer, {topos[1], topos[2]})
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DpowerConn.cpp2849 odb::dbTechLayer* toplayer = tech->findRoutingLayer(top); in createMultiVia() local
2854 odb::dbBox* topb = odb::dbBox::create(techVia, toplayer, r->xMin(), r->yMin(), in createMultiVia()
/dports/security/hydra/thc-hydra-9.2/
H A Ddpl4hydra_local.csv10224 toplayer,AppSwitch 2500,,,siteadmin,toplayer,,Any,
10225 toplayer,AppSwitch,,,siteadmin,toplayer,,,
H A Ddpl4hydra_full.csv10224 toplayer,AppSwitch 2500,,,siteadmin,toplayer,,Any,
10225 toplayer,AppSwitch,,,siteadmin,toplayer,,,
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/support/Config/
H A Diana-port-numbers7441 # Ted Ross <ross&toplayer.com>
/dports/www/dooble/dooble-2021.12.05/Dictionaries/pl_PL/
H A Dpl_PL.dic264343 toplayer/NOsT
/dports/polish/hunspell/sjp-myspell-pl-20211201/
H A Dpl_PL.dic290648 toplayer/NOTs

12