search for: bresenham

Displaying 5 results from an estimated 5 matches for "bresenham".

2005 Jan 26
1
question about render-line
Dear all in vorbi I spec, the function of render line is a integer line drawing algorithm similar to Bresenham's algorithm, I think bresenham's algorithm is more optimum than vorbis's algorithm? Why vorbis does not adopt Bresenham's algorithm? I hope someone can talk about it! thx all? luooq 2005-01-26 -------------- next part -------------- A non-text attachment was scrubbed... Nam...
2006 May 30
4
Add text/numbers to x axis?
Is there any simple way to add text to the x axis in R? I have tried to add simple characters in R without any greater sucess. As an example of what I want to do is the added C in the following "dumb" plot (produced with MacAnova using the option "dumb:T"): ++------+-------+------+-------+------+-------+------+-------++ 1+ :
2011 Apr 29
0
Wine release 1.3.19
...e COM from the surface implementation. wined3d: Get rid of the IWineD3DSurface typedefs. Huw Davies (6): gdi32: Clip solid brush fills. gdi32: Make sure that pattern brush bitmap's are created with the correct physdev. gdi32: Add a directional bias for the case when the Bresenham error term is zero. rpcrt4: Handle non-conformant bogus structures. gdi32: Implement clipping of diagonal lines. gdi32: Now that we have our own Bresenham routine, we don't need the LPARAM cast. Hwang YunSong (5): po: Update Korean translation. cmdlgtst: Update Ko...
2012 Jul 31
0
Wine release 1.5.10
...t when calling the invalid parameter handler. msvcr90/tests: Fix tests for errno values. gdi32: Support OpenGL in bitmaps through libOSMesa. msxml3: Fix an uninitialized variable. winex11: Get rid of the OpenGL bitmap support. gdi32: Add a helper function to initialize Bresenham parameters for line drawing. gdi32: Limit line drawing coordinates to reasonable values to avoid overflows. gdi32: Clip solid pen regions to the DIB rectangle to avoid overflows. gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver. gdi32: Compute the line pa...
2011 Dec 02
0
Wine release 1.3.34
...g. d3d9: Implement texture creation from system memory. d3d9/tests: Add a test for texture creation from system memory. wined3d: Get rid of the WINED3DPRESENT_PARAMETERS typedef. wined3d: Get rid of the WINED3DRASTER_STATUS typedef. Huw Davies (5): gdi32: Simplify the Bresenham line drawing. gdi32: Add solid_line primitives. gdi32: Add an option to allow pen_lines to draw a closed figure. gdi32: Avoid reading past the end of the indices array. gdi32: Add support for checking the font's gasp flags. Hwang YunSong (1): po: Updated Korean tr...