Home
last modified time | relevance | path

Searched refs:newon (Results 1 – 25 of 46) sorted by relevance

12

/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/src/
H A DWhistspectr.c637 XFreePixmap(XtDisplay(newon),newon->histspectr.pix); in SetValues()
665 XSetForeground(XtDisplay(newon) , newon->histspectr.gc,newon->histspectr.linecolor); in SetValues()
666 XSetForeground(XtDisplay(newon) , newon->histspectr.anngc,newon->histspectr.anncolor); in SetValues()
667 XSetBackground(XtDisplay(newon) , newon->histspectr.gc,newon->histspectr.background); in SetValues()
668 XSetBackground(XtDisplay(newon) , newon->histspectr.anngc,newon->core.background_pixel); in SetValues()
700 newon->histspectr.sc.at = newon->histspectr.gr[0]; in SetValues()
718 newon->histspectr.Xoffset = newon->histspectr.pixwidth - newon->histspectr.width; in SetValues()
721 newon->histspectr.oldx = newon->histspectr.pixwidth - newon->histspectr.width; in SetValues()
725 newon->histspectr.foldx = (newon->histspectr.pixwidth - newon->histspectr.width) - in SetValues()
729 newon->histspectr.foldy = (newon->histspectr.lasttim - newon->histspectr.sc.at ) * in SetValues()
[all …]
H A DWHistbar.c666 newon->histbar.pixwidth, newon->histbar.pixheight, in SetValues()
685 XSetForeground(XtDisplay(newon) , newon->histbar.gc,newon->primitive.foreground); in SetValues()
686 XSetForeground(XtDisplay(newon) , newon->histbar.anngc,newon->histbar.anncolor); in SetValues()
687 XSetBackground(XtDisplay(newon) , newon->histbar.gc,newon->histbar.background); in SetValues()
688 XSetBackground(XtDisplay(newon) , newon->histbar.anngc,newon->core.background_pixel); in SetValues()
733 newon->histbar.sc.ax = newon->histbar.gr[0]; in SetValues()
757 newon->histbar.Xoffset = newon->histbar.pixwidth - newon->histbar.width; in SetValues()
763 newon->histbar.bars[i].oldx = newon->histbar.pixwidth - newon->histbar.width; in SetValues()
772 newon->histbar.bars[i].foldx = (newon->histbar.pixwidth - newon->histbar.width) - in SetValues()
774 newon->histbar.sc.bx * cos(newon->histbar.angle); in SetValues()
[all …]
H A DWScroll.c713 XFreePixmap(XtDisplay(newon),newon->scroll.pix); in SetValues()
720 newon->scroll.lastpush = newon->scroll.vis[0] ; in SetValues()
747 XSetForeground(XtDisplay(newon) , newon->scroll.gc,newon->primitive.foreground); in SetValues()
748 XSetForeground(XtDisplay(newon) , newon->scroll.anngc,newon->scroll.anncolor); in SetValues()
749 XSetForeground(XtDisplay(newon) , newon->scroll.gridgc,newon->scroll.gridcolor); in SetValues()
750 XSetBackground(XtDisplay(newon) , newon->scroll.gc,newon->scroll.background); in SetValues()
751 XSetBackground(XtDisplay(newon) , newon->scroll.anngc,newon->core.background_pixel); in SetValues()
752 XSetBackground(XtDisplay(newon) , newon->scroll.gridgc,newon->scroll.background); in SetValues()
843 check_rescroll(newon,newon->scroll.gr[0],newon->scroll.gr[0] , 0); /* re-offset */ in SetValues()
846 xPix(newon,newon->scroll.crv[i].lastx,newon->scroll.crv[i].lasty); in SetValues()
[all …]
H A DWEzdraw.c622 XFreePixmap(XtDisplay(newon),newon->ezdraw.pix); in SetValues()
643 XSetForeground(XtDisplay(newon) , newon->ezdraw.gc,newon->primitive.foreground); in SetValues()
644 XSetForeground(XtDisplay(newon) , newon->ezdraw.anngc,newon->ezdraw.anncolor); in SetValues()
645 XSetForeground(XtDisplay(newon) , newon->ezdraw.gridgc,newon->ezdraw.gridcolor); in SetValues()
646 XSetBackground(XtDisplay(newon) , newon->ezdraw.gc,newon->ezdraw.background); in SetValues()
647 XSetBackground(XtDisplay(newon) , newon->ezdraw.anngc,newon->core.background_pixel); in SetValues()
648 XSetBackground(XtDisplay(newon) , newon->ezdraw.gridgc,newon->ezdraw.background); in SetValues()
670 (char *)newon->ezdraw.crv , newon->ezdraw.ncurves * sizeof(EzCurve)); in SetValues()
695 XChangeGC(XtDisplay(newon), newon->ezdraw.gc, valuemask, &values); in SetValues()
696 XChangeGC(XtDisplay(newon), newon->ezdraw.anngc, valuemask, &values); in SetValues()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon, in ttdummy() local
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
342 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon, in ttdummy() local
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
342 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon, in ttdummy() local
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
342 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon, in ttdummy() local
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
342 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon,
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull);
342 if (oldon != newon || oldoff != newoff)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon, in ttdummy() local
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
342 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql11-server/postgresql-11.14/src/test/regress/
H A Dregress.c266 Datum newon, in ttdummy() local
335 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
342 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon, in ttdummy() local
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
349 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon, in ttdummy() local
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
349 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon, in ttdummy() local
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
349 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon,
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull);
349 if (oldon != newon || oldoff != newoff)
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon,
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull);
349 if (oldon != newon || oldoff != newoff)
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/
H A Dregress.c274 Datum newon, in ttdummy() local
343 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
350 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon, in ttdummy() local
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
349 if (oldon != newon || oldoff != newoff) in ttdummy()
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/
H A Dregress.c273 Datum newon, in ttdummy() local
342 newon = SPI_getbinval(newtuple, tupdesc, attnum[0], &isnull); in ttdummy()
349 if (oldon != newon || oldoff != newoff) in ttdummy()

12