CA2122771C - System and method of rendering curves - Google Patents

System and method of rendering curves Download PDF

Info

Publication number
CA2122771C
CA2122771C CA002122771A CA2122771A CA2122771C CA 2122771 C CA2122771 C CA 2122771C CA 002122771 A CA002122771 A CA 002122771A CA 2122771 A CA2122771 A CA 2122771A CA 2122771 C CA2122771 C CA 2122771C
Authority
CA
Canada
Prior art keywords
line segment
pixel
center axis
index
dimension
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CA002122771A
Other languages
French (fr)
Other versions
CA2122771A1 (en
Inventor
Dean D. Ballard
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Corp
Original Assignee
Microsoft Corp
Microsoft Technology Licensing LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp, Microsoft Technology Licensing LLC filed Critical Microsoft Corp
Publication of CA2122771A1 publication Critical patent/CA2122771A1/en
Application granted granted Critical
Publication of CA2122771C publication Critical patent/CA2122771C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/203Drawing of straight lines or curves

Abstract

A system and method of rendering a curve using data look-up tables for rasterizing the curve. The curve is subdivided so that it is approximated by a series of straight line segments of approximately equal length, with no line segment exceeds two pixels in length. The system subdivides any line segment that crosses horizontal axis of two adjacent horizontal scan rows. If the line segment does not cross the horizontal axis of a scan row, the pixel does not require detailed analysis. If the line segment does cross the horizontal axis of a particular horizontal scan row, the system uses look-up tables to determine the distance from the center point of the pixel in winch the line segment crosses the horizontal axis to the point at which the line segment crosses the horizontal axis. The system uses three indices as pointers to the data look-up table containing the desired data. The three indices are themselves pointers to separate index tables in which the multiplication calculations required for the data look-up table have been precalculated and are incorporated into the values stored in the index tables. The index tables also incorporate a reduction in resolution from 1/64 to 1/8 pixel resolution. The index tables are also nonlinear to allow more data entries in areas where the round off error resulting from the resolution reduction are greatest. If the line segment crosses the horizontal axis to the left of the center of a pixel, the logic state for the pixel is changed. The system can be implemented on any computer and operates with any raster scan graphics display unit.

Description

21227?1 Desc;i~tion SYSTEJ~f AND ~'i~ipD OF REIIDERING CURVES
S
Technical Field The present invention relates generally to a system and method far rende:-ing curves and, more particularly, to a system and method of rasterizing curves.
Baclcaround of the Invention Computer systems frequently include graphics displays such as a display screen or graphic printer capable of displaying curves and alphanumeric characters.
Figure 1 illustrates a curve ? and a series of alphanumeric characters 3 in the form of a graph that may be displayed on a typical computer display screen or graphic printer.
Graphic images are shown on the display screen or printer as a series of small dots. A pixel represents the smallest element or dot on the display screen or printer that can be addressed. The display screen or printed page is made up of many scats lines arranged in one dimension; typically the horizontal dimension, with each scan line being one pixel high. Each horizontal scan line is comprised of a series of pixels.
As an ex~cample, a typical laser printer may have a resolution of 300 dots per inch. This means that the printed page is made up of 300 horizontal scan lines per inch, and each horizontal scan line is made up of 300 pixels per inch. A curve or alohanumeric character is displayed by the display screen or the printer using a group of pixels that approximates the curve and character.
A graphics display computer system. generally includes a memory for storing a digital representation of the curve or character to be displayed. In prior art computer system, the digital values represent each pixel on the display screws or printed page. This approach to graphics display would require an extremely large memory to represent digital values for erch pixel of a graphics display. Such a system is too slow when itutiaily generating digital values which represent a curve, and is also too stow when manipulating the curve, such as when the curve is rotated or relocated on the display sc: ern. Similarly, prior art computer systems represe.~t graphic alphanumeric characters in memory as a bit-map where each biz in the bit-map coeresponds to a pixel on the display screen. 'The curves of the individual alphanume~c charamer s are defined by the bit-map data for each alphanume: is character. This ; equires large amounts of memory to store the bit-map data and made it dim'cult to mar~pulate the aiaitanumeric characters, such as changing font type or font size. Because ~t these problems, many
2 computer graphics systems utilize the Bezier spline method of modeling curves.
This included a method of modeling alphanumeric characters as a series of lines and Bezier splines, as is common in TrueTypeT'~ character fonts.
A Bezier spline, often referred to as a Bezier curve, is a mathematical construct for curves and curved surfaces. A commonly used Bezier curve for two dimensional graphics systems is a quadratic Bezier curve 4 illustrated in Figure 2. The quadratic Bezier curve 4 requires three control points, 5, 6, and 7, to define the curve 4.
Once the three control points are specified, the Bezier curve 4 is defined.
However, as is well known to those skilled in the an, higher order Bezier curves may be used to create highly complex curves in two, three or higher dimensions. Thus, complex Bezier curves may be represented by just a few points.
While Bezier curves permit a curve to be defined by a small set of data points, when the Bezier curve itself is to be displayed on the display screen, the data values for each pixel used to trace out the curve must be specified. Since determining 1.5 each and every data point on a curve is a slow, computationally inefficient process, it has been found highly beneficial to approximate the Bezier curve. An advantage of doing this is that the Bezier curve can be approximated very closely by a finite set of line segments. The number of line segments required to suitably approximate the Bezier curve depends an several factors including the rate of curvature of the Bezier curve and ZO the resolution of the display screen or printer. Approximating a curve by a finite set of line segments is called "rendering the curve."
The above discussion is equally applicable to other graphics devices as well as display screens and printers although some parameters may vary. The pixel size on a typical laser printer, for example, is different from the pixel size on a typical display 25 screen. However, the same problems encountered in rendering a Bezier curve on a display screen are present when rendering a curve on a laser printer or any other type of graphics display.
The typical method of rendering a Bezier curve requires a determination of which pixels should be turned on and which pixels should be turned off to visually 30 represent a curved line. Note that the terms turning on and off simply refer to the fact that the pixels have two opposite binary logic states. It is obvious that a pixel that is turned on may create a lighted area on a display screen or a darkened area on the printed page, depending on the particular display mode (e.'., reverse video). For purposes of this application, fuming a pixel on refers to the process of creating a visible dot on the 35 display screen or printed page at the position of the pixel. Similarly, turning a pixel off refers to the process of leaving the particular pixel im~isible on the display screen or printed page.

To render a Bezier curve in the prior art, the curve is first broken into a series of line segments each with a length dependent on such factors as the rate of curvature and the resolution of the graphic display. Systems of the prior art must then determine which pixels should be turned on to approximate the line segments that are used to approximate the Bezier curve. Line rendering procedures generally use the well-known Bresenham algorithm or some variant thereof. This technique generates line segments of variable length to approximate the Bezier curve. A portion of the Bezier curve with a slow rate of curvature can be approximated by longer line segments than a portion of the Bezier curve with a high rate of curvature. However, rendering line segments of variable length can be a slow tedious process that requires many computations.
Therefore, it can be appreciated that there is a significant need for a system and method for rendering Bezier curves without the need for a long computational process.
Summary of the Invention The present invention is embodied in a computer system for rendering an Nth order curve defined by N+1 control points on a graphic display unit. The graphic display unit uses a first series of pixels arranged in a first dimension and a second series of pixels arranged in the second dimension to define a two-dimensional array of pixels.
The graphic display unit scans the pixel array in the first dimension to display the curve, each pixel being defined by a first and second opposite binary logic states.
The computer system uses a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel. The computer system comprises a line segment generator which uses the control points to subdivide the curve into a plurality of line segments with each line segment having a length no greater than a predetermined number of pixels and first and second end points.
In the preferred embodiment, the line segments are no more than one or two pixels in length.
Each of the end points has a first and second coordinates indicating the location of the end points in the first and second dimensions, «ith the coordinates being expressed in the selected units of measurement.
A pixel analyzer sequentially analyzes the pixels in each of the first pixel series of the pixel array to detetTrtine if one of the line segments crosses a first center axis of the first pixe! series being analyzed. If a line segment does cross the first center axis, the pixel analyzer generates first, second, and third index pointers.
The first index pointer corresponds to the distance from the firs; end point to the second end point of the line segment in the first dimension. The secvrd pointer corresponds to the distance from the first end point to the second end point of the line segment in the second dimension. The third pointer corresponds to the distance from the first end point to the first center axis in the second dimension, with the first, second, and third pointers being expressed in the selected units. If the line segments are greater than one pixel in length, the pixel analyzer also determines if any of the line segments cross a first center axis of an adjacent first pixel series and, if so, the pixel analyzer subdivides the line segment until each of the subdivided line segments crosses only one first center axis.
Each of the subdivided line segments is defined by first and second end points having first and second coordinates indicating the location of the end points in the first and second dimensions.
A data look-up table contains a plurality of distance values expressed in the selected units corresponding to a range of possible distances in the first dimension from a second center axis of one of the second pixel series to the point at which the line segment crossing the first center axis. A final address pointer indicates a particular IS location in the look-up table which contains a distance value for the particular line segment which crosses the first center axis in the first pixel series being analyzed. First, second, and third index tables are used to generate the final address pointer.
Each of the index tables contains a number of index table locations selected to correspond to the range of possible values of the first, second, and third index pointers, respectively. The first, second, and third index pointers indicate particular index table locations within the first, second, and third index tables, respectively. The system also includes address means for generating the final address pointer from the index values from the particular locations in the index tables indicated by the first, second, and third index pointers.
A rasterizer adds the distance value from the data look-up table to the coordinate of the first end point in the first dimension. The rasterizer changes the binary logic state of the pixel if the sum of the distance value and the coordinate of the first end point in the first dimension is less than the value of the second center axis.
In one embodiment, the index tables contain index data values that are preweighted to include a multiplication factor, thereby avoiding multiplication operations in generating the final address pointer. Art adder receives the index data values from the locations in the index tables pointed to by the first, second.
and third index points, respectively, and adds the data index values to generate the final address pointer.
The first, second, and third index table locations may contain index values which include a division factor to reduce the resolution from the precetermined resolution to a second lower resolution. The first, second. and third ir.~ex table locations may also contain index data values that are nonlinear to compensate for errors introduced from the resolution reduction.
Brief Description of the Drawings Figure 1 illustrates a typical graphic display that may be displayed on a computer display screen or graphics printer.
Figure 2 depicts a typical quadratic Bezier curve.
Figure 3 illustrates a technique used by prior art systems and the present invention to determine which pixels to turn on and off.
Figure 4A depicts a computer graphics system embodying the present invention.
Figure 4B is a functional block diagram of the computer system of Figure 4A.
Figure 5 is a functional block diagram of the inventive system.
Figure 6 is a Bezier curve subdivided according to the principles of the present invention.
Figure 7 is a flow chart illustrating a portion of the inventive method for subdividing a Bezier curve.
Figure 8A depicts part of a graphic character displayed on the display screen of Figure 4A.
Figure 8B depicts a magnified portion of the graphic character of Figure 8A.
Figure 8C illustrates the rasterization process of the magnified portion of Figure 8B according to the principles of the present invention.
Figure 8D illustrates the rasterization process with a single pixel of Figure 8C.
Figure 9A is a flow chart illustrating a portion of the inventive method for rendering a Bezier curve.
Figure 9B is a continuation of the flow chart of Figure 9A.
Figures IOA-IOD illustrate round off errors introduced by the present invention.
Figures 11-13 are tables illustrating the nonlinear data values of the index tables of the present invention.
Detailed Description of the Invention ?he present invention provide a system and method for easily rendering curves. While the .examples presented herein relate to Bezier curves, the principles of 212 2'~'~ ~.

the present invention are not limited to Bezier curves, but are applicable to any spline or curve. It is particularly useful when rasterizing graphic displays. A raster is a predetermined pattern of lines that provide uniform coverage of a display area. As previously discussed, a typical raster comprises a series of horizontal scan lines one pixel high. Each horizontal scan line, in turn, is comprised of a series of pixels.
Rasterization is a process in which the Bezier curve is transformed into a series of pixels on a display screen, printer, or the like. The present invention is easily implemented on any computer.
Any system, whether prior arc systems or the present invention, must determine which pixels to turn on and off. Because the typical raster scans in the horizontal direction, the present invention sequentially analyzes each horizontal scan line to determine which pixels in a particular horizontal scan line will be turned on or off. A
pixel will change binary logic states (i.e., turn on or off) if a line segment approximation of the Bezier curve passes through the pixel to the left of the center point of the pixel.
Subsequent pixels in the horizontal scan row will be assigned the same binary logic state as the pixel in which the line segment passed through the pixel to the left of the center point until another pixels is encountered in which a line segment approximation passes through the subsequent pixel to the left of the center point of the subsequent pixel. At that point the subsequent pixel (and pixels following the subsequent pixel) are all assigned the same binary logic state as the subsequent pixel.
For example, the horizontal scan line 34 in Figure 3 initially has all pixels turned off. The pixel 2~a has a line segment 26 passing through the pixel to the left of the center point 27 of the pixel. Thus, the rasterization process will cause pixel 2~a to change logic states and turn on in this example. The pixels 25b, 2~c, and 25d that follow the pixel 25a will also be turned on because no line segments pass through these pixels. However, the pixel 25e has a line segment 23 passing through the pixel to the center point 27 of the pixel 25e. Thus, the rasterization process will cause pixel 25e to change logic states and turn off. The pixels 25f, 25g, and 25h, which follow pixel 25e, also are turned offbecause no line segment passes through the pixels 25f, 25g.
and 25h.
This process is repeated for all horizontal scan rows.
The rasterization process must accurately determine where a line segment passes through a pixel. To accurately determine where a line segment passes through a pixel, systems perform calculations with a resolution greater than one pixel.
Typically, calculations are performed with 1/64 pixel resolution. The end points 29a and ~9b of the line segment 26 are each defined by a pair of coordinates (x1, y1), and (x,, y,), respectively. The horizontal distance from the center point 27 of the pixel to the line segment 26 is defined as Dx.

Some systems of the prior art have attempted to use look-up tables containing data values for Dx. Prior art look-up tables typically use the coordinates of the end points of a Bezier curve line segment as indices to the look-up table.
Thus, prior art systems require four separate indices (i.e., the xt, y1, x2, and y, values) to determine a value for D,t. If the prior art system perfonrts 1/64 pixel resolution calculations, and uses four indices, there would be 644 possible data values. Obviously, a data table with more than 16 million data values is not useful. In contrast, the present invention uses only three indices, dxU ~y~, and dsy instead of using x1, y~, x2, and y.
values typically used by the prior art, thus making the look-up process more manageable. The indices D
xY ~yz and ~sy will be described in detail below.
A table look-up technique works in this application because the line segments approximating the Bezier curve are all very Short. The line segments in the present invention are all guaranteed to be no greater than two pixels in length. This minimizes the number of data values required to accurately determine the value for Dx.
In addition, the line segments are all of about the same length (i.e., less than two pixels long) as opposed to variable line segment lengths found in the Bresenham technique.
This makes a look-up table convenient to use. Furthermore, the resolution of the look up table in the presently preferred embodiment is reduced to 1/8. Thus, the total number of data values in the data look-up table of the present invention is 1377.
This size of a data table is manageable.
A computer system 2 implementing the present invention is shown in Figure 4A as having a computer 10 with a keyboard 11 and a display screen 12.
Graphic images may be displayed on the display screen 12 but the computer system 2 may include other graphics devices such as a pointer 13. Graphic data may be created by the keyboard 11, but the computer system 2 may include a mouse 14 or ocher pointing device, a digitizing tablet 15, or the like. The principles of the present invention relate to the display and printing of graphic images.
The computer 10 has a central processor unit (CPU) 16, a memory 17, and a bus 18 carrying information and control signals, as shown in Figure -~B.
In addition, the computer 10 has a keyboard interface 19 coupling the computer 10 to the keyboard 11. Other interfaces include a display interface ?0 coupling the computer 10 to the display screen 12, a printer interface 31 coupling the computer to the printer 13, a mouse interface 22 coupling the computer to the mouse 14, and a digitizer inte:ace 23 coupling the computer to the digitizing tablet 15. Each of these interfaces 19, 20. 31, 22 and 23 is coupled to the CPU 16 and the memory 17 by the bus 18 Each interface provides the appropriate data and control signals that allow the proper operation of the respective coupled devices with the computer 10.

~~.~~"l'~~.
s The Bezier control points for a Bezier curve may be determined in a number of ways well known to those skilled in the art. For example, if the graphic image to be displayed is an alphanumeric character that is typed in using the keyboard 11, such as a TrueTypeTM font character, the Bezier control points are determined by the particular character and font to be displayed and the location at which the character will be displayed. Alternatively, a Bezier curve may be created using the mouse 14, or the digitizing tablet 15. The actual generation of the Bezier control points is well known in the art and will not be discussed herein.
A system portion 30 of the computer system 2 of the present invention is shown in the functional block diagram of Figure 5. Bezier control points 33, which are stored within the memory 17 (Figure 4B), are provided to the system portion 30. A line segment generator 34 within the computer 10 receives the Bezier control points 32 and generates a series of line segments to approximate the Bezier curve. For puiposes of the calculations, the system portion 30 divides each pixel into a predetermined number of subpixels. The present invention divides each pixel into 64 subpixels to provide 1/64 pixel resolution, but rounds off the numbers to 1/8 pixel resolution to reduce the data storage requirements, as will be described below.
In the preferred embodiment of the present invention, the Bezier curve is broken into a series of line segments of equal lensrth no greater than the length of two pixels. However, the line segment generator 34 could also generate line segments no greater than one pixel in length. Two pixel length line segments are rasterized more rapidly than one pixel length line se2ments, but the process requires an extra processing step that will be described in detail below. It should be noted that other line segment lengths could also be used. For example, line segments of three or more pixels in length could be used, but the size of the data look-up table increases, and the system portion 30 must perform an extra processing step that will be described in detail below.
By using only short line segments, the presem invention may use table look-up techniques to determine whether a particular pixel should be turned on or not. This approach avoids the need to use the Bresenham technique of rendering variable lire segment lengths.
A pixel analyzer 36 sequentially analyzes each pixel in a horizontal scan row. If the pixel analyzer 36 determines that a line segment c: osses a horizontal a.~cis passing through the center point of a pixel, that particular pixel must be analyzed in more detail. The horizontal axis for each horizontal scan row is deFned by an imaginary horizontal straight line passing through the center point of eaca of the pixels in that horizontal scan row.
For pixels requiring more detailed analysis, the pixel analyzer 36 uses the end points of the line segment and the vertical distance from on: :rid point to :he center point of the pixel to determine three index pointers 37, 39, and 41, represented by input lines in Figure 5. The method used to determine the values for the three index pointers 37, 39, and 41 will be discussed below. The index pointers 37, 39, and 41 point to locations within a set of three index tables 38, 40, and 42, respectively. The index tables 38, 40, and 42 are stored within the memory I7 (Figure 4B) of the computer 10.
The three values contained in the index tables 38, 40, and 42 at the particular locations pointed to by the three index pointers 37, 39, and 41 are added together by an adder 44.
The resulting sum generated by the adder 44 provides a data pointer 45 to a location in a data look-up table 46. The data look-up table 46 is also stored in the memory 17 of the computer 10. The value contained within the data look-up table 46 at the particular location pointed to by the data pointer 45 is used to determine whether that particular pixel should be turned on or of f .
A rasterizer 48 within the computer 10 uses the data generated by the pixel analyzer 36 and the data look-up table 46 to generate pixel control data used to turn on pixels in a horizontal scan row. As previously stated, if the Line segment crosses the horizontal centerline of a particular horizontal scan row to the left of the center of a pixel, that pixel is turned on. Subsequent pixels in the horizontal scan row are also turned on until the system portion 30 encounters a pixel in which the line segment passes through the horizontal centerline to the left of the center of the pixel. That pixel, and all subsequent pixels in the horizontal scan line are turned off, and the process is repeated for each horizontal scan tine. It should be noted that the system portion 30 could use a different decision criteria, such as a line segment passing through the horizontal centerline to the right of a center of a pixel.
The pixel control data is received by a graphics display unit ~0, which generates the graphic image. As previously discussed, the graphics display unit 50 may be any graphics device such as the display screen 12 or the printer 13 shown in Figure 4A, or the like. The pixel control data is provided to the graphics display unit ~0 in the format required by the interface for the particular graphics device. For example, if the graphics display unit 50 is the display screen 12, the pixel control data is processed by the display interface 20. Similarly, if the graphics display unit 50 is the printer 13, the pixel control data is processed by the printer interface 21.
The inventive method involves subdividing the Bezier curve into a series of straight line segments by the line segment venerator 34 The line segments are of equal length of less than two pixels. The system portion 30 must determine the minimum number of steps in which to subdivide the Bezier curve to assure t;~at no line will be greater than two pixels in length. The inventive method for performing this process on the Bezier curve 1 16 of Figure 6 is illustrated by the flew c'.~,art eFieure 7.

to For purposes of the example of Figure 6, the Bezier curve is a second order Bezier curve, which is defined by three control points. However, the inventive system and method are equally useful for rendering Bezier curves of any order. As illustrated in Figure 6, the Bezier curve 116 is defined by three Bezier control points 118, 120, and I22. The control point 118, sometimes referred to as an end point, has coordinates (xr, yr), which define its location on the graphics display unit 50 (see Figure 5).
Similarly, Bezier control points 120 and 122 have coordinates (xz, y.~ and (x~, y3), respectively. At the start 100 of the process, the Bezier control points 118, 120, and 122 are already defined and stored in the memory 17 (see Figure 5). As previously stated, the system portion 30 performs calculation with 1/64 pixel resolution before rounding off to 1/8 pixel resolution. Therefore, the coordinates of the Bezier control points are provided to the system portion 30 with I/64 pixel resolution.
In step 102 of Figure 7, the line segment generator 34 (see Figure 5) determines the distance between Bezier control points in both the vertical and horizontal directions. The system portion 30 separately determines the absolute magnitude of the change in the "X" and "Y" coordinates from one Bezier control point to the ne.~tt. The formulae shown below illustrate one technique for performing this operation:
W =Ixr-xzl:
~Yl - I Yr - Y=l:
~ = I xz - x3I; and ~Yz = I Yz ' Y~I
For the Bezier curve 116 of Figure 6, the following values are calculated by step 102: D
xr = 5, ~yt = 17, ~ = 23, and ayz = 6. It should be noted that other known methods for determining the distances between the Bezier control points may also be used with the present invention. For Bezier curves of a higher order, they a will be more control points and, therefore, more Ox and dy values. For an Nth order Bezier curve, there are N+I control points, which results in values ~xr to fix" ,and dy, to dv~. The system portion 30, in step 102, determines the value for all distances, dei to d~t~
,and Dyr to 0 yY. Subsequent steps are identically performed on Bezier curves of any order.
In step I04, the system portion 30 selects the ma.~cimum value for any of the ~x or ~y values determined above. Step 104 will select Ox, = 23 as the maximum of the four values for the Bezier curve 116. Note that if a single-pixel le~gth line segment is desired, the maximum value in step 104 is multiplied by 2 to determine the minimum number of steps. If other line segment lengths are used, step 104 is adjusted accordingly.

Because calculations on a computer are performed on binary numbers, the system portion 30, in step 106, rounds up the value selected in step 104 to the next highest binary number so that subsequent calculations may be more easily performed by the computer. Thus, the minimum number of steps required by the presently preferred embodiment is a power of two. Note that the value is never rounded down to the nearest binary number since that would create the possibility that the line segments are greater than two pixels in length. For the Bezier curve 116, step 106 rounds up from 23 to 32, which is the next highest power of two. Thus, the Bezier curve 116 will be subdivided into 32 line segments to assure that no line segment is greater than two pixels in length. Step 108 ends the process of determining the minimum number of steps required.
Once the minimum number of steps is determined, as described above, the Bezier curve is subdivided into straight line segments by a technique known as forward differencing. The process of forward differencing is well known to those of ordinary skill in the an and will not be discussed herein. After the Bezier curve has been subdivided into a series of short line segments, each with an equal length of no greater than two pixels, the coordinates of the end points for each line segment are known.
Once the end points of the line segments have been determined, it is necessary to determine whether pixels through which the line segments pass should be ZO turned on. The pixel analyzer (see Figure 5) sequentially analyzes each horizontal scan row until it encounters a pixel in which a line segment crosses the horizontal axis of the horizontal scan row. As an illustration, consider Bezier curves 60 and 62 of Figure 8A, which form part of a graphic object 64, such as an alphanumeric character or any graphic curve. The Bezier curves 60 and 62, which define the upper and lower boundaries of the graphic object 64, respectively, .occupy several horizontal scan rows 66a j. A portion 68 of the graphic object 64, shown in the enlargement of Figure 8B, covers part of five horizontal scan rows 66a to 66e. The shaded portion of Figure 8B
indicates the portion of the display screen 12 that theoretically should be lighted to accurately display the graphic portion 68. However, a potion of a pixel cannot be lighted; only the entire pixel can be lighted.
In Figure 8C, the straight line segments 70a-d, and 72a-d, each of a length of less than two pixels are shown. The line se~mems are generated by the line segment generator 36 (see Figure 5) to approximate the enlarged portion 68 of Figure 8B. The line segments 70a-d approximate the upper boundary 60 of the portion while the line segments 72a-d approximate the lower boundar<~ 62 of t:te portion 68. To accurately approximate the graphic display, the system portion 30 lights pixels below the line segments 70a-d approximating the Bezier curve 60 and pixea above the line IZ
segments 72a-d approximating the Bezier curve 62. In the presently preferred embodiment, a pixel is lighted if the center point of the pixel falls within the boundaries defined by the line segments 70a-d and 72a-d. If a line segment does not cross a horizontal axis 76 of the horizontal scan row in which a pixel is located, it is not necessary to analyze the pixel. That particular pixel will be turned on or off on the basis of other pixels in the horizontal scan row in which line segments do cross the horizontal axis. The shaded area ofFigure 8C indicates the pixels that will be lighted by the system portion 30.
As previously noted, when a pixel in the horizontal scan row is turned on, all subsequent pixeis in the horizontal scan row 66b will also be turned on until the system portion 30 encounters the ne.~ct line segment that crosses the horizontal axis to the left of the center 86 of a pixel. This is because the center points of these subsequent pixels are all contained within the boundary of the graphic object defined by the line segments. Similariy, if pixels in a horizontal scan row are turned on and the system portion 30 encounters a pixel in which a line segment passes through the horizontal centerline to the left of the center point of the pixel, that pixel and subsequent pixels will be turned off. This is because the center point of the pixel and subsequent pixels are not contained within the boundary of the graphic object defined by the tine segments.
Therefore, a line segment crossing the horizontal a~cis to the left of the center 86 of a pixel causes the pixel to change logic states (i.e., lighted to nonlighted or nonlighted to lighted). Thus, in the example of Figure 8C, the pixel 78b is turned on based on the analysis described above. Pixels 78c-d are also turned on because no line segment crosses the horizontal a~cis 76 of these pixels. However, pixel 78f, and subsequent pixels in the horizontal scan row 66b are turned off because the line segment 70d crosses the horizontal axis 76 to the left of the center 86 of pixel 83.
Simiiaily, the line segments 72a-d approximate the Bezier curve 62, which comprise the lower boundary (see Figure 8:~) of the graphic object 64.
The system portion 30 conducts the same analysis as described above. For example;
the pixel 80a of horizontal scan row 66e will be turned on due to analysis of pixels to the left of the graphic portion 68 shown in Figure 8C. The pixel 80b will be turned off because the line segment 72b crosses the horizontal a~cis 76 of the horizoetal scan row 66e to the Left of the center 86 of the pixel 80b. This indicates that the ce.~.ter 86 of the pixel 80b is not contained within the lower boundaw defined by the line segment 72b.
Subsequent pixels 80c-a are not lighted because the line segments 72c an:: 72d do not cross the horizontals a~cis 76 of the horizontal scan row 66e within these pixels. The pixel 80f of the horizontal scan row 66e is lighted because the line segme~:
72d crosses the horizontal axis 76 of the horizontal scan row 66e to the left of the ce:::er 86 of the pixel 80f indicating that the center 36 of the pixel 80f is contained within the boundary defined by the line segmem 72d. The process is repeated for all horizontal scan rows. It should be noted that all pixels in the horizontal scan rows 66c-d of the portion 68 are lighted in Figure 8C. As can be seen in Figure 8A, the pixels in horizontal scan rows 66c-d are lighted due to the analysis of pixels outside the portion 63.
However, the same analysis described above is performed on each horizontal scan row of the raster.
Alternatively, the system portion 30 could initially analyze the line segments 70a-d and 72a-d to determine which line segments cross the horizontal axis 76 of any horizontal scan row 66a-e. Then the system portion 30 could analyze only the pixels in which a line segment crosses a horizontal axis. While this approach requires a separate analysis, it eliminates the need to analyze each pixel in each horizontal scan row.
In the presently preferred embodiment, the system portion 30 determines if a line segment crosses the horizontal axis by simply analyzing the "Y"
coordinates of the end points of the line segment and the "Y" coordinate of the horizontal axis 76 for the horizontal scan row currently being analyzed. If one of the line segments ?Oa-d crosses the horizontal axis, the "Y" coordinates of the end points of the line segment will encompass the "Y" coordinate of the horizontal axis, as will be explained below.
For example, consider the line segment 70b shown enlarged in Figure 8D, which shows the pixels 78a-c of Figure 8C magnified. The line segment 70b is defined by end points 90 and 92 having the coordinates (x,, y,) and (x=, yJ, respectively.
To determine whether the line segment 706 crosses the horizontal a.~cis 76 of the horizontal scan row 66b, the system portion 30 determines whether the "Y"
coordinate of the horizontal a.~tis 76 falls within the "Y" coordinates of the leftmost and rightmost end points 90 and 92, respectively (i.e., whether the value of the "Y"
coordinate of the horizontal a.~cis 76 is between the "Y" values for yt and y~ of the end points 90 and 92).
In the example of Figure 8C, the value of the "Y" coordinate of the horizontal axis 76 is greater than yt but less than y_. Therefore, the line segment 70b is known to cross the horizontal axis 76. Because the line segment 70b crosses the horizontal axis 76, the system portion 30 must precisely determine the point at which the line segment 70b crosses the horizontal a~cis 76. Specifically, the system portion 30 must determine the horizontal distance Dx from the center 86 of the pixel 78b to the point 83 at which the line segment 70b crosses the horizontal axis 76. The pixel 78b will be lighted if the line segment 70b crosses the horizontal axis 76 to the left of the ce~ter 86 of the pixel 78b or through the center, but not if it crosses to the right of the enter. The distance Dx is determined and added to the "X" coordinate, x,, of the end point 90 to determine the point at which the line segment 70b crosses the horizontal axis 76. I: the resulting sum is less than or equal to the "X" coordinate for the center 86 of the pixel 78b, the line segment crosses the horizontal a.~cis 76 to the left of the center 86 of the pixel 78b.
Thus, the pixel 78b is lighted. The present invention provides a simple and fast technique for determining the distance Dx.
6 The system portion 30 uses a set of look-up tables to determine if a line segment crosses the horizontal axis 76 of a particular horizontal scan row to the left of the center 86 of the pixel. The length of the line segment in the vertical and horizontal directions and the vertical distance from one end point to the horizontal axis 76 are the three indices used in look-up tables. The system portion 30 determines the length of the line segment in the vertical direction, Qy~, and the length of the line segment in the horizontal direction, Oxu in the manner discussed above. The vertical distance from one end of the line segment to the horizontal a.~tis, Ds", is easily determined by subtracting the "Y" component of the leftmost end point from the "Y" component of the horizontal axis of the particular horizontal scan row. The horizontal distance from the point at which the line segtrtent intercepts the horizontal a,~cis to the center point of the pixel, Dx, is determined by use of the data look-up table 46 (see Figure 5).
The method used by the system portion 30 to determine Dx is illustrated in the flow chart of Figures 9A and gB, taken in conjunction with Figure 8D.
The coordinates of the end points 90 and 92 in Figure 8D are known to the system portion 30 by virtue of the line segment generation process discussed above and are provided to the system in step 200 ofFigure 9A. The pixel analyzer 36 will analyze pixels in detail if they contain a line segment that crosses the horizontal axis 76 of the pixel.
In decision block 202, the "Y" coordinates of a line segment are examined to determine if the line segment crosses the horizontal axis 76, whose "Y" coordinate is known and is represented herein by the value y~",. If the result of decision block 202 is N0, the system moves to the next pixel in the horizontal scan row in step 204. If the result of decision block 202 is YES, the pixel analyzer 36 will perform the above described detailed analysis of the pixel. ' Before the pixel is analyzed in detail, the system portion 30 determines, in decision block 206, if the line segment crosses the horizontal axis 76 in two adjacent horizontal scan rows. If the result of decision block 206 is ~C'ES, the line segment is subdivided in half by any process well known in the an in step 308. The remainder of the steps are performed independently on each of the individual line segments.
Note that this step is not required if the system portion 30 subdivided the Bezier curve so that the line segments were no greater than one pixel in length. In the example of Figure 8D, the line segment 70b does not cross two horizontal scan lines 76, ;o the result of decision block 206 is N0.

2~.~~~7.~.
1~
The indices ~x~, ~y~, and ~sy are easily calculated from the end points of the line segment in step 210. Note that in the presently preferred embodiment, the end points of the Bezier curve are exchanged, if necessary, to cause the Bezier curve to be rendered from the bottom up. Therefore, the values for ~yL and ~sY are always positive, which reduces the number of possible data values for the index tables 40 and 42 (see Figure 5) and the amount of storage required in the memory 17 (see Figure 4B) of the computer 10. As a result of rendering the Bezier curve from the bottom up, the values for axL may be positive or negative depending on the slope of the line segment.
Therefore, there will be twice as many data values in the index table 38 (see Figure 5) for the value axe.
In the example ofFigure 8D, the index Ox~ is calculated by subtracting x2 from x1. Similarly, index ~y~ is calculated by subtracting y_ from yl. The index Osy, the distance from the start of the line segment (i.e., (x~, y~)) to the center point of the scan line in the vertical direction, is calculated by subtracting y~ from y~. The coordinates of the center 86 of the pixel being analyzed are referred to as x~ and y~",.
As previously discussed, these calculations are performed with 1/64 pixel resolution, although the values are rounded off to 1/8 pixel resolution as will be discussed below.
In step 212, the system portion 30 uses the calculated indices axL, ~yL>
and ~sy as pointers to the index tables 38, 40, and 42, respectively. The data values contained in the index tables 38, 40, and 42 are determined by a table look-up process in step 212.
The data values contained in the index tables 38, 40, and 42 at the locations pointed to by the indices axe, DyL, and ~s~, respectively, are added together in step 214 of Figure 9B. The value produced in step 214 is the data pointer 45.
The data pointer 45 points to a location in the data look-up table 46 where the value of Dx is stored. The system portion 30 uses a table look-up process in step 216 to determine the value of Dx.
In step 218 of Figure 9B, the value Dx is added to the value x~. In decision block 220, the system portion 30 deterr"ines if the sum of Dx and x, is greater than the "X" coordinate, xu"" of the center 86 of the pixe! being analyzed. If the line segrttent crosses the horizontal axis 76 to the riaa of the center 86 of the pixel 79, the result of decision block 220 is N0, and the logic state of the pixel being analyzed is unchanged. The system portion 30 returns to step 304 of Figure 9?, to analyze the ne.~et pixel in the horizontal scan row. If the line segment crosses the horizontal a.~tis 76 to the left of the center 86 of the pixel being analyzed, ::.~ result of decision block 220 is YES, arid the binary logic state of the pixel is changed :a step 223. Note that the binary logic state goes either from off to on, or on to o~:. as described above. As previously discussed, once the binary logic state for a horizontal scan row has changed, it remains in the new binary logic state until the system portion 30 encounters another line segment that crosses the horizontal axis. The detailed analysis of the new line segment will determine whether the binary logic state of the pixels will change again. The system returns to step 204 in Figure 9A to analyze the next line segment in the curve.
As discussed above, the indices Ox~, Dye, and ~sy are used to determine an address in the lookup table 46. As is well known to those of ordinary skill in the art, a computer may store the data in a linear array occupying consecutive locations in the memory 17 (see Figure 4B) of the computer 10. The calculation of a final address typically requires that the values of the indices be multiplied. and added to produce a final address. As previously discussed, the Bezier curve is rendered from the bottom to the top which forces DyL and Osy to be positive numbers, but allows OxL to be positive or negative depending on the slope of the line segments approximating the Bezier curve.
Because the system portion 30 performs calculations with 1/64 pixe!
resolution, the index LIyL and the index ~sy have a possible range of 0 to 63, and the index AxL has values ranging from +63 to -63. The final address may be calculated by weighting the different indices and adding the resultant weighted contributions of each index. For the indexes dx~ ~yu and Os~, the final address may be calculated by the following formula:
Address = Base + (256 * ~x J + ( 16 * ~y J + Osy ( 1 ) where Base is the base address of the data table stored in the memory 17 of the computer 10, and Oxv ~y~ , and 0s,, are the values for the three index tables 38, 40, and 42, respectively. In effect, the index tables are the offset to the base address. Note that the indices could be weighted in other manners, such as the index ~s~ being multiplied by 64 instead of the index ~yL. The calculation of a final address given in the example above requires two separate multiplication calculations and two addition calculations.
As is well known, multiplication calculations are time consuming. To avoid multiplication calculations, the system portion 30 preweights the index tables 38, 40, and 42 (see Figure S) for the three indices, ~x~, .lyL, and Ds.. to include the multiplication factor in the data values contained within the index tables 38, 40 and 42.
Each of the index tables contains data values in which the multiplication calculation has already been performed. Thus, the data values contained in the index tables 38, 40, and 42 are pre-weighted to include the multiplication calculation. A short table look-up routine may be faster than a multiplication calculation indicated in the address formula set forth above in equation 1.

2122'~"~1 To illustrate the concept of preweighting, consider Table 1 below, which is a portion of index tables 38, 40, and 42 in Figure 5. Table 1 contains data entries preweighted according to equation 1 above.
index Index Table Values pointer YalueS ~?CL ~yL asY
3 768 48 3
4 1024 64 4 9 2.104 144 9 Table 1. Preweighted Index Tables 10 In the example shown in Table 1, if the values for the index pointers 37, 39, and 41 were 2, 3, and 4, for the indices Ox~ ~y~, and Osy, respectively, the result would be 256 + 192 + 4 = 452. This result is the data pointer 45 used to point td the location in the data look-up table 46 where the value of Dx is stored. The use of pre weighted look-up tables instead of multiplication calculations increases the speed of 15 rendering a Bezier curve.
Using 1/64 pixel resolution and three indices would normally result in 528,384 (64 * 64 * 129) data values in the data look-up table 46. Using ibis resolution would result in a data look-up table that is much too large to be useful.
Therefore, the present invention rounds off coordinate values to 1/8 pixel resolution.
Reducing the number of possible coordinate values from 64 to 8 reduces the number of data values in the data look-up table 46. There are 9 possible data values for each of the index tables 40 and 42, ranging from 0 to 8. There are 17 possible data values for the index table 38, ranging from -8 to +8, including 0. Therefore, there are 1377 (9 * 9 * 17) data values for the data look-up table 46. This reduces the overall requirement for memory 17 (see Figure 4B) in the computer 10.
Reduction from 1/64 pixel resolution to 1/8 pixel resolution may be accomplished by dividing the coordinate values by 8 and discarding any remainder.
However, division is a time consuming calculation. Alternatively, the system portion 30 may perform the reduction from 1/64 pixel resolution to 1/8 pixel resolution by shifting the data value in 1/64 pixel resolution three bits to the right, resulting in 1/8 pixel resolution. In the presently preferred embodiment the index tables 38, 40, and contain data values which include the reduction to 1/8 pixel resolution. That is, instead of allowing data values to range from 0 to 63 in the index tables 40 and 42, and from 63 to +63 in the index table 38, the system portion 30 uses data values ranging from 0 to 8, and -8 to +8, respectively.
Table 2, below, alters the data values of Table 1 to show data values for a reduction from 1/64 to 1/8 pixel resolution and pre-weighting to avoid multiplication calculations to determine a final address in the data look-up table 46.

2122'771 index Index Table Values pointer valuesdx~ Aye asy 9 256. 16 1 Table 2. Preweighted Index Tables wth Resolution Reduction
5 In the example shown in Table 2, if the index pointer values were 2, 3, and 4, for the index pointers ~x~ ~yv and Osy, respectively, the result would be 128 + 64 + 1 = 193. This result is the data pointer 45 which is then used to point to the location in the data look-up table 46 where the value of Dx is stored. Note that even 10 though the reduction to 1/8 pixel resolution did not affect the size of the index tables 38, 40, and 42, the range of values within the index tables results in a significant decrease in the size of the data look-up table 46. Thus, the reduction in resolution results in a savings in the amount of memory 17 (see Figure 4B) required by the present invention.
The data values shown in Table 2 are linearly arranged to provide the 15 1/64 to 1/8 pixel resolution reduction and multiplication weighting.
However, a linear arrangement will result in large errors in the value of Dx due to the round-off from 1/64 pixel resolution to 1/8 pixel resolution. This is particularly evident in the situation where a line segment has a small slope (i.e., large AxL and a small DyJ.
To illustrate the variability of error, consider a line segment 250 of Figure LOA in which there is a Large ~x~ and a small ~y~, with Dx equal to zero. A

212 ~'~'~ 1 slight change in the location of an end point 252 to 252', as shown in Figure l OB, due to the rounding off, can result in a large change in Dx. In contrast, a line segment 254 shown in Figure lOC has a small ~xu and a large ByU with Dx equal to zero. A
slight change in the location of an end point 256 to location 256', shown in Figure 10D, does S not result in a significant change in Dx. In practice the round off errors are not as substantial as those shown in Figures lOB and 10D. The errors illustrated in Figures l OB and l OD are provided only to show the effect of the errors.
The system portion 30 compensates for the round-off errors by intentionally creating nonlinear data values in the index tables 38, 40, and 42 (see 10 Figure 5). The effect of nonlinear data values in the index tables 38, 40, and 42 is that there are more data values in the data look-up table 46 for areas of the pixel where the round-off errors have the greatest effect, and less data values in the data look-up table 46 for the areas of the pixel where the round off errors have the least effect. In the present embodiment, the data look-up table 46 does not have more data values overall, 15 but rather it shifts the number of data values in a nonlinear fashion so as to reduce the overall error.
Table 3 below illustrates the manner in which Table 2 is altered to include nonlinear data values to compensate for the round-off errors resulting from the 1/64 to 1/8 pixel resolution.

212 2'~'~ 1.

index Index Table Values pointer values~x~ Dye ~sy
6 256 16 2
7 256 16 2
8 256 16 2
9 256 16 2 Table 3. Nonlinear Preweighted Index Tables With Resolution Reduction Note that there are more data values allocated in Table 3 for large values of Ox~ with correspondingly less data values allocated in the data look-up table 46 for small values of ~x~. Similarly, there are more data values allocated for small values of D
yv and ~sy, While Table 3 illustrates a simple example of resolution reduction and
10 preweighting, the principles can easily be extended to any situation where round-off errors can be compensated through the use of nonlinear data tables. The same principles apply for any other reduction in display resolution or size of the data look-up table.: For example, if there is only a 1/64 to 1116 pixel reduction in resolution the data look-up table would contain more data values and less round off error than the 1164 to 1/8 pixel 15 resolution reduction used by the presently preferred embodiment. Therefore, the nonlinear index tables would not be the same as those illustrated in e.~cample shown of Table 3. It should be noted that the data values shown in Table 3 may vary from one application to another depending on such factors as the pixel size, the resolution of the calculations, the reduction in resolution and the size of the data look-up table 46.

~ ~. 2 2'~'~ 1 The distance values in the data look-up table 46 are determined by using well known geometric measurement techniques to determine the distance D;~ for each possible line segment within a pixel. Each possible line segment will have a different ~xL, ~yU and ~sy. Once the distance Dx for a particular line segment has been determined using geometric techniques, that distance value is compared to the distance value for the data look-up table 46 using the techniques of the present invention. The difference between the geometrically calculated distance and the distance calculated by the system portion 30 represents the error introduced by the round-off, as previously discussed. The data values in the data look-up table 46 and the nonlinear data values on the index tables 38, 40, and 42 are empirically determined using an iterative technique to reduce the root mean square error. That is, one can experimentally determine where transitions (i.e., breakpoints) should occur for the nonlinear data values in the index tables 38, 40, and 42 so that the overall error is minimized for all possible line segments within a pixel.
Figures 11-13 are the actual data values used for the index tables 38, 40, and 42, respectively. Figure 13 lists the data values for ~sy (index table 42) ranging from 0 to 16, which corresponds to two pixel lengths with 1/8 pixel reduction.
Similarly, Figure 12 lists the data values for Dye (index table 40) ranging from 0 to 16, but are multiplied times a scaling factor of 17 (corresponding to the total range for the index table 42). Figure 11 lists the data values for Ox~ (index table 38) which ranges from -16 to +16, but includes a multiplication factor of 289 (272 + 17) corresponding to the total range of the index table 40 and the index table 42. While the tables of Figures l I-I3 are presented to illustrate the preferred embodiment of the present invention, it is apparent that the data values will vary if the selected resolution is different than 1/64 pixel resolution or the resolution reduction is other than 1/8 pixel resolution, or if a line segment length other than 2 pixels is selected.
Thus, the data look-up table 46 is maintained at a reasonable size without requiring any time consuming division calculations, and the three index tables 38, 40, and 42 are pre-weighted to avoid the need for any time consuming multiplication and division calculations. The data values contained in the three index tables 38, 40, and 42 are added together to produce the data pointer 45, which points to a location in the data look-up table 46. In the example shown in Tabfe 3, if the data values for QxL, DyL, and Osy, are 2, 3, and 4, respectively, the data values in the nonlinear index table corresponding to ~xL, ~y~, and Os~, are 0, 64, and I, respectively. The sum of these numbers, 65, is the data pointer 45, which provides the final address in the data look-up table 46.

In summary, the data contained within the data look-up table 46 indicates the value of Dx. The system portion 30 adds the value Dx to the coordinate xi.
If the sum of x, + Dx is less than or equal to X~"" the value of the "X" coordinate of the center point of the pixel, the line segment crosses the horizontal axis to the left of the center point of the pixel. The decision to light the pixel or not is determined based on the point at which the line segment crosses the horizontal axis, as discussed above.
The system portion 30 of the present invention provides a convenient process for producing graphic images. The index tables 38, 40, and 42 avoid the need for time consuming multiplication and division calculations. The reduced size of the data look-up table 46 makes it feasible to implement the present invention on any computer. The nonlinear data entries minimize the round off error and allow graphic images to be produced with an acceptable overall error.
Note that while the foregoing discussion shows horizontal scan rows, the principles of the present invention are equally applicable to graphics display units that scan vertically or in any direction.
It is to be understood that even though various embodiments and advantages of the present invention have been set forth in the foregoing description and accompanying figures, the above disclosure is illustrative only, and changes may be made in detail, yet remain within the broad principles of the present invention.
Therefore, the present invention is to be limited only by the appended claims.

Claims (30)

Claims What is claimed is:
1. A computer system for rendering an Nth order curve defined by N÷1 control paints for display on a graphic display unit using at least one first series of pixels arranged in a first dimension and a second series of pixels arranged in a second dimension to define a two dimensional array of pixels, the graphic display scanning the pixel array in the first dimension to display the curve, each pixel being defined by first and second opposite binary logic states, the computer system using a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel, the computer system comprising:
a line segment generator using the control points to subdivide the curve into a plurality of line segments with each line segment having a length no greater than one pixel and first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, respectively, said coordinates being expressed in the selected units;
a pixel analyzer to determine if one of said line segments crosses a first center axis of the first pixel series, and if said one line segment does cross said first center axis, said pixel analyzer also generating first, second, and third index pointers corresponding to the distance from the first end point to the second end point of said one line segment in the first dimension, the distance from the first end point to the second end point of said one line segment in the second dimension, and the distance from the first end point of said one line segment to said first center axis in the second dimension, respectively, said pointers being expressed in the selected units;
a data look-up table containing a plurality of distance values expressed in the selected units and corresponding to the range of possible distances in the first dimension from a second center axis of the second pixel series in which said one line segment crosses said first center axis to the point at which said line segments cross said first center axis, said data look-up table having a final address pointer indicating a particular location in said data look-up table containing a distance value for said one line segment;
first, second and third index tables used to generate said final address pointer, each of said index tables containing a number of index table locations selected to correspond to the range of possible values of said first, second, and third index pointers, respectively, said first, second, and third index pointers indicating first, second, and third particular index table locations within said first, second, and third index tables, respectively;

address means for receiving index data values from said first, second, and third particular locations and generating said final address pointer; and a rasterizer to add said distance value to said first coordinate of said first end point for said one line segment to determine the point at which said one line segment crosses said first center axis and, if said one line segment crosses said first center axis at a predetermined location relative to said second center axis, changing the binary logic state of the pixel in which said one line segment crosses said first center axis to the opposite binary logic state.
2. The system of claim 1 wherein said first, second, and third index table locations contain index data values that include a division factor to change from the selected unit of measurement to a second unit of measurement with a lower resolution.
3. The system of claim 2 wherein said first, second, and third index table locations contain index data values that are nonlinear data values selected to compensate for errors introduced from sand resolution reduction.
4. The system of claim 1, wherein said index table locations containing index data values that are pre-weighted to include a multiplication factor, thereby avoiding multiplication operations in generating said final address pointer, said address means receiving said index data values from said first, second, and third particular locations and adding said index data values to generate said final address pointer.
5. A computer system for rendering an Nth order curve defined by N+1 control points for display on a graphic display unit using a plurality of first series of pixels arranged in a first dimension and a second series of pixels arranged in a second dimension to define a two dimensional array of pixels, the graphic display scanning the pixel array in the first dimension to display the curve, each pixel being defined by first and second opposite binary logic states, the computer system using a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel, the computer system comprising:
a line segment generator using the control points to subdivide the curve into a plurality of line segments with each line segment having a length no greater than two pixels and first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, respectively, said coordinates being expressed in the selected units;

a pixel analyzer to determine if one of said line segments crosses a first center axis of the first pixel series, and if said one line segment does cross said first center axis, said pixel analyzer also generating first, second, and third index pointers corresponding to the distance from the first end point to the second end point of said one line segment in the first dimension, the distance from the first end point to the second end point of said one line segment in the second dimension, and the distance from the first end point of said one line segment to said first center axis in the second dimension, respectively, said pointers being expressed in the selected units, said pixel analyzer also determining if any of said plurality of line segments crosses said first center axis of an adjacent second one of the first pixel series, said pixel analyzer subdividing in half a line segment that crosses both said first center axis of said first one of the first pixel series and said first center axis of said adjacent second one of the first pixel series and treating said subdivided line segment in the same manner as said line segments;
a data look-up table containing a plurality of distance values expressed in the selected units and corresponding to the range of possible distances in the first dimension from a second center axis of the second pixel series in which said one line segment crosses said first center axis to the point at which said line segments cross said first center axis, said data look-up table having a final address pointer indicating a particular location in said data look-up table containing a distance value for said one line segment;
first, second and third index tables used to generate said final address pointer, each of said index tables containing a number of index table locations selected to correspond to the range of possible values of said first, second, and third index pointers, respectively, said first, second, and third index pointers indicating first, second, and third particular index table locations within said first, second, and third index tables, respectively;
address means for receiving index data values from said first, second, and third particular locations and generating said final address pointer, and a rasterizer to add said distance value to said first coordinate of said first end point for said one line segment to determine the point at which said one line segment crosses said first center axis and, if said one line segment crosses said first center axis at a predetermined position relative to said second center axis, changing the binary logic state of the pixel in which said one line segment crosses said first center axis to the opposite binary logic state.
6. The system of claim 5 wherein said first, second, and third index table locations contain index data values that include a division factor to change from the selected unit of measurement to a second unit of measurement with a lower resolution.
7. The system of claim 6 wherein said first, second, and third index table locations contain index data values that are nonlinear data values selected to compensate for errors introduced from said resolution reduction.
8. The system of claim 7, wherein said index table locations containing index data values that are pre-weighted to include a multiplication factor, thereby avoiding multiplication operations in generating said final address pointer, said address means receiving said index data values from said first, second, and third particular locations and adding said index data values to generate said final address pointer.
9. A computer system for rendering an Nth order curve defined by N+1 control points for display on a graphic display unit using a plurality of first series of pixels arranged in a first dimension and a second series of pixels arranged in a second dimension to define a two dimensional array of pixels, the graphic display scanning the pixel array in the first dimension to display the curve, each pixel being defined by first and second opposite binary logic states, the computer system using a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel, the computer system comprising:
a line segment generator using the control points to subdivide the curve into a plurality of line segments with each line segment having a length no greater than a predetermined number of pixels and first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, said coordinates being expressed in the selected units;
a pixel analyzer to determine if one of said line segments crosses a first center axis of a first one of the first pixel series, and if said one line segment does cross said first center axis, said pixel analyzer also generating first, second, and third index pointers corresponding to the distance from the first end point to the second end point of said one line segment in the first dimension, the distance from the first end point to the second end point of said one line segment in the second dimension, and the distance from the first end point of said one line segment to said first center axis in the second dimension, said pointers being expressed in the selected units, said pixel analyzer also determining if any of said line segments crosses said first center axis of an adjacent second one of the first pixel series, said pixel analyzer subdividing said line segment that crosses both said first center axis of said first one of the first pixel series being analyzed and said first center axis of said adjacent second one of the first pixel series to generate subdivided line segments that do not cross said first center axis of more than one of the first pixel series, each of said subdivided line segments being treated in the same manner as said line segments and having first and second end points. each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, said coordinates being expressed in the selected units;
a data look-up table containing a plurality of distance values expressed in the selected units and corresponding to the range of possible distances in the first dimension from a second center axis of one of the second pixel series in which said one line segment crosses said first center axis to the point at which said line segments cross said first center axis, said data look-up table having a final address pointer indicating a particular location in said data look-up table containing a distance value for said one line segment;
first, second and third index tables used to generate said final address pointer, each of said index tables containing a number of index table locations selected to correspond to the range of possible values of said first, second, and third index pointers, respectively, said first, second, and third index pointers indicating first, second, and third particular index table locations within said first, second, and third index tables, respectively;
address means for generating said final address pointer from index data values from said first, second, and third particular locations; and a rasterizer to add said distance value for said one line segment to said coordinate of said first end point in the first dimension to determine the point at which said one line segment crosses said first center axis and, if said one line segment crosses said first center axis at a predetermined position relative to said second center axis, changing the binary logic state of the pixel in which said one line segment crosses said first center axis to the opposite binary logic state.
10. The system of claim 9 wherein said index table locations contain index data values that are pre-weighted to include a multiplication factor, thereby avoiding multiplication operations in generating said final address pointer, said address means receiving said index data values from said first, second, and third particular locations and adding said data index values to generate said final address pointer.
11. The system of claim 9 wherein said first, second. and third index table locations contain index data values that include a division factor to change from the selected unit of measurement to a second unit of measurement with a lower resolution.
12. The system of claim 11 wherein said first, second. and third index table locations contain index data values that are nonlinear data values selected to compensate for errors introduced from said resolution reduction.
13. A method using a computer system and a graphics display unit for rendering an Nth order curve defined by N+1 control points for display on the graphic display unit using at least one first series of pixels arranged in a first dimension and a second series of pixels arranged in a second dimension to define a two dimensional array of pixels, the graphic display scanning the pixel array in the first dimension to display the curve, each pixel being defined by first and second opposite binary logic states, the computer system using a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel, the method comprising the steps of:
(a) subdividing the curve into a plurality of line segments with each line segment having a length no greater than one pixel and first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, respectively, said coordinates being expressed in the selected units;
(b) determining if one of said line segments crosses a first center axis of the first pixel series;
(c) if one of said line segments crosses said first center axis, generating first, second, and third index pointers for said one line segment, said first, second, and third index pointers corresponding to the distance from the first end point to the second end point of said one line segment in the first dimension, the distance from the first end point to the second end point of said one line segment in the second dimension, and the distance from the first end point of said one line segment to said first center axis in the second dimension, respectively, said pointers being expressed in the selected units;
(d) determining first, second, and third particular index table locations within a first, second, and third index tables using said first, second, and third index pointers, respectively, each of said index tables containing a number of index table locations selected to correspond to the range of possible values of said first, second, and third index pointers, respectively, (e) generating a final address pointer using index data values in said first, second, and third particular index table locations;
(f) determining a particular location in a data look-up table containing a distance value for said one line segment using said final address pointer, said data look-up table containing a plurality of distance values expressed in the selected units and corresponding to the range of possible distances in the first dimension from a second center axis of the second pixel series in which said one line segment crosses said first center axis to the point at which said line segments cross said first center axis;

(g) adding said distance value to said first coordinate of said first end point for said one line segment to determine the point at which said one line segment crosses said first center axis; and (h) changing the binary logic state of the pixel in which said one line segment crosses said first center axis to the opposite binary logic state said one line segment crosses said first center axis at a predetermined location relative to said second center axis.
14. The method of claim 13 wherein step (a) of subdividing the curve into said plurality of straight line segments includes the steps of:
(l) measuring the absolute magnitude of the difference in pixels from each of the N+1 control points to an adjacent control point for the first dimension to give N
difference values for the first dimension;
(2) measuring the absolute magnitude of the difference in pixels from each of the N+1 control points to an adjacent control point for the second dimension to give N
difference values for the second dimension;
(3) determining the maximum value for said N difference values for the first and said second dimensions; and (4) doubling said maximum value to determine a minimum number of line segments into which the curve is subdivided.
15. The method of claim 13, further including the step of changing the binary logic state of all subsequent pixels in the first pixel series if step (h) changed the binary logic state of the pixel in which said one line segment crosses said first center axis until step (h) changes to an opposite binary logic state the binary logic state of another pixel in which one of said line segments crosses said first center axis.
16. The method of claim 13 wherein said index table locations contain index data values that are pre-weighted to include a multiplication factor, step (e) of generating said final address pointer adding the index data values in said first, second and third particular index table locations, thereby avoiding multiplication operations in generating said final address pointer.
17. The method of claim 13 wherein said first, second, and third index table locations contain index data values that include a division factor to change from the selected unit of measurement to a second unit of measurement with a lower resolution, said step (e) using said index data values with reduced resolution to generate said final address pointer.
18. The method of claim 17, wherein said index table locations contain nonlinear data values to compensate for errors caused by said division factor, said step (e) using said nonlinear index data values with reduced resolution to generate said final address pointer.
19. A method using a computer system and a graphics display unit for rendering an Nth order curve defined by N+1 control points for display on the graphic display unit using a plurality of a first series of pixels arranged in a first dimension and a second series of pixels arranged in a second dimension to define a two dimensional array of pixels, the graphic display scanning the pixel array in the first dimension to display the curve, each pixel being defined by first and second opposite binary logic states, the computer system using a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel, the method comprising the steps of:
(a) subdividing the curve into a plurality of line segments with each line segment having a length no greater than two pixels and first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, respectively, said coordinates being expressed in the selected units;
(b) determining if one of said line segments crosses a first center axis of a first one of the first pixel series;
(c) determining if any of said line segments crosses said first center axis of an adjacent second one of the first pixel series;
(d) subdividing said line segment that crosses both said first center axis of said first one of the first pixel series and said first center axis of said adjacent second one of the first pixel series until each of said subdivided line segments crosses only one of said first center axis and treating each of said subdivided line segments in the same manner as said line segments, each of said subdivided line segments having first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, said coordinates being expressed in the selected units;
(e) if one of said line segment does cross said first center axis, generating first, second, and third index pointers for said one line segment, said first, second, and third index pointers corresponding to the distance from the first end point to the second end point of said one line segment in the first dimension, the distance from the first end point to the second end point of said one line segment in the second dimension, and the distance from the first end point of said one line segment to said first center axis in the second dimension, respectively, said pointers being expressed in the selected units;

(f) determining first, second, and third particular index table locations within a first, second, and third index tables using said first, second, and third index pointers, respectively, each of said index tables containing a number of index table locations selected to correspond to the range of possible values of said first, second, and third index pointers, respectively;
(g) generating a final address pointer using index data values in said first, second, and third particular index table locations;
(h) determining a particular location in a data look-up table containing a distance value for said one line segment using said final address pointer, said data look-up table containing a plurality of distance values expressed in the selected units and corresponding to the range of possible distances in the first dimension from a second center axis of the second pixel series in which said one line segment crosses said first center axis to the point at which said line segments cross said first center axis;
(i) adding said distance value to said first coordinate of said first end point for said one line segment to determine the point at which said one line segment crosses said first center axis; and (j) changing the binary logic state of the pixel in which said one line segment crosses said first center axis to the opposite binary logic state if said one line segment crosses said first center axis at a predetermined location relative to said second carrier axis.
20. The method of claim 19 wherein step (a) of subdividing the curve into said plurality of straight line segments includes the steps of:
(l) measuring the absolute magnitude of the difference in pixels from each of the N+1 control points to an adjacent control point for the first dimension to give N
difference values for the first dimension;
(2) measuring the absolute magnitude of the difference in pixels from each of the N+1 control points to an adjacent control point for the second dimension to give N
difference values for the second dimension;
(3) determining the maximum value for said N difference values for the first and said second dimensions; and (4) subdividing the curve into said plurality of line segments using said maximum value to determine the minimum number of line segments.
21. The method of claim 19, further including the step of changing the binary logic state of all subsequent pixels in the first pixel series if step (j) changed the binary logic state of the pixel in which said one line segment crosses said first center axis until step (j) changes to an opposite binary logic state the binary logic state of another pixel in which one of said line segments crosses said first center axis.
22. The method of claim 19 wherein said index table locations contain index data values that are pre-weighted to include a multiplication factor, step (e) of generating said final address pointer adding the index data values in said first, second and third particular index table locations, thereby avoiding multiplication operations in generating said final address pointer.
23. The method of claim 19 wherein said first, second, and third index table locations contain index data values that include a division factor to change from the selected unit of measurement to a second unit of measurement with a lower resolution, said step (e) using said index data values with reduced resolution to generate said final address pointer.
24. The method of claim 23 wherein said index table locations contain nonlinear data values to compensate for errors caused by said division factor, said step (e) using said nonlinear index data values with reduced resolution to generate said final address pointer.
25. A method using a computer system and a graphics display unit for rendering an Nth order curve defined by N+1 control points for display on the graphic display unit using a plurality of a first series of pixels arranged in a first dimension and a second series of pixels arranged in a second dimension to define a two dimensional array of pixels. the graphic display scanning the pixel array in the first dimension to display the curve, each pixel being defined by first and second opposite binary logic states, the computer system using a coordinate system in the first and second dimensions having a selected unit of measurement with a resolution greater than one pixel, the method comprising the steps of:
(a) subdividing the curve into a plurality of line segments with each line segment having a length no greater than a predetermined number of pixels and first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, respectively, said coordinates being expressed in the selected units;
(b) determining if one of said line segments crosses a first center axis of a first one of the first pixel series;
(c) determining if any of said line segments crosses said first center and of an adjacent second one of the first pixel series;

(d) subdividing said line segment that crosses both said first center axis of said first one of the first pixel series and said first center axis of said adjacent second one of the first pixel series until each of said subdivided line segments crosses only one of said first center axis and treating each of said subdivided line segments in the same manner as said line segments, each of said subdivided line segments having first and second end points, each of said end points having first and second coordinates indicating the location of said end points in the first and second dimensions, said coordinates being expressed in the selected units;
(e) if one of said line segments does cross said first center axis, generating first, second, and third index pointers for said one line segment, said first, second, and third index pointers corresponding to the distance from the first end point to the second end point of said one line segment in the first dimension, the distance from the first end point to the second end point of said one line segment in the second dimension, and the distance from the first end point of said one line segment to said first center axis in the second dimension, respectively, said pointers being expressed in the selected units;
(f) determining first, second, and third particular index table locations within a first, second, and third index tables using said first, second, and third index pointers, respectively, each of said index tables containing a number of index table locations selected to correspond to the range of possible values of said first, second, and third index pointers, respectively;
(g) generating a final address pointer using index data values in said first, second, and third particular index table locations;
(h) determining a particular location in a data look-up table containing a distance value for said one line segment using said final address pointer, said data look-up table containing a plurality of distance values expressed in the selected units and corresponding to the range of possible distances in the first dimension from a second center axis of the second pixel series in which said one line segment crosses said first center axis to the point at which said line segments cross said first center axis;
(i) adding said distance value to said first coordinate of said first end point for said one line segment to determine the point at which said one line segment crosses said first center axis; and (j) changing the binary logic state of the pixel in which said one line segment crosses said first center axis to the opposite binary logic state if said one line segment crosses said first center axis at a predetermined location relative to said second center axis.
26. The method of claim 25 wherein step (a) of subdividing the curve into said plurality of straight line segments includes the steps of:

(1) measuring the absolute magnitude of the difference in pixels from each of the N+1 control points to an adjacent control point for the first dimension to give N
difference values for the first dimension;
(2) measuring the absolute magnitude of the difference in pixels from each of the N+1 control points to an adjacent control point for the second dimension to give N
difference values for the second dimension;
(3) determining the maximum value for said N difference values for the first and said second dimensions; and (4) subdividing the curve into said plurality of line segments using said maximum value to determine the minimum number of line segments.
27. The method of claim 25, further including the step of changing the binary logic state of all subsequent pixels in the first pixel series if step (j) changed the binary logic state of the pixel in which said one line segment crosses said first center axis until step (j) changes to an opposite binary logic state the binary logic state of another pixel in which one of said line segments crosses said first center axis.
28. The method of claim 25 wherein said index table locations contain index data values that are pre-weighted to include a multiplication factor, step (e) of generating said final address pointer adding the index data values in said first, second and third particular index table locations, thereby avoiding multiplication operations in generating said final address pointer.
29. The method of claim 25 wherein said first, second, and third index table locations contain index data values that include a division factor to change from the selected unit of measurement to a second unit of measurement with a lower resolution, said step (e) using said index data values with reduced resolution to generate said final address pointer.
30. The method of claim 29 wherein said index table locations contain nonlinear data values to compensate for errors caused by said division factor, said step (e) using said nonlinear index data values with reduced resolution to generate said final address pointer.
CA002122771A 1993-05-14 1994-05-03 System and method of rendering curves Expired - Lifetime CA2122771C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/062,383 1993-05-14
US08/062,383 US5381521A (en) 1993-05-14 1993-05-14 System and method of rendering curves

Publications (2)

Publication Number Publication Date
CA2122771A1 CA2122771A1 (en) 1994-11-15
CA2122771C true CA2122771C (en) 2002-10-29

Family

ID=22042125

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002122771A Expired - Lifetime CA2122771C (en) 1993-05-14 1994-05-03 System and method of rendering curves

Country Status (5)

Country Link
US (1) US5381521A (en)
EP (1) EP0624849B1 (en)
JP (1) JP3071357B2 (en)
CA (1) CA2122771C (en)
DE (1) DE69423129T2 (en)

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5638503A (en) * 1994-07-07 1997-06-10 Adobe Systems, Inc. Method and apparatus for generating bitmaps from outlines containing bezier curves
JP3226734B2 (en) * 1994-10-19 2001-11-05 キヤノン株式会社 Data conversion device and method
US5790126A (en) * 1995-01-03 1998-08-04 Microsoft Corporation Method for rendering a spline for scan conversion of a glyph
US5694535A (en) * 1995-03-24 1997-12-02 Novell, Inc. Direct interactive, constant-time curve apparatus and method
US5848246A (en) * 1996-07-01 1998-12-08 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server session manager in an interprise computing framework system
US6434598B1 (en) 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US5987245A (en) * 1996-07-01 1999-11-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture (#12) for a client-server state machine framework
US5999972A (en) * 1996-07-01 1999-12-07 Sun Microsystems, Inc. System, method and article of manufacture for a distributed computer system framework
US6304893B1 (en) 1996-07-01 2001-10-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server event driven message framework in an interprise computing framework system
US6038590A (en) * 1996-07-01 2000-03-14 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server state machine in an interprise computing framework system
US6424991B1 (en) 1996-07-01 2002-07-23 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server communication framework
US6266709B1 (en) 1996-07-01 2001-07-24 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server failure reporting process
US6272555B1 (en) 1996-07-01 2001-08-07 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server-centric interprise computing framework system
WO2000013146A1 (en) * 1998-08-31 2000-03-09 The Johns Hopkins University System and method for interactively displaying a model having a complex surface
JP4866013B2 (en) * 2005-03-31 2012-02-01 富士通株式会社 Character image generation program, system thereof, and method thereof
US7562669B2 (en) * 2006-07-31 2009-07-21 Honeywell International Inc. Check valve stop assembly and method of retention
GB0818280D0 (en) * 2008-10-06 2008-11-12 Advanced Risc Mach Ltd Graphics processing systems
GB0818278D0 (en) * 2008-10-06 2008-11-12 Advanced Risc Mach Ltd Graphics processing systems
GB0818277D0 (en) * 2008-10-06 2008-11-12 Advanced Risc Mach Ltd Graphics processing system
GB0818279D0 (en) * 2008-10-06 2008-11-12 Advanced Risc Mach Ltd Graphics processing systems
JP5294313B2 (en) * 2008-11-07 2013-09-18 Necシステムテクノロジー株式会社 Bezier curve drawing device, Bezier curve drawing method and program
US9092905B2 (en) * 2011-04-15 2015-07-28 Panasonic Intellectual Property Management Co., Ltd. Curve rendering device, curve rendering method, curve rendering program, and integrated circuit
US9224218B2 (en) * 2012-06-05 2015-12-29 Apple Inc. System and method for loading and rendering curved features in a map
US10607374B2 (en) * 2018-06-01 2020-03-31 Adobe Inc. Generating enhanced digital images by selectively transforming raster images to vector drawing segments
US10685459B2 (en) 2018-06-01 2020-06-16 Adobe Inc. Generating enhanced digital images by selectively transforming raster images to vector drawing segments

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4949281A (en) * 1987-04-23 1990-08-14 H. Berthold Ag Method and apparatus for generating and producing two-dimensional graphic object by polynominal parametric curves
US4897805A (en) * 1988-05-17 1990-01-30 Prime Computer, Inc. Method and apparatus for performing polygon fills in graphical applications
KR930000693B1 (en) * 1988-09-14 1993-01-29 가부시키가이샤 도시바 Pattern data generating apparatus
JPH0396996A (en) * 1989-09-08 1991-04-22 Tokyo Electric Co Ltd Character output device

Also Published As

Publication number Publication date
DE69423129D1 (en) 2000-04-06
US5381521A (en) 1995-01-10
CA2122771A1 (en) 1994-11-15
DE69423129T2 (en) 2000-06-29
EP0624849A2 (en) 1994-11-17
EP0624849A3 (en) 1995-07-26
JPH076233A (en) 1995-01-10
JP3071357B2 (en) 2000-07-31
EP0624849B1 (en) 2000-03-01

Similar Documents

Publication Publication Date Title
CA2122771C (en) System and method of rendering curves
US5301267A (en) Intelligent font rendering co-processor
EP0770248B1 (en) Method and apparatus for generating a text image on a display with anti-aliasing effect
US4907282A (en) Method and apparatus for constructing, storing and displaying characters
US5185852A (en) Antialiasing apparatus and method for computer printers
EP0786757B1 (en) Adjusting contrast in antialiasing
US4967392A (en) Drawing processor for computer graphic system using a plurality of parallel processors which each handle a group of display screen scanlines
US5940080A (en) Method and apparatus for displaying anti-aliased text
US4937761A (en) Method and apparatus for enhanced speed graphic image processing
US5028848A (en) Tile vector to raster conversion method
EP0396661A1 (en) Page memory control in a raster color image processor.
JPH08106276A (en) Display method of text on screen
US5489920A (en) Method for determining the optimum angle for displaying a line on raster output devices
KR100813380B1 (en) Character image generating system, storage medium storing character image generating program and method
JPH06208370A (en) Method for character display by raster by coupling aliasing suppression to lattice adaptation
JPH08146936A (en) Method and device for processing outline font data
EP0603820B1 (en) Character generating method and apparatus
JPH1093810A (en) Method and device for interpolating image efficiently
CA2335889A1 (en) Method of and system for detecting and rendering of graphic elements
JPH05120441A (en) Vector picture plotting device
JP3493745B2 (en) Drawing device
Gonczarowski Fast generation of unfilled and filled outline characters
KR940007818B1 (en) Method of generating grey-scale pont
Sederberg et al. Rotated explicit curves
IGNOUX CHARACTER GENERATION AND DISPLAY

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20140505