Lines Matching defs:back
650 void SurfaceGDI::BrushColour(ColourDesired back) noexcept { in BrushColour()
687 void SurfaceGDI::Polygon(Point *pts, size_t npts, ColourDesired fore, ColourDesired back) { in Polygon()
695 void SurfaceGDI::RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) { in RectangleDraw()
702 void SurfaceGDI::FillRectangle(PRectangle rc, ColourDesired back) { in FillRectangle()
722 void SurfaceGDI::RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back) { in RoundedRectangle()
970 void SurfaceGDI::Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back) { in Ellipse()
1006 ColourDesired fore, ColourDesired back) { in DrawTextNoClip()
1013 ColourDesired fore, ColourDesired back) { in DrawTextClipped()
1440 void SurfaceD2D::Polygon(Point *pts, size_t npts, ColourDesired fore, ColourDesired back) { in Polygon()
1469 void SurfaceD2D::RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) { in RectangleDraw()
1479 void SurfaceD2D::FillRectangle(PRectangle rc, ColourDesired back) { in FillRectangle()
1510 void SurfaceD2D::RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back) { in RoundedRectangle()
1630 void SurfaceD2D::Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back) { in Ellipse()
2088 ColourDesired fore, ColourDesired back) { in DrawTextNoClip()
2097 ColourDesired fore, ColourDesired back) { in DrawTextClipped()