Home
last modified time | relevance | path

Searched refs:GetXPixel (Results 1 – 13 of 13) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DDrawOpX11.cpp159 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 DX11Gui.h53 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 DDrawTextX11.cpp171 c.pixel = GetXPixel(ink.GetR(), ink.GetG(), ink.GetB());
H A DDrawX11.cpp257 int p = GetXPixel(color.GetR(), color.GetG(), color.GetB()); in SetForeground()
H A DX11Wnd.cpp482 swa.background_pixel = GetXPixel(c.GetR(), c.GetG(), c.GetB()); in Create()
/dports/devel/upp/upp/uppsrc/Geom/Draw/
H A Dplotter.cpp752 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 Dstar.h217 inline unsigned int GetXPixel() const { return xPixel; } in GetXPixel() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dsaldisp.cxx2502 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 Dsaldisp.cxx2527 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 Dstarplot.cc167 int x = (*globals::chart_stararray)[i].GetXPixel(); in button_press_event()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dsaldisp.hxx153 inline bool GetXPixel( XColor &rColor,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dsaldisp.hxx154 inline bool GetXPixel( XColor &rColor,
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dxwindows.cpp4383 static void GetXPixel(TaskData *taskData, PolyWord p, void *v, unsigned) in GetXPixel() function
4395 GetList4(taskData, DEREFWORD(list),P,sizeof(XColor),GetXPixel); in QueryColors()