Home
last modified time | relevance | path

Searched refs:tilelength (Results 1 – 25 of 55) sorted by relevance

123

/dports/graphics/largetifftools/largetifftools-1.4/src/
H A Dtiffsplittiles.c181 uint32 tilewidth, tilelength; in main() local
229 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in main()
272 searchNumberOfDigits((imagelength+tilelength-1)/tilelength); in main()
278 for (y = 0; y < imagelength; y += tilelength) in main()
282 uint32 outputimageslength= tilelength; in main()
287 (y/tilelength)+1, imagelength/tilelength, y, in main()
313 number_digits_vert_tile_numbers, y/tilelength+1); in main()
330 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in main()
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/WeaponProjectiles/
H A DLargeBeamLaserProjectile.cpp23 CR_MEMBER(tilelength),
35 , tilelength(0.0f) in CLargeBeamLaserProjectile()
48 tilelength = weaponDef->visuals.tilelength; in CLargeBeamLaserProjectile()
111 const float beamTileMinDst = tilelength * (1.0f - startTex); in Draw()
112 const float beamTileMaxDst = beamLength - tilelength; in Draw()
114 …es = std::floor(((std::max(beamTileMinDst, beamTileMaxDst) - beamTileMinDst) / tilelength) + 0.5f); in Draw()
118 …va->EnlargeArrays(64 + (8 * (int((beamTileMaxDst - beamTileMinDst) / tilelength) + 2)), 0, VA_SIZE… in Draw()
155 for (float i = beamTileMinDst; i < beamTileMaxDst; i += tilelength) { in Draw()
158 pos2 = startPos + zdir * (i + tilelength); in Draw()
171 pos1 = startPos + zdir * (beamTileMinDst + numBeamTiles * tilelength); in Draw()
[all …]
H A DLargeBeamLaserProjectile.h26 float tilelength; variable
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dload-tiff.c37 unsigned tilelength; member
590 tilesdown = (tiff->imagelength + tiff->tilelength - 1) / tiff->tilelength; in tiff_decode_tiles()
600 if (tiff->tilelength >= tiff->ycbcrsubsamp[1]) in tiff_decode_tiles()
601 wlen = tiff->tilestride * tiff->tilelength; in tiff_decode_tiles()
608 for (x = 0; x < tiff->imagelength; x += tiff->tilelength) in tiff_decode_tiles()
630 wlen = tiff->tilelength * tiff->tilestride; in tiff_decode_tiles()
634 for (x = 0; x < tiff->imagelength; x += tiff->tilelength) in tiff_decode_tiles()
928 tiff_read_tag_value(&tiff->tilelength, tiff, type, value, 1); in tiff_read_tag()
1261 unsigned tilesdown = (tiff->imagelength + tiff->tilelength - 1) / tiff->tilelength; in tiff_decode_ifd()
1266 tiff->tilebytecounts[i] = tiff->tilelength * tiff->tilestride; in tiff_decode_ifd()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Weapons/
H A DWeaponDef.h229 , tilelength(0.0f) in Visuals()
264 float tilelength; member
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapoglrenderer.h110 …double drawQuad(pointObj *p1, pointObj *p2, double width, double tilelength = 0.0, double textureS…
111 …double drawTriangles(pointObj *p1, pointObj *p2, double width, double tilelength = 0.0, double tex…
H A Dmapoglrenderer.cpp264 double OglRenderer::drawTriangles(pointObj* p1, pointObj* p2, double width, double tilelength, doub… in drawTriangles() argument
278 double textureEnd = dist / tilelength; in drawTriangles()
292 double OglRenderer::drawQuad(pointObj* p1, pointObj* p2, double width, double tilelength, double te… in drawQuad() argument
311 glTexCoord2d(textureStart + (dist / tilelength), 1); in drawQuad()
313 glTexCoord2d(textureStart + (dist / tilelength), 0); in drawQuad()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_tiff.c265 uint32 w, h, d, linesize, tilewidth, tilelength; in iLoadTiffInternal() local
276 w = h = d = linesize = tilewidth = tilelength = 0; in iLoadTiffInternal()
341 tilewidth = w; tilelength = h; in iLoadTiffInternal()
343 TIFFGetFieldDefaulted(tif, TIFFTAG_TILELENGTH, &tilelength); in iLoadTiffInternal()
353 && tilewidth == w && tilelength == h in iLoadTiffInternal()
500 && tilewidth == w && tilelength == h in iLoadTiffInternal()
/dports/graphics/libgeotiff/libgeotiff-1.7.0/bin/
H A Dgeotifcp.c43 static uint32 tilelength; variable
222 tilelength = deftilelength; in main()
667 if (tilelength == (uint32) -1) in tiffcp()
668 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
669 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
671 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1181 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1419 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/misc/vxl/vxl-3.3.2/v3p/geotiff/bin/
H A Dgeotifcp.c42 static uint32 tilelength; variable
165 tilelength = deftilelength; in main()
586 if (tilelength == (uint32) -1) in tiffcp()
587 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
588 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
590 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1100 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1338 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiffcp.c62 static uint32 tilelength; variable
278 tilelength = deftilelength; in main()
602 if (tilelength == (uint32) -1) in tiffcp()
603 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
604 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
606 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1212 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1470 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiffcp.c62 static uint32 tilelength; variable
278 tilelength = deftilelength; in main()
602 if (tilelength == (uint32) -1) in tiffcp()
603 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
604 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
606 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1212 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1470 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Dcalcp.c70 double tilelength(nq) in tilelength() function
H A DmulSetup.c89 double minx, maxx, miny, maxy, minz, maxz, tilelength(), maxTileLength;
142 length = tilelength(nextq);
464 if(tilelength(nextq) > length) {
468 length, tilelength(nextq));
518 double minx, maxx, miny, maxy, minz, maxz, tilelength();
594 if(tilelength(nextq) > length) {
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/tiff/
H A Dtiffcp.c66 static uint32 tilelength; variable
345 if (tilelength == (uint32) -1) in tiffcp()
346 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
347 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
349 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
976 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1234 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiffcp.c72 static uint32 tilelength; variable
300 tilelength = deftilelength; in main()
678 if (tilelength == (uint32) -1) in tiffcp()
679 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
680 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
682 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1509 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1780 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dtiffcp.c72 static uint32 tilelength; variable
302 tilelength = deftilelength; in main()
690 if (tilelength == (uint32) -1) in tiffcp()
691 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
692 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
694 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1521 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1792 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dtiffcp.c71 static uint32 tilelength; variable
299 tilelength = deftilelength; in main()
677 if (tilelength == (uint32) -1) in tiffcp()
678 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
679 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
681 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1508 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1779 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiffcp.c68 static uint32 tilelength; variable
284 tilelength = deftilelength; in main()
626 if (tilelength == (uint32) -1) in tiffcp()
627 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
628 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
630 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1389 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1657 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dtiffcp.c71 static uint32 tilelength; variable
299 tilelength = deftilelength; in main()
677 if (tilelength == (uint32) -1) in tiffcp()
678 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
679 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
681 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1508 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1779 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Dtiffcp.c70 static uint32 tilelength; variable
300 tilelength = deftilelength; in main()
696 if (tilelength == (uint32) -1) in tiffcp()
697 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
698 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
700 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1575 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1857 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dtiffcp.c70 static uint32 tilelength; variable
300 tilelength = deftilelength; in main()
696 if (tilelength == (uint32) -1) in tiffcp()
697 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
698 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
700 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1575 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1857 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiffcp.c76 static uint32_t tilelength; variable
332 tilelength = deftilelength; in main()
792 if (tilelength == (uint32_t) -1) in tiffcp()
793 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
794 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
796 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1713 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1992 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiffcp.c76 static uint32_t tilelength; variable
332 tilelength = deftilelength; in main()
792 if (tilelength == (uint32_t) -1) in tiffcp()
793 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
794 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
796 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1713 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1992 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
/dports/science/fastcap/fastcap-2.0wr/src/
H A DmulSetup.c116 double minx, maxx, miny, maxy, minz, maxz, tilelength(), maxTileLength;
144 length = tilelength(nextq);
349 if(tilelength(nextq) > length) {
353 length, tilelength(nextq));
400 double minx, maxx, miny, maxy, minz, maxz, tilelength();
476 if(tilelength(nextq) > length) {

123