Displaying 6 results from an estimated 6 matches for "roundrect".
2006 Aug 01
1
R crashes using pdf() windows() or postscript()
...,
height = 0.5, onefile = TRUE, family = "Helvetica", paper = "special",
fonts = "sans")
}
boxheight <- unit(1, "npc")
boxwidth <- unit(1, "npc")
pushViewport(viewport(x=0.5, y=0.5, width = boxwidth, height =
boxheight))
grid.roundRect(height=boxheight, width=boxwidth, r=unit(3, "mm"),
gp = box.gpar)
grid.text(label, just = "centre", gp = text.gpar)
popViewport()
if(type == "win"){
tmp <- savePlot(filename = figurename, type = "pdf", device =
dev.cur(), restoreConsole =...
2002 May 24
0
gta3
...zePalette
fixme:win32:ELF_FindExportedFunction function Rectangle not found:
/usr/lib/wine/libwine.so: undefined symbol: Rectangle
fixme:win32:ELF_FindExportedFunction function RestoreDC not found:
/usr/lib/wine/libwine.so: undefined symbol: RestoreDC
fixme:win32:ELF_FindExportedFunction function RoundRect not found:
/usr/lib/wine/libwine.so: undefined symbol: RoundRect
fixme:win32:ELF_FindExportedFunction function SaveDC not found:
/usr/lib/wine/libwine.so: undefined symbol: SaveDC
fixme:win32:ELF_FindExportedFunction function ScaleViewportExt not found:
/usr/lib/wine/libwine.so: undefined symbol...
2016 Jun 24
0
Wine release 1.9.13
...gdi32/tests: Get rid of the todo mechanism in the path tests.
gdi32: Validate the point count in Polyline and Polygon.
gdi32: Add a helper function to reverse an array of points in paths.
gdi32: Compatibility fixes for Rectangle in paths, with tests.
gdi32: Reimplement RoundRect in paths to avoid calling imprecise arc helper functions.
gdi32: Reimplement Ellipse in paths to avoid calling imprecise arc helper functions.
gdi32/tests: Add a test to run once through all functions supported on paths.
Alistair Leslie-Hughes (26):
wined3d: Correct memory size f...
2016 Apr 29
0
Wine release 1.9.9
...within a path.
gdi32/enhmfdrv: Add enhanced metafile bounds tests.
gdi32/enhmfdrv: Don't update document bounds in Arc/Chord/Pie within a path.
gdi32/enhmfdrv: Don't update document bounds in Ellipse within a path.
gdi32/enhmfdrv: Don't update document bounds in RoundRect within a path.
gdi32/enhmfdrv: Don't update document bounds in Polyline within a path.
gdi32/enhmfdrv: Don't update document bounds in PolyPolyline within a path.
Sebastian Lackner (23):
krnl386.exe16: Do not reassign default handles after they got closed.
services:...
2012 Jan 13
0
Wine release 1.3.37
...shed wide lines.
gdi32: Get rid of the pen deferring support, all pen styles are implemented now.
gdi32/tests: Add some tests for brushed and dashed wide pens.
gdi32: Draw rectangles in the order specified by the current arc direction.
gdi32: Use a better algorithm for CreateRoundRectRgn.
gdi32: Implement Ellipse and RoundRect, using line segments for now.
gdi32: Add a helper function for computing the device rect for PS_INSIDEFRAME.
gdi32: Implement Arc, ArcTo, Chord, and Pie, using line segments for now.
gdi32: Add a stub for the ExtFloodFill entry poin...
2011 Nov 04
0
Wine release 1.3.32
...di32: Push a path driver on the DC stack when a path is opened.
gdi32: Implement the MoveTo entry point in the path driver.
gdi32: Implement the LineTo entry point in the path driver.
gdi32: Add a helper function to start a new path stroke.
gdi32: Implement the Rectangle and RoundRect entry points in the path driver.
gdi32: Implement the arc entry points in the path driver.
gdi32: Implement the Bezier entry points in the path driver.
gdi32: Implement the polygon entry points in the path driver.
gdi32: Implement the polyline entry points in the path driver...