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

/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
409 nc = DST_SEARCH(cx, dm, key, ye, nread, maxcache, &cf);
421 if (!doflush && (cf || thisRead->nk > ye || thisRead->nk > RK_KEY_WMAX))
428 if (ys < thisRead->nk && thisRead->nk <= ye && thisRead->nk <= RK_KEY_WMAX) {
528 makeWord(struct RkContext *cx, int yy, int ys, int ye, in argument
855 parseWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *xqh[], int maxclen, int doflush, int douniq) 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
1637 storeBun(cx, (int)bun->nb_yoff, 0, ye, bun); local
1657 int yy, ys, ye; /* yomi kensaku hani */ local
1753 _RkSubstYomi(struct RkContext *cx, int ys, int ye, WCHAR_T *yomi, int newLen) argument
[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);
H A DRKintern.h1170 int _RkSubstYomi(struct RkContext *cx, int ys, int ye, WCHAR_T *yomi, int newLen);
/haiku-fatelf/headers/libs/agg/
H A Dagg_span_interpolator_persp.h153 void resynchronize(double xe, double ye, unsigned len) argument
161 double yt = ye;
173 dy -= ye;
181 dy -= ye;
379 void resynchronize(double xe, double ye, unsigned len) argument
389 double yt = ye;
403 dy -= ye;
411 dy -= ye;
H A Dagg_span_interpolator_linear.h76 void resynchronize(double xe, double ye, unsigned len) argument
78 m_trans->transform(&xe, &ye);
80 m_li_y = dda2_line_interpolator(m_li_y.y(), iround(ye * subpixel_scale), len);
/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,
302 yc->ys = yc->ye = yc->kEndp;
314 if ((yc->ys == yc->ye && yc->kEndp == yc->ye)
341 if (RkwSubstYomi(yc->context, 0, yc->ye - yc->cStartp,
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 - yc->cStartp, yc->ye
[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;
H A Dcanna.h318 int ye, ys, status; member in struct:_yomiContextRec
H A Dromaji.c758 ycxt->ys = ycxt->ye = ycxt->cStartp = ycxt->cRStartp = ycxt->status = 0;
2598 yc->ys = yc->ye = yc->cStartp;
4660 yc->ys = yc->ye = yc->cStartp;
/haiku-fatelf/src/tests/kits/interface/picture/
H A DSVGViewView.cpp727 double ye = sinPhi * rx * cosTheta2 + cosPhi * ry * sinTheta2 + cy;
736 controlPoints[1].Set((float)(xe + dxe), (float)(ye + dye));
737 controlPoints[2].Set((float)xe, (float)ye );
743 y1 = (float)ye;
726 double ye = sinPhi * rx * cosTheta2 + cosPhi * ry * sinTheta2 + cy; local

Completed in 92 milliseconds