Searched refs:ny (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfWav.h54 int ny, // i : y size
63 int ny, // i : y size
H A DImfWav.cpp148 int ny, // i : y size
153 int n = (nx > ny)? ny: nx;
164 unsigned short *ey = in + oy * (ny - p2);
231 if (ny & p)
268 int ny, // i : y size
273 int n = (nx > ny)? ny: nx;
295 unsigned short *ey = in + oy * (ny - p2);
362 if (ny
144 wav2Encode(unsigned short* in, int nx, int ox, int ny, int oy, unsigned short mx) argument
264 wav2Decode(unsigned short* in, int nx, int ox, int ny, int oy, unsigned short mx) argument
[all...]
H A DImfB44Compressor.cpp458 int ny; member in struct:Imf::B44Compressor::ChannelData
666 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
668 tmpBufferEnd += cd.nx * cd.ny * cd.size;
772 int n = cd.nx * cd.ny * cd.size * sizeof (unsigned short);
783 for (int y = 0; y < cd.ny; y += 4)
787 // If the width, cd.nx, or the height, cd.ny, of
798 if (y + 3 >= cd.ny)
800 if (y + 1 >= cd.ny)
803 if (y + 2 >= cd.ny)
899 cd.ny
[all...]
H A DImfPizCompressor.cpp163 int ny; member in struct:Imf::PizCompressor::ChannelData
346 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
351 tmpBufferEnd += cd.nx * cd.ny * cd.size;
453 cd.ny, cd.nx * cd.size,
522 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
527 tmpBufferEnd += cd.nx * cd.ny * cd.size;
579 cd.ny, cd.nx * cd.size,
/haiku-fatelf/src/libs/ncurses/test/
H A Dknight.c429 int ny = 0, nx = 0; local
488 ny = rw + BDEPTH - 1;
494 ny = rw + 1;
500 ny = rw;
506 ny = rw;
512 ny = rw + BDEPTH - 1;
518 ny = rw + 1;
524 ny = rw + BDEPTH - 1;
530 ny = rw + 1;
543 ny
[all...]
H A Dbs.c515 int ny, nx, c; local
537 ny = cury + BDEPTH - 1;
543 ny = cury + 1;
549 ny = cury;
555 ny = cury;
561 ny = cury + BDEPTH - 1;
567 ny = cury + 1;
573 ny = cury + BDEPTH - 1;
579 ny = cury + 1;
584 ny
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint-image-gimp.c377 int ny = im->oy + top * (im->increment); local
387 if (ny < 0) ny = 0;
388 else if (ny > ymax) ny = ymax;
391 hmax = im->increment ? ny + 1 : ymax - ny + 1;
400 im->oy = ny;
/haiku-fatelf/src/apps/glteapot/
H A DGLObject.h28 float nx,ny,nz; member in struct:point
H A DGLObject.cpp236 p.ny = 1e-6 * arrayOfPoints[i + 4];
376 fPoints[fQs[i].pts[j]].ny,
395 fPoints[v1].ny,
405 fPoints[v2].ny,
415 fPoints[v3].ny,
/haiku-fatelf/src/apps/mandelbrot/
H A Dtsb1.cpp208 long nx, ny; local
234 long nx, ny; local
272 long nx, ny; local
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsreader.c863 int ny = (int)ceil((sqrt(3.0)*(bb->ury-bb->lly))/stamp_size); local
865 int n = nx < ny ? nx : ny;
868 double a = nx < ny ? (bb->urx-bb->llx) : (bb->urx-bb->llx)*(double)ny/(double)nx;
869 double b = ny < nx ? (bb->ury-bb->lly) : (bb->ury-bb->lly)*(double)nx/(double)ny;
901 for (j = 0; j < ny; ++j)

Completed in 129 milliseconds