Searched refs:ys (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTileDescription.h77 unsigned int ys = 32,
82 ySize (ys),
H A DImfPizCompressor.cpp164 int ys; member in struct:Imf::PizCompressor::ChannelData
347 cd.ys = c.channel().ySampling;
366 if (modp (y, cd.ys) != 0)
389 if (modp (y, cd.ys) != 0)
523 cd.ys = c.channel().ySampling;
608 if (modp (y, cd.ys) != 0)
631 if (modp (y, cd.ys) != 0)
H A DImfChannelList.cpp54 Channel::Channel (PixelType t, int xs, int ys, bool pl): argument
57 ySampling (ys),
H A DImfRgbaFile.cpp616 size_t ys = yStride * sizeof (Rgba); local
620 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys));
621 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys));
622 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys));
623 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys));
1151 size_t ys = yStride * sizeof (Rgba); local
1157 xs, ys,
1163 xs, ys,
1169 xs, ys,
1175 xs, ys,
[all...]
H A DImfTiledRgbaFile.cpp384 size_t ys = yStride * sizeof (Rgba); local
388 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys));
389 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys));
390 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys));
391 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys));
781 size_t ys = yStride * sizeof (Rgba); local
787 xs, ys,
793 xs, ys,
799 xs, ys,
805 xs, ys,
[all...]
H A DImfB44Compressor.cpp459 int ys; member in struct:Imf::B44Compressor::ChannelData
521 _channelData[i].ys = c.channel().ySampling;
686 if (modp (y, cd.ys) != 0)
725 if (modp (y, cd.ys) != 0)
1003 if (modp (y, cd.ys) != 0)
1036 if (modp (y, cd.ys) != 0)
H A DImfScanLineInputFile.cpp109 size_t xs, size_t ys,
118 yStride (ys),
106 InSliceInfo(PixelType tifb, PixelType tifl, char *b, size_t xs, size_t ys, int xsm, int ysm, bool f, bool s, double fv) argument
H A DImfOutputFile.cpp105 size_t xs, size_t ys,
112 yStride (ys),
103 OutSliceInfo(PixelType t, const char *b, size_t xs, size_t ys, int xsm, int ysm, bool z) argument
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c190 status_t nm_acc_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h) argument
204 if ((yd < ys) || ((yd == ys) && (xd < xs)))
214 ACCW(SRCSTARTOFF, ((ys * si->fbc.bytes_per_row) + (xs * si->engine.depth)));
224 ACCW(SRCSTARTOFF, ((ys << 16) | (xs & 0x0000ffff)));
233 ACCW(SRCSTARTOFF, ((ys * si->fbc.bytes_per_row) + (xs * si->engine.depth)));
249 ACCW(SRCSTARTOFF, (((ys + h) * si->fbc.bytes_per_row) + ((xs + w) * si->engine.depth)));
259 ACCW(SRCSTARTOFF, (((ys + h) << 16) | ((xs + w) & 0x0000ffff)));
268 ACCW(SRCSTARTOFF, (((ys + h) * si->fbc.bytes_per_row) + ((xs + w) * si->engine.depth)));
326 status_t nm_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint3 argument
405 nm_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
440 nm_acc_transparent_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h,uint32 colour) argument
448 nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, uint16 xd,uint16 yd,uint16 wd,uint16 hd) argument
[all...]
H A Dnm_proto.h61 status_t nm_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
63 status_t nm_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
65 status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Dacc.c113 status_t eng_acc_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h) argument
126 ACCW(BLT_TOPLFTSRC, ((ys << 16) | xs));
177 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
188 ACCW(BMP_UCRECTL_0, ((xs << 16) | (ys & 0x0000ffff)));
237 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
248 ACCW(BMP_UCRECTL_0, ((xs << 16) | (ys & 0x0000ffff)));
255 status_t eng_acc_transparent_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h,uint32 colour) argument
263 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
H A Dproto.h108 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
110 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
112 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dacc.c113 status_t eng_acc_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h) argument
126 ACCW(BLT_TOPLFTSRC, ((ys << 16) | xs));
177 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
188 ACCW(BMP_UCRECTL_0, ((xs << 16) | (ys & 0x0000ffff)));
237 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
248 ACCW(BMP_UCRECTL_0, ((xs << 16) | (ys & 0x0000ffff)));
255 status_t eng_acc_transparent_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h,uint32 colour) argument
263 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
H A Dproto.h108 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
110 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
112 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dchikuji.c197 yc->ys = yc->ye = yc->kEndp;
300 yc->ys - yc->cStartp, yc->ye - yc->cStartp,
301 yc->kana_buffer + yc->ys, yc->kEndp - yc->ys);
302 yc->ys = yc->ye = yc->kEndp;
314 if ((yc->ys == yc->ye && yc->kEndp == yc->ye)
350 yc->ys = yc->ye = yc->cStartp;
387 yc->ys = yc->ye = yc->cStartp;
428 yc->ys = yc->ye = yc->cStartp;
439 l = RkwSubstYomi(yc->context, yc->ys
[all...]
H A Dromaji.c758 ycxt->ys = ycxt->ye = ycxt->cStartp = ycxt->cRStartp = ycxt->status = 0;
1048 if (yc->kCurs < yc->ys) {
1049 yc->ys = yc->kCurs;
1147 if (ppos < yc->ys) {
1148 yc->ys = ppos;
2598 yc->ys = yc->ye = yc->cStartp;
2869 if (yc->kCurs < yc->ys) {
2870 yc->ys = yc->kCurs; /* ������������������������������������������������������������ */
3382 if (yc->kCurs - 1 < yc->ys) {
3383 yc->ys
[all...]
H A Dhenkan.c650 lyc->cStartp = lyc->cRStartp = lyc->ys = lyc->ye = 0;
823 lyc->cStartp = lyc->cRStartp = lyc->ys = lyc->ye = 0;
858 yc->ys = yc->ye = 0;
1731 yc->ys = yc->ye = yc->cStartp = yc->cRStartp = 0;
2007 yc->ys = yc->ye = yc->cStartp = yc->cRStartp = 0;
2074 yc->ys = yc->ye = yc->cStartp;
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dnword.c47 static int parseWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *xqh[], int maxclen, int doflush, int douniq);
48 static int doParse(struct RkContext *cx, int yy, int ys, int ye, struct nword *xqh[], int maxclen, int doflush, int douniq);
51 static void storeBun(struct RkContext *cx, int yy, int ys, int ye, struct nbun *bun);
54 static void parseQue(struct RkContext *cx, int maxq, int yy, int ys, int ye, int doflush);
56 static int Que2Bun(struct RkContext *cx, int yy, int ys, int ye, int doflush);
369 readWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *nword, int maxword, int doflush, int douniq) argument
428 if (ys < thisRead->nk && thisRead->nk <= ye && thisRead->nk <= RK_KEY_WMAX) {
528 makeWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *word, int maxword, int doflush, int douniq) argument
685 if ((ys <= clen && clen <= ye) || gobeyond) {
855 parseWord(struct RkContext *cx, int yy, int ys, in argument
963 doParse(struct RkContext *cx, int yy, int ys, int ye, struct nword *xqh[], int maxclen, int doflush, int douniq) argument
1236 parseBun(struct RkContext *cx, int yy, int ys, int ye, int doflush, int douniq, int *maxclen) argument
1257 storeBun(struct RkContext *cx, int yy, int ys, int ye, struct nbun *bun) argument
1478 splitBun(struct RkContext *cx, int yy, int ys, int ye) argument
1530 parseQue(struct RkContext *cx, int maxq, int yy, int ys, int ye, int doflush) argument
1601 Que2Bun(struct RkContext *cx, int yy, int ys, int ye, int doflush) argument
1657 int yy, ys, ye; /* yomi kensaku hani */ local
1753 _RkSubstYomi(struct RkContext *cx, int ys, int ye, WCHAR_T *yomi, int newLen) argument
1870 int ys = cx->store->nyomi - yy; local
[all...]
H A Dbun.c321 RkwSubstYomi(int cx_num, int ys, int ye, WCHAR_T *yomi, int newLen) argument
335 !(0 <= ys && ys <= ye && ye <= (int)(store->nyomi - bun->nb_yoff)) ||
340 return _RkSubstYomi(cx, ys, ye, yomi, newLen);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Darray.c239 char *xs, *ys; local
251 stp_asprintf(&ys, "%d", y_size);
255 stp_mxmlElementSetAttr(arraynode, "y-size", ys);
257 stp_free(ys);
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h167 status_t nv_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
169 status_t nv_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
171 status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
H A Dnv_acc.c1405 status_t nv_acc_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h) argument
1418 nv_image_blit_ptr->SourceOrg = ((ys << 16) | xs);
1469 status_t nv_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
1481 ((xs << 16) | (ys & 0x0000ffff));
1531 status_t nv_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
1543 ((xs << 16) | (ys & 0x0000ffff));
1551 status_t nv_acc_transparent_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h,uint32 colour) argument
1559 status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c1661 ULong carry, q, ys;
1690 ys = (si & 0xffff) * q + carry;
1691 zs = (si >> 16) * q + (ys >> 16);
1693 y = (*bx & 0xffff) - (ys & 0xffff) + borrow;
1701 ys = *sx++ * q + carry;
1702 carry = ys >> 16;
1703 y = *bx - (ys & 0xffff) + borrow;
1725 ys = (si & 0xffff) + carry;
1726 zs = (si >> 16) + (ys >> 16);
1728 y = (*bx & 0xffff) - (ys
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_math.h237 double ys = y;
246 return (sum + x * ys - y * xs) * 0.5;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsreader.h398 HPGS_INTERNAL_API int hpgs_reader_set_plotsize (hpgs_reader *reader, double xs, double ys);

Completed in 286 milliseconds

12