/dports/devel/upp/upp/uppsrc/CtrlCore/ |
H A D | DrawOpX11.cpp | 159 gcv_new.foreground = GetXPixel(color) ^ (IsNull(doxor) ? 0 : GetXPixel(doxor)); in DrawPolyPolylineOp() 240 unsigned xor_pixel = (is_xor ? GetXPixel(doxor) : 0); in DrawPolyPolyPolygonOp() 243 gcv_new.foreground = GetXPixel(color) ^ xor_pixel; in DrawPolyPolyPolygonOp() 252 gcv_new.foreground = GetXPixel(outline) ^ xor_pixel; in DrawPolyPolyPolygonOp() 294 gcv.foreground = GetXPixel(color); in DrawArcOp()
|
H A D | X11Gui.h | 53 inline dword GetXPixel(int r, int g, int b) { return (*Xgetpixel)(r, g, b); } in GetXPixel() function 54 inline dword GetXPixel(Color color) { return (*Xgetpixel)(color.GetR(), color.GetG(), color… in GetXPixel() function
|
H A D | DrawTextX11.cpp | 171 c.pixel = GetXPixel(ink.GetR(), ink.GetG(), ink.GetB());
|
H A D | DrawX11.cpp | 257 int p = GetXPixel(color.GetR(), color.GetG(), color.GetB()); in SetForeground()
|
H A D | X11Wnd.cpp | 482 swa.background_pixel = GetXPixel(c.GetR(), c.GetG(), c.GetB()); in Create()
|
/dports/devel/upp/upp/uppsrc/Geom/Draw/ |
H A D | plotter.cpp | 752 gcv_new.foreground = GetXPixel(c1) ^ GetXPixel(bgnd); in PaintDragHorzLine() 764 gcv_new.foreground = GetXPixel(c2) ^ GetXPixel(bgnd); in PaintDragHorzLine() 782 gcv_new.foreground = GetXPixel(c2) ^ GetXPixel(bgnd); in PaintDragHorzLine() 817 gcv_new.foreground = GetXPixel(c1) ^ GetXPixel(bgnd); in PaintDragVertLine() 830 gcv_new.foreground = GetXPixel(c2) ^ GetXPixel(bgnd); in PaintDragVertLine() 848 gcv_new.foreground = GetXPixel(c2) ^ GetXPixel(bgnd); in PaintDragVertLine()
|
/dports/astro/starplot/starplot-0.95.5/src/classes/ |
H A D | star.h | 217 inline unsigned int GetXPixel() const { return xPixel; } in GetXPixel() function
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2502 GetXPixel( aColor, 0x00, 0x00, 0x00 ); in SalColormap() 2505 GetXPixel( aColor, 0xFF, 0xFF, 0xFF ); in SalColormap() 2739 inline bool SalColormap::GetXPixel( XColor &rColor, in GetXPixel() function in SalColormap 2755 if( !GetXPixel( rColor, r, g, b ) ) in GetXPixels() 2759 return GetXPixel( rColor, r^0xFF, g^0xFF, b^0xFF ); in GetXPixels() 2789 if( GetXPixel( aColor, in GetPixel() 2804 GetXPixel( aInversColor, in GetPixel()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2527 GetXPixel( aColor, 0x00, 0x00, 0x00 ); in SalColormap() 2530 GetXPixel( aColor, 0xFF, 0xFF, 0xFF ); in SalColormap() 2765 inline bool SalColormap::GetXPixel( XColor &rColor, in GetXPixel() function in SalColormap 2781 if( !GetXPixel( rColor, r, g, b ) ) in GetXPixels() 2785 return GetXPixel( rColor, r^0xFF, g^0xFF, b^0xFF ); in GetXPixels() 2815 if( GetXPixel( aColor, in GetPixel() 2830 GetXPixel( aInversColor, in GetPixel()
|
/dports/astro/starplot/starplot-0.95.5/src/gui/ |
H A D | starplot.cc | 167 int x = (*globals::chart_stararray)[i].GetXPixel(); in button_press_event()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/ |
H A D | saldisp.hxx | 153 inline bool GetXPixel( XColor &rColor,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/ |
H A D | saldisp.hxx | 154 inline bool GetXPixel( XColor &rColor,
|
/dports/lang/polyml/polyml-5.8.2/libpolyml/ |
H A D | xwindows.cpp | 4383 static void GetXPixel(TaskData *taskData, PolyWord p, void *v, unsigned) in GetXPixel() function 4395 GetList4(taskData, DEREFWORD(list),P,sizeof(XColor),GetXPixel); in QueryColors()
|