Searched refs:oy (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfWav.h55 int oy, // i : y offset
64 int oy, // i : y offset
H A DImfWav.cpp149 int oy, // i : y offset
164 unsigned short *ey = in + oy * (ny - p2);
165 int oy1 = oy * p;
166 int oy2 = oy * p2;
269 int oy, // i : y offset
295 unsigned short *ey = in + oy * (ny - p2);
296 int oy1 = oy * p;
297 int oy2 = oy * p2;
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
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_insnstr.c49 NCURSES_SIZE_T oy; local
57 oy = win->_cury;
63 win->_cury = oy;
H A Dlib_insch.c122 NCURSES_SIZE_T oy; local
129 oy = win->_cury;
135 win->_cury = oy;
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c80 NCURSES_SIZE_T oy; local
87 oy = win->_cury;
93 win->_cury = oy;
103 NCURSES_SIZE_T oy; local
115 oy = win->_cury;
139 win->_cury = oy;
/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint-image-gimp.c73 /* 2: Translate (ox,oy) to the origin */
74 int ox, oy; /* Origin of image */ member in struct:__anon5066
195 im->oy = 0;
248 im->oy + row * im->increment, im->ox, im->w);
251 im->ox, im->oy + row * im->increment, im->w);
333 im->ox = im->oy;
334 im->oy = tmp;
358 im->oy += (im->h-1) * im->increment;
377 int ny = im->oy + top * (im->increment);
400 im->oy
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrspec.c288 * @param ox,oy center coordinate of the pattern
290 static void QRspec_putAlignmentMarker(unsigned char *frame, int width, int ox, int oy) argument
302 frame += (oy - 2) * width + ox - 2;
411 * @param ox,oy upper-left coordinate of the pattern
413 static void putFinderPattern(unsigned char *frame, int width, int ox, int oy) argument
427 frame += oy * width + ox;
H A Dmqrspec.c173 * @param ox,oy upper-left coordinate of the pattern
175 static void putFinderPattern(unsigned char *frame, int width, int ox, int oy) argument
189 frame += oy * width + ox;
/haiku-fatelf/src/libs/tiff/
H A Dtif_ojpeg.c766 uint8* oy; local
788 oy=sp->subsampling_convert_ybuf+sp->subsampling_convert_state*sp->subsampling_ver*sp->subsampling_convert_ylinelen;
794 r=oy;
801 oy+=sp->subsampling_hor;
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dpanel.c4651 gint oy = paper_top + preview_ppi * paper_height / INCH / 2; local
4653 oy -= preview_ppi * paper_height / INCH / 4;
4654 if (oy < paper_top + u)
4655 oy = paper_top + u;
4656 gdk_draw_line (w, gc, ox, oy - u, ox - u, oy);
4657 gdk_draw_line (w, gc, ox, oy - u, ox + u, oy);
4658 gdk_draw_line (w, gc, ox, oy - u, ox, oy
[all...]

Completed in 94 milliseconds