Home
last modified time | relevance | path

Searched refs:newyc (Results 1 – 5 of 5) sorted by relevance

/dports/japanese/canna-lib/Canna37p3/lib/canna/
H A Dhenkan.c1909 newyc = (yomiContext)tan;
1913 if (newyc) {
1914 tan->left = (tanContext)newyc;
1915 newyc->right = tan;
1918 if (chikujip(newyc)) {
1919 newyc->curMode = &cy_mode;
1921 newyc->minorMode = getBaseMode(newyc);
1931 d->modec = (mode_context)newyc;
1934 doMuhenkan(d, newyc);
1936 if (newyc->generalFlags &
[all …]
/dports/japanese/canna-server/Canna37p3/lib/canna/
H A Dhenkan.c1909 newyc = (yomiContext)tan;
1913 if (newyc) {
1914 tan->left = (tanContext)newyc;
1915 newyc->right = tan;
1918 if (chikujip(newyc)) {
1919 newyc->curMode = &cy_mode;
1921 newyc->minorMode = getBaseMode(newyc);
1931 d->modec = (mode_context)newyc;
1934 doMuhenkan(d, newyc);
1936 if (newyc->generalFlags &
[all …]
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c357 INTBIG lx, hx, ly, hy, xp, yp, newxc, newyc; in us_getnodebounds() local
401 newyc = TDGETYOFF(pp->textdescript); in us_getnodebounds()
402 newyc = newyc * lambda / 4; in us_getnodebounds()
403 xform(newxc, newyc, &newxc, &newyc, trans); in us_getnodebounds()
406 yp += newyc; in us_getnodebounds()
H A Dusrhigh.c2455 INTBIG newxc, newyc; in us_gethightextcenter() local
2516 newyc = TDGETYOFF(descript); in us_gethightextcenter()
2517 newyc = newyc * lambda / 4; in us_gethightextcenter()
2518 xform(newxc, newyc, &newxc, &newyc, trans); in us_gethightextcenter()
2519 poly->xv[0] += newxc; poly->yv[0] += newyc; in us_gethightextcenter()
H A Dusrnet.c6825 INTBIG nox[2], noy[2], newxc, newyc, xc, yc; in us_yankonenode() local
6864 xform(xc, yc, &newxc, &newyc, trans); in us_yankonenode()
6866 lowy = ni->lowy + newyc - yc; in us_yankonenode()
6868 highy = ni->highy + newyc - yc; in us_yankonenode()
10812 INTBIG newxc, newyc, lambda; in us_maketextpoly() local
10829 newyc = TDGETYOFF(descript); in us_maketextpoly()
10830 newyc = newyc * lambda / 4; in us_maketextpoly()
10831 xform(newxc, newyc, &newxc, &newyc, trans); in us_maketextpoly()
10832 xc += newxc; yc += newyc; in us_maketextpoly()