• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/

Lines Matching refs:m_gc

141     m_gc = (WXGC) 0;
186 m_gc = (WXGC) XCreateGC (display, RootWindow (display, DefaultScreen (display)),
205 if (m_gc)
206 XFreeGC ((Display*) m_display, (GC) m_gc);
207 m_gc = (WXGC) 0;
255 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, x1d, y1d, x2d, y2d);
277 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, 0, yy,
279 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xx, 0,
352 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) (GC) m_gc,
365 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc,
401 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, start, end);
412 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, start,end);
428 XDrawPoint ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, XLOG2DEV (x), YLOG2DEV (y));
452 XDrawLines ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xpoints, n, 0);
493 XSetFillRule ((Display*) m_display, (GC) m_gc, fillStyle == wxODDEVEN_RULE ? EvenOddRule : WindingRule);
494 XFillPolygon ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xpoints1, n, Complex, 0);
495 XSetFillRule ((Display*) m_display, (GC) m_gc, EvenOddRule); // default mode
509 XDrawLines ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xpoints1, n + 1, 0);
539 XFillRectangle ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wfd, hfd);
551 XDrawRectangle ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd);
618 XFillRectangle ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + rd, yd,
620 XFillRectangle ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd + rd,
625 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd,
628 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + wd - rw_d, yd,
632 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + wd - rw_d,
637 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd + hd - rh_d,
667 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + rd, yd,
669 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + rd, yd + hd,
672 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd + rd,
674 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + wd, yd + rd,
676 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd,
678 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + wd - rw_d, yd,
681 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd + wd - rw_d,
684 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd + hd - rh_d,
751 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, 0, angle);
763 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, 0, angle);
808 XSetBackground ((Display*) m_display, (GC) m_gc, pixel);
894 XSetClipMask ((Display*) m_display, (GC) m_gc, (Pixmap) sel.GetMask()->GetBitmap());
895 XSetClipOrigin ((Display*) m_display, (GC) m_gc, XLOG2DEV (xdest), YLOG2DEV (ydest));
899 XCopyRemote((Display*) sourceDC->m_display, (Display*) m_display, (Pixmap) sourcePixmap, (Pixmap) m_pixmap, (GC) m_gc,
910 XSetRegion ((Display*) m_display, (GC) m_gc,
913 XSetClipMask ((Display*) m_display, (GC) m_gc, None);
915 XSetClipOrigin ((Display*) m_display, (GC) m_gc, 0, 0);
920 //XGetGCValues((Display*)m_display, (GC)m_gc, GCForeground, &values);
950 XSetClipMask ((Display*) m_display, (GC) m_gc, (Pixmap) sel.GetMask()->GetBitmap());
951 XSetClipOrigin ((Display*) m_display, (GC) m_gc, XLOG2DEV (xdest), YLOG2DEV (ydest));
959 XCopyPlane ((Display*) m_display, (Pixmap) sourcePixmap, (Pixmap) m_pixmap, (GC) m_gc,
968 XCopyArea ((Display*) m_display, (Pixmap) sourcePixmap, (Pixmap) m_pixmap, (GC) m_gc,
979 XSetRegion ((Display*) m_display, (GC) m_gc,
982 XSetClipMask ((Display*) m_display, (GC) m_gc, None);
984 XSetClipOrigin ((Display*) m_display, (GC) m_gc, 0, 0);
999 XSetBackground ((Display*) m_display, (GC) m_gc, oldBackgroundPixel);
1006 XSetForeground ((Display*) m_display, (GC) m_gc, oldForegroundPixel);
1028 XGetGCValues ((Display*) m_display, (GC)m_gc, GCFillStyle, &gcV);
1029 XSetFillStyle ((Display*) m_display, (GC) m_gc, FillSolid);
1065 XSetForeground ((Display*) m_display, (GC) m_gc, pixel);
1073 XFillRectangle ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, XLOG2DEV (x), YLOG2DEV (y), cx, cy);
1098 XSetForeground ((Display*) m_display, (GC) m_gc, pixel);
1111 XDrawString16((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, XLOG2DEV (x), YLOG2DEV (y) + ascent,
1117 XmbDrawString((Display*) m_display, (Pixmap) m_pixmap, fset, (GC) m_gc, XLOG2DEV (x), YLOG2DEV (y) + ascent, text, slen);
1119 XDrawString((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, XLOG2DEV (x), YLOG2DEV (y) + ascent, text, slen);
1142 XSetFillStyle ((Display*) m_display, (GC) m_gc, gcV.fill_style);
1246 XSetForeground ((Display*) m_display, (GC) m_gc,
1253 XSetForeground ((Display*) m_display, (GC) m_gc,
1260 (GC) m_gc, XLOG2DEV (ox), YLOG2DEV (oy));
1272 XSetBackground ((Display*) m_display, (GC) m_gc, oldBackgroundPixel);
1279 XSetForeground ((Display*) m_display, (GC) m_gc, oldForegroundPixel);
1384 XFillRectangle ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc,
1410 XSetFont ((Display*) m_display, (GC) m_gc, fontId);
1422 XGetGCValues ((Display*) m_display, (GC) m_gc, GCBackground, &values);
1423 XSetForeground ((Display*) m_display, (GC) m_gc,
1431 XSetForeground ((Display*) m_display, (GC) m_gc, pixel);
1585 XSetDashes ((Display*) m_display, (GC) m_gc, 0, real_req_dash, req_nb_dash);
1594 XSetDashes ((Display*) m_display, (GC) m_gc, 0, req_dash, req_nb_dash);
1629 XSetLineAttributes ((Display*) m_display, (GC) m_gc, scaled_width, style, cap, join);
1687 XSetStipple ((Display*) m_display, (GC) m_gc, myStipple);
1695 XSetStipple ((Display*) m_display, (GC) m_gc, (Pixmap) m_currentStipple.GetDrawable());
1711 XSetFillStyle ((Display*) m_display, (GC) m_gc, fill_style);
1792 XSetFillStyle ((Display*) m_display, (GC) m_gc, style);
1799 XSetFillStyle ((Display*) m_display, (GC) m_gc, FillSolid);
1856 XSetStipple ((Display*) m_display, (GC) m_gc, myStipple);
1868 XSetStipple ((Display*) m_display, (GC) m_gc,
1876 XSetTile ((Display*) m_display, (GC) m_gc,
1909 XSetBackground ((Display*) m_display, (GC) m_gc, m_backgroundPixel);
1978 XSetFunction((Display*) m_display, (GC) m_gc, x_function);
2059 XSetRegion( (Display*)m_display, (GC)m_gc, (Region)m_clipRegion );
2061 XSetClipMask( (Display*)m_display, (GC)m_gc, None );