Lines Matching defs:xsdo

228     X11SDOps *xsdo = (X11SDOps *) pXSData;
230 if (xsdo == NULL) {
234 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
237 X11SD_DirectRenderNotify(env, xsdo);
252 X11SDOps *xsdo = (X11SDOps *) pXSData;
254 if (xsdo == NULL || w < 0 || h < 0) {
266 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
270 XDrawRectangle(awt_display, xsdo->drawable, (GC) xgc,
274 X11SD_DirectRenderNotify(env, xsdo);
292 X11SDOps *xsdo = (X11SDOps *) pXSData;
294 if (xsdo == NULL || w < 0 || h < 0) {
337 awt_drawArc(env, xsdo->drawable, (GC) xgc,
340 awt_drawArc(env, xsdo->drawable, (GC) xgc,
343 awt_drawArc(env, xsdo->drawable, (GC) xgc,
346 awt_drawArc(env, xsdo->drawable, (GC) xgc,
351 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
354 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
359 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
362 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
366 X11SD_DirectRenderNotify(env, xsdo);
381 X11SDOps *xsdo = (X11SDOps *) pXSData;
383 if (xsdo == NULL) {
396 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
400 awt_drawArc(env, xsdo->drawable, (GC) xgc,
403 X11SD_DirectRenderNotify(env, xsdo);
419 X11SDOps *xsdo = (X11SDOps *) pXSData;
421 if (xsdo == NULL) {
425 awt_drawArc(env, xsdo->drawable, (GC) xgc,
427 X11SD_DirectRenderNotify(env, xsdo);
445 X11SDOps *xsdo = (X11SDOps *) pXSData;
447 if (xsdo == NULL) {
481 XDrawLine(awt_display, xsdo->drawable, (GC) xgc,
485 XDrawLines(awt_display, xsdo->drawable, (GC) xgc,
491 X11SD_DirectRenderNotify(env, xsdo);
574 X11SDOps *xsdo = (X11SDOps *) pXSData;
592 if (xsdo == NULL) {
613 XDHD_INIT(&dHData, (GC)xgc, xsdo->drawable);
657 X11SD_DirectRenderNotify(env, xsdo);
672 X11SDOps *xsdo = (X11SDOps *) pXSData;
674 if (xsdo == NULL) {
678 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
681 X11SD_DirectRenderNotify(env, xsdo);
699 X11SDOps *xsdo = (X11SDOps *) pXSData;
701 if (xsdo == NULL || w <= 0 || h <= 0) {
744 awt_drawArc(env, xsdo->drawable, (GC) xgc,
747 awt_drawArc(env, xsdo->drawable, (GC) xgc,
750 awt_drawArc(env, xsdo->drawable, (GC) xgc,
753 awt_drawArc(env, xsdo->drawable, (GC) xgc,
759 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
763 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
768 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
771 X11SD_DirectRenderNotify(env, xsdo);
786 X11SDOps *xsdo = (X11SDOps *) pXSData;
788 if (xsdo == NULL) {
826 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc, x, y, w, h);
829 awt_drawArc(env, xsdo->drawable, (GC) xgc,
832 X11SD_DirectRenderNotify(env, xsdo);
848 X11SDOps *xsdo = (X11SDOps *) pXSData;
850 if (xsdo == NULL) {
854 awt_drawArc(env, xsdo->drawable, (GC) xgc,
856 X11SD_DirectRenderNotify(env, xsdo);
873 X11SDOps *xsdo = (X11SDOps *) pXSData;
875 if (xsdo == NULL) {
900 XFillPolygon(awt_display, xsdo->drawable, (GC) xgc,
902 X11SD_DirectRenderNotify(env, xsdo);
927 X11SDOps *xsdo = (X11SDOps *) pXSData;
929 if (xsdo == NULL) {
948 XFillRectangle(awt_display, xsdo->drawable, (GC) xgc,
953 X11SD_DirectRenderNotify(env, xsdo);
971 X11SDOps *xsdo;
974 xsdo = (X11SDOps *)jlong_to_ptr(xsd);
975 if (xsdo == NULL) {
984 XCopyArea(awt_display, xsdo->drawable, xsdo->drawable, xgc,
987 X11SD_DirectRenderNotify(env, xsdo);