Home
last modified time | relevance | path

Searched refs:numlayers (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapobject.c496 for(i=0; i<map->numlayers; i++) in msMapSetFakedExtent()
540 free(map->layers[map->numlayers]); in msInsertLayer()
543 if (nIndex >= map->numlayers) { in msInsertLayer()
548 map->layerorder[map->numlayers] = map->numlayers; in msInsertLayer()
550 GET_LAYER(map, map->numlayers)->index = map->numlayers; in msInsertLayer()
553 map->numlayers++; in msInsertLayer()
554 return map->numlayers-1; in msInsertLayer()
581 map->numlayers++; in msInsertLayer()
620 for (i=0; i<map->numlayers; i++) { in msRemoveLayer()
633 map->numlayers--; in msRemoveLayer()
[all …]
H A Dmapwfs.c874 for(i=0; i<map->numlayers; i++) { in msWFSGetCapabilities()
1261 int i, numlayers=0; in msWFSDescribeFeatureType() local
1279 if (numlayers > 0) { in msWFSDescribeFeatureType()
1333 if (numlayers > 0) { in msWFSDescribeFeatureType()
1334 for (i=0; i<numlayers; i++) { in msWFSDescribeFeatureType()
2336 } else if (numlayers == 1) { in msWFSRetrieveFeatures()
2342 if (numlayers != nFilters) { in msWFSRetrieveFeatures()
3313 int numlayers = 0; in msWFSGetFeature() local
3418 for (i=0; i<numlayers; i++) { in msWFSGetFeature()
3452 for (k=0; k<numlayers; k++) { in msWFSGetFeature()
[all …]
H A Dmapwms.c315 int i=0, numlayers; in msWMSApplyFilter() local
332 for(i=0, numlayers=0; i<map->numlayers; i++) { in msWMSApplyFilter()
338 numlayers++; in msWMSApplyFilter()
350 } else if (numlayers == 1) { in msWMSApplyFilter()
1695 nLayerAfter=map->numlayers; in msWMSLoadGetMapParams()
1744 int numlayers =0; in msWMSLoadGetMapParams() local
3575 if (map->numlayers) { in msWMSGetCapabilities()
4154 int numlayers, j, k; in msWMSFeatureInfo() local
4448 int numlayers = 0; in msWMSDescribeLayer() local
4516 for(j=0; j<numlayers; j++) { in msWMSDescribeLayer()
[all …]
H A Dshp2img.c186 for(j=0; j<map->numlayers; j++) { in main()
203 for(j=0; j<map->numlayers; j++) { in main()
222 for(j=0; j<map->numlayers; j++) { in main()
262 for(k=0; k<map->numlayers; k++) { in main()
275 for(j=0; j<map->numlayers; j++) { in main()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/python/tests/cases/
H A Dmap_test.py84 n = self.map.numlayers
91 assert self.map.numlayers == n + 1
100 n = self.map.numlayers
107 assert self.map.numlayers == n + 1
117 n = self.map.numlayers
144 n = self.map.numlayers
146 assert self.map.numlayers == n-1
155 n = self.map.numlayers
157 assert self.map.numlayers == n-1
164 n = self.map.numlayers
[all …]
H A Drefcount_test.py63 n = self.map.numlayers
70 assert self.map.numlayers == n + 1
81 n = self.map.numlayers
88 assert self.map.numlayers == n + 1
99 n = self.map.numlayers
101 assert self.map.numlayers == n-1
110 n = self.map.numlayers
112 assert self.map.numlayers == n-1
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxlayer.cpp753 switch (numlayers) { in CalculateTileRects()
777 cols = numlayers; in CalculateTileRects()
782 rows = numlayers; in CalculateTileRects()
1245 if (numlayers == 0) { in AddLayer()
1304 numlayers++; in AddLayer()
1306 if (numlayers > 1) { in AddLayer()
1380 numlayers--; in DeleteLayer()
1454 int i = numlayers; in DeleteOtherLayers()
1455 while (numlayers > 1) { in DeleteOtherLayers()
1459 numlayers--; in DeleteOtherLayers()
[all …]
/dports/games/golly/golly-3.3-src/gui-common/
H A Dlayer.cpp56 switch (numlayers) { in CalculateTileRects()
81 cols = numlayers; in CalculateTileRects()
83 tilewd = bigwd / numlayers; in CalculateTileRects()
86 rows = numlayers; in CalculateTileRects()
88 tileht = bight / numlayers; in CalculateTileRects()
106 if (index == numlayers) { in CalculateTileRects()
167 if (tilelayers && numlayers > 1) { in ResizeLayers()
535 if (numlayers == 0) { in AddLayer()
595 numlayers++; in AddLayer()
597 if (numlayers > 1) { in AddLayer()
[all …]
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dplace2def.tcl.in48 set numlayers 0
62 layers {set numlayers $value}
86 set numlayers $testopt
147 set numlayers 3
148 for {set i 1} {$i <= $numlayers} {incr i 2} {
221 if {($numlayers == 0) || ($numlayers > $i)} {set numlayers $i}
376 for {set i 1} {$i <= $numlayers} {incr i} {
391 puts stdout "$numlayers routing layers"
426 if {$numlayers > 2} {
570 if {$numlayers < 3} {
[all …]
H A Dplace2def2.tcl.in64 set numlayers 0
75 incr numlayers
87 if {$numlayers == 0} {
89 set numlayers 3
159 puts $fcfg "Num_layers $numlayers"
356 for {set i 1} {$i <= $numlayers} {incr i} {
370 puts stdout "$numlayers routing layers"
399 if {$numlayers > 2} {
419 for {set i 3} {$i <= $numlayers} {incr i 2} {
527 if {$numlayers < 3} {
[all …]
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Denvelope.lua22 elseif (currindex + 2) < g.numlayers()
31 elseif (currindex + 1) < g.numlayers()
42 if g.numlayers() + 1 > g.maxlayers() then
45 if g.numlayers() + 2 > g.maxlayers() then
/dports/games/golly/golly-3.3-src/Scripts/Python/
H A Denvelope.py23 elif currindex + 2 < g.numlayers() \
32 elif currindex + 1 < g.numlayers() \
43 if g.numlayers() + 1 > g.maxlayers():
45 if g.numlayers() + 2 > g.maxlayers():
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libopenjpeg20/
H A D0002-packet-iterator.patch17 - l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT1…
20 + (l_step_l && l_tcp->numlayers < UINT_MAX / l_step_l - 1)
22 + l_current_pi->include = (OPJ_INT16*)opj_calloc((l_tcp->numlayers + 1) * l_step_l, sizeof(OPJ_INT…
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dtextureview.c528 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
542 newViewNumLayers = MIN2(numlayers, origTexObj->NumLayers - minlayer); in texture_view()
639 if (numlayers != 1) { in texture_view()
641 numlayers); in texture_view()
708 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
719 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
726 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
738 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
830 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dtextureview.c534 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
548 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
645 if (numlayers != 1) { in texture_view()
647 numlayers); in texture_view()
714 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
725 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
732 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
744 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
840 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dtextureview.c531 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
545 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
642 if (numlayers != 1) { in texture_view()
644 numlayers); in texture_view()
712 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
723 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
730 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
742 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
838 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/dports/graphics/box/box-0.4.0/libs/g/
H A Dfig.h29 BoxGWin *BoxGWin_Create_Fig(int numlayers);
32 BoxTask BoxGWin_Init_Fig(BoxGWin *wd, int numlayers);

12345678910>>...37