JPS62144197A - System of drawing segment on color display screen - Google Patents

System of drawing segment on color display screen

Info

Publication number
JPS62144197A
JPS62144197A JP60286414A JP28641485A JPS62144197A JP S62144197 A JPS62144197 A JP S62144197A JP 60286414 A JP60286414 A JP 60286414A JP 28641485 A JP28641485 A JP 28641485A JP S62144197 A JPS62144197 A JP S62144197A
Authority
JP
Japan
Prior art keywords
line
color
pattern
line segment
register
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.)
Pending
Application number
JP60286414A
Other languages
Japanese (ja)
Inventor
奥沢 雅子
神田 敏恵
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP60286414A priority Critical patent/JPS62144197A/en
Publication of JPS62144197A publication Critical patent/JPS62144197A/en
Pending legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Digital Computer Display Output (AREA)
  • Image Generation (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。
(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.

Description

【発明の詳細な説明】 〔概  要〕 本発明は図形処理を実行するワークステーションにおい
て複数のビットマツププレーンにより図形をカラー表示
する線分描画方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Overview] The present invention relates to a line segment drawing method for displaying graphics in color using a plurality of bitmap planes in a workstation that executes graphics processing.

従来、この種のカラー表示画面上における線分描画方式
は線分描画の始点及び終点の位置、差分値、方向及び長
さを指定すると同時に発生ずる点列毎に色指定を行って
描画していた。そのため線分をカラー表示するのに低速
であるという欠点を有していた。
Conventionally, the line segment drawing method on this type of color display screen is to specify the position, difference value, direction, and length of the starting point and end point of the line segment drawing, and at the same time specify a color for each point sequence that occurs. Ta. Therefore, it has the disadvantage of being slow in displaying line segments in color.

本発明は、ビットマツププレーンを指定する色レジスタ
を用いて基本となる線分を描画した後、ラインの形を示
すビットパターンを格納するラインパターンレジスタの
内容に対応して、色レジスタで他の色指定パターンを指
定することにより、新しい色と新しいラインパターンに
よる線分を描画する線分描画方式を提供する。この動作
によりドツト毎に色指定を行わず、本発明は、いろいろ
なカラーで表示された線分を発生することができ、任意
の色とスタイルを持った線分が単色の線分の組み合わせ
によって構成することにより、高速にカラー表示の線分
を描画できるという効果がある。
In the present invention, after drawing a basic line segment using a color register that specifies a bitmap plane, other color registers are drawn in accordance with the contents of a line pattern register that stores a bit pattern that indicates the shape of the line. A line segment drawing method is provided that draws a line segment with a new color and a new line pattern by specifying a color specification pattern. Through this operation, the present invention can generate line segments displayed in various colors without having to specify a color for each dot, and line segments with arbitrary colors and styles can be created by combining monochrome line segments. This configuration has the effect of allowing color display line segments to be drawn at high speed.

〔産業上の利用分野〕[Industrial application field]

本発明は、図形処理を実行するワークステーションにお
いて、ディスプレイ画面上にカラーで線分を描画するカ
ラー表示画面上での線分描画方式に係り、特に要求され
たラインスタイルと色指定の線分を単色の線分から形成
するカラー表示画面上における線分描画方式に関する。
The present invention relates to a line segment drawing method on a color display screen for drawing line segments in color on a display screen in a workstation that executes graphic processing, and in particular, the present invention relates to a method for drawing line segments on a color display screen in a workstation that executes graphic processing. This invention relates to a line segment drawing method on a color display screen formed from monochrome line segments.

〔従 来 技 術〕[Traditional technique]

ia化技術の発展に伴い、マンマシンインターフェース
の基本技術である図形処理を専用に行う専用プロセッサ
を有効に使ってワークステーションにおけるグラフイン
ク技術の重要性が高まってきた。このワークステーショ
ンは主にメモリの1ビツトを画面の1ドツトに対応させ
るビットマツプディスプレイ装置を用いて図形を表示す
るものである。このようなビットマツプディスプレイ上
で図形をカラーで表示する技術も重要視され、この場合
、点線、実線、一点鎖線或いは二点鎖線といった線分の
種類(スタイル)を表現すると同時に各点列の線分を指
定された色で指定する技術が必要となる。ビットマツプ
ディスプレイ上に任意の線分を描く装置はディジタル微
分解析器(DDA)を用いて行われる。すなわち主制御
部が前記DDAに始点と終点の座標、及びX、Y方向の
それぞれの差分の絶対値、主軸方向の長さ等を与えるこ
とによって線分がドツト単位で発生されるが、カラー表
示画面においては線分の各ドツトに対して色指定を行う
必要がある。従来、この種のカラー表示画面上における
線分描画方式は、例えば、カラー表示画面上に破線等を
描く場合には、線分描画の位置や方向、長さ等を指定す
ると同時に色指定レジスタを用いて色を指定しながら破
線の1区間ずつを描画していた。従って、線分描画の処
理速度が低速になるという欠点を有していた。
With the development of IA technology, the importance of graph ink technology in workstations has increased, making effective use of dedicated processors dedicated to graphic processing, which is the basic technology of man-machine interfaces. This workstation primarily displays graphics using a bitmap display device in which one bit in memory corresponds to one dot on the screen. Technology for displaying figures in color on such bitmap displays is also considered important, and in this case, it is possible to represent the type (style) of line segments such as dotted lines, solid lines, one-dot chain lines, or two-dot chain lines, and at the same time express the line segments of each dot series. A technique is required to specify the minutes using a specified color. A device for drawing arbitrary line segments on a bitmap display is performed using a digital differential analyzer (DDA). That is, line segments are generated in units of dots by the main control unit giving the DDA the coordinates of the start point and end point, the absolute value of the difference in each of the X and Y directions, the length in the main axis direction, etc., but color display is not possible. On the screen, it is necessary to specify a color for each dot of a line segment. Conventionally, in this type of line segment drawing method on a color display screen, for example, when drawing a broken line etc. on a color display screen, the position, direction, length, etc. of the line segment drawing is specified, and at the same time, a color specification register is set. Each section of the dashed line was drawn by specifying the color using the . Therefore, it has the disadvantage that the processing speed for drawing line segments is slow.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

本発明は、このような従来の欠点を除去し、色とスタイ
ルを持った線分を描画する場合にドツト毎に色を指定す
るのではなく、特定な色とラインスタイルを持った線分
のラインスタイルと色を変えることによって要求された
線分を生成する方式であり、高速にカラーの線分を描画
することが可能な線分描画方式を提供する。
The present invention eliminates these conventional drawbacks, and instead of specifying a color for each dot when drawing line segments with a specific color and style, This method generates a requested line segment by changing the line style and color, and provides a line segment drawing method that can draw colored line segments at high speed.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は上記問題点を解決するために、複数のビットマ
ツププレーンにより図形をカラー表示する図形処理シス
テムにおいて、線分を描画する線−分描画手段と、ライ
ンパターンを作成しラインパターンレジスタに格納する
ラインパターン作成手段と、色指定パターンにより色を
指定する色指定手段と、前記ラインパターン作成手段と
色指定手段と線分描画手段より基本となる線分に対して
前記ラインパターンと前記色指定パターンに従う線分を
描画した後、前記手段により前記基本となる線分に対し
てラインパターンを変更し、さらに他の新たな色を前記
色指定手段を用いて指定し、変更された前記ラインパタ
ーンに対応するドツトに前記新たな色で表示することを
特徴とするカラー表示画面上における線分描画方式を提
供することによって達成される。
In order to solve the above problems, the present invention provides a graphics processing system that displays graphics in color using a plurality of bitmap planes, which includes a line-segment drawing means for drawing line segments, and a line-segment drawing means for creating line patterns and storing them in a line pattern register. a line pattern creating means for specifying a color using a color specifying pattern; a color specifying means for specifying a color using a color specifying pattern; After drawing a line segment according to the pattern, the line pattern is changed for the basic line segment by the means, another new color is specified using the color specifying means, and the changed line pattern is This is achieved by providing a method for drawing line segments on a color display screen, which is characterized by displaying dots corresponding to the new color in the new color.

〔作   用〕[For production]

複数のビットマツププレーンにより色の指定を行ってカ
ラー表示をする表示装置の画面上において、ビットマツ
ププレーンを指定する色レジスタを用いて基本となる線
分を描画した後、他の指定色を表わす色レジスタを用い
て、線分の描画パターンを表わすラインパターンレジス
タに対応するドツトに描画時の色を置き換えるものであ
る。
On the screen of a display device that displays colors by specifying colors using multiple bitmap planes, a basic line segment is drawn using a color register that specifies a bitmap plane, and then another specified color is displayed. Using a color register, the color at the time of drawing is replaced with a dot corresponding to a line pattern register representing a line segment drawing pattern.

〔実  施  例〕〔Example〕

次に本発明のカラー表示画面上でのj腺分tiff画方
式を図面を参照して説明する。
Next, the J-gland tiff image method on a color display screen according to the present invention will be explained with reference to the drawings.

第1図は本発明の線分描画用の図形処理システムの構成
ブロック図である。
FIG. 1 is a block diagram of a graphic processing system for drawing line segments according to the present invention.

ディスプレイプロセッサ(DP)100は図形処理を実
行するための全体の制御を実行する部分で中央演算装置
を内部に含む。DPlooは主にディジタル微分解析器
(DDA)200に対するパラメータの設定及び起動を
実行する。DDA200は部分図形の拡大、縮小、平行
移動、回転等のマスク演算において必要となる線分の処
理を行う部分で線分をドツト単位で処理するためのハー
ドウェアである。DDA200はDPlooがら座標X
及びY、XとYのそれぞれの差分の絶対値DX、DY、
主軸方向DIR1主軸方向の長さLEN等のパラメータ
を入力し、線分を描画する。
A display processor (DP) 100 is a part that performs overall control for performing graphic processing and includes a central processing unit therein. DPloo mainly executes parameter setting and startup for the digital differential analyzer (DDA) 200. The DDA 200 is hardware for processing line segments dot by dot, which is necessary for mask operations such as enlargement, reduction, translation, and rotation of partial figures. DDA200 is the coordinate X from DPloo
and Y, the absolute values of the differences between X and Y, DX, DY,
Input parameters such as principal axis direction DIR1, length LEN in principal axis direction, and draw a line segment.

即ちDDA200はビットマツプメモリ300のアドレ
スを計算する。ラインパターンレジスタ400は線分の
スタイル、例えば、実線、点線、一点鎖線、二点鎖線等
の種類を示すビットパターンを格納するレジスタである
。例えば、点線の線分を描画したい場合には連続する論
理1の点列と連続する論理Oの点列等を交互に連結して
できるビットパターンが格納されることになる。DDA
200とラインパターンレジスタ400の内容によりマ
スクパターンを作成する。マスクパターンはビットマツ
プメモリ300の各ビットマツププレーン、即ちRGB
に対応するN=3の各ビットマツププレーンのそれぞれ
に対応してRGB用のバターゾがあり、各ラインパター
ンレジスタ400で指定されたラインスタイルでビット
マツププレーン上のX、Y座標に論理を書込むかどうか
を決める。色指定レジスタ600ばビットマツプメモリ
300の各プレーンに対応してROBのそれぞれに対し
て1つずつ存在し、線分の色を指定するものである。ビ
ットマツプメモリ300はRGBの3枚、即ちN=3で
ある3枚のビットマツププレーンからなり、各ビットマ
ツププレーン上の各ビットはビットマツプディスプレイ
900の画面の1ドツトに対応して存在する。本発明の
特徴はこの2種のレジスタ、即らラインパターンレジス
タ400、色指定レジスタ600で適当に制御すること
によって現在の線分に対してスタイルと色を変えて異な
る色の異なる線分を出力し、現在の線分としてビットマ
ツプメモリ300に格納することである。本発明を用い
れば、1度作られたマスクパターンによる基本の線分を
色指定レジスタ600で着色した後、ラインパターンレ
ジスタ400の内容を変更しこの新たに出来たラインパ
ターンを使って色指定レジスタ600より別な色を指定
することにより、例えば、破線の区間毎のカラー表示が
容易に行うことが出来る。
That is, DDA 200 calculates the address of bitmap memory 300. The line pattern register 400 is a register that stores a bit pattern indicating the style of a line segment, for example, a solid line, a dotted line, a dashed line, a dashed double dotted line, etc. For example, when it is desired to draw a dotted line segment, a bit pattern formed by alternately connecting consecutive logical 1 dots, continuous logical O dots, etc. will be stored. D.D.A.
200 and the contents of the line pattern register 400, a mask pattern is created. The mask pattern is applied to each bitmap plane of the bitmap memory 300, that is, RGB.
There is a butterfly for RGB corresponding to each of the N=3 bitmap planes corresponding to , and logic is written to the X and Y coordinates on the bitmap plane in the line style specified by each line pattern register 400. Decide whether or not. A color designation register 600 exists for each ROB corresponding to each plane of the bitmap memory 300, and is used to designate the color of a line segment. The bitmap memory 300 consists of three bitmap planes of RGB, ie, three bitmap planes with N=3, and each bit on each bitmap plane exists corresponding to one dot on the screen of the bitmap display 900. The feature of the present invention is to output different line segments with different colors by changing the style and color of the current line segment by appropriately controlling these two types of registers, namely the line pattern register 400 and the color specification register 600. Then, it is stored in the bitmap memory 300 as the current line segment. According to the present invention, after a basic line segment based on a mask pattern created once is colored in the color specification register 600, the contents of the line pattern register 400 are changed, and this newly created line pattern is used to color the basic line segment in the color specification register 600. By specifying a different color from 600, for example, each section of the broken line can be easily displayed in color.

例えば、赤色と青色の交互になった点線を描画する場合
には、本発明は、第2図に示すような手順によって実行
される。第2図(alは赤色のリンゴの図形上に始点(
x+、yl)から終点(x2゜y2)までその図形と同
色の破線を描く場合の実施例図である。この場合、色指
定レジスタ600の内容は図形と同色の赤色指定となる
。DDA200によるアドレス計算に基づいてビットマ
ツプ画面上に線分の始点(x+ +  y+ )から指
定方向に向かって図に示すように描画する。これはDD
A200のハードウェアが実行するアルゴリズムに従っ
て線分を描画した場合で、その線分は整数座標系で表示
されたものとなる。D D A 200はD’P 10
0から始点座標及び終点座標、χ、Yそれぞれの差分の
絶対値、主軸方向の長さ等を与えられることによって点
列の線分を描画することになる。このように発生された
ビットマツプの点列に対してラインパターンレジスタ4
0’0の内容が実線を示すパターン、すなわち1111
111111・・・・である場合には始点(X+、y+
)から終点(Xz、)’z)まで色指定レジスタ600
で指定された赤の実線が引かれる。ここで、ラインパタ
ーンレジスタ400の内容に論理0があればその0に対
応するビットマツプパターンのドツトは色指定がなされ
ず、ラインパターンレジスタ400の論理lに対応する
列のドツトに対しては色指定がなされるようにマスク動
作が実行される。第2図(b)ハ第2図(a)のビット
マツププレーンにラインパターンレジスタ400の上記
パターンが加えられてマスクの作成が実行されたもので
、図に示すように実線の線分の持つ赤模様とビ・7トマ
ノプの赤のリンゴ図形が合わさった形となる。次りこ、
第2図(blの実線に対応するラインパターンレジスタ
400の内容を破線に対応する11100011100
0111・・・というパターンに変更する。従って、点
(xt 、yl )から点(X2.y2)の直線を破線
として表わすのに色指定レジスタ600で青を指定し、
ラインパターンレジスタ400“により破線のパターン
を選択し、それに従って青に置き替えている。このライ
ンパターンレジスタ400の内容を用いてマスクパター
ンを作成し、ラインパターンレジスタ400の論理1に
対応する列のドツトに今度は青色を色指定レジスタ60
0より指定すれば、現在の赤色実線に対して赤色と赤色
との間に青色が挿入された破線が出来ることになる。
For example, when drawing dotted lines of alternating red and blue colors, the present invention is carried out by the procedure shown in FIG. Figure 2 (al is the starting point on the red apple shape (
This is an example diagram in which a broken line of the same color as the figure is drawn from the end point (x2°y2) to the end point (x2°y2). In this case, the contents of the color designation register 600 are designated as red, which is the same color as the figure. Based on the address calculation by the DDA 200, a line segment is drawn on the bitmap screen from the starting point (x+ + y+) in the designated direction as shown in the figure. This is DD
This is a case where a line segment is drawn according to an algorithm executed by the A200 hardware, and the line segment is displayed in an integer coordinate system. D D A 200 is D'P 10
A line segment of a series of points is drawn by giving starting point coordinates and ending point coordinates from 0, the absolute value of each difference in χ and Y, the length in the principal axis direction, etc. The line pattern register 4 is used for the bitmap point sequence generated in this way.
A pattern in which the content of 0'0 shows a solid line, i.e. 1111
111111..., the starting point (X+, y+
) to the end point (Xz,)'z) Color specification register 600
A solid red line specified by is drawn. Here, if there is a logic 0 in the contents of the line pattern register 400, no color is specified for the dots in the bitmap pattern corresponding to that 0, and no color is specified for the dots in the column corresponding to the logic 1 in the line pattern register 400. A masking operation is performed as specified. FIG. 2(b) is a mask created by adding the above pattern of the line pattern register 400 to the bitmap plane of FIG. The shape is a combination of the red pattern and the red apple shape of Bi-7 Tomanop. Next Riko,
FIG. 2 (The contents of the line pattern register 400 corresponding to the solid line in bl are 11100011100 corresponding to the broken line.
Change the pattern to 0111... Therefore, to represent the straight line from point (xt, yl) to point (X2.y2) as a broken line, specify blue in the color specification register 600,
A dashed line pattern is selected by the line pattern register 400 and replaced with blue accordingly. A mask pattern is created using the contents of this line pattern register 400, and the line pattern corresponding to the logic 1 of the line pattern register 400 is Color specification register 60 for the dot, this time blue.
If you specify from 0, a broken line will be created in which blue is inserted between the reds compared to the current solid red line.

すなわち、ラインパターンレジスタ400の内容を実線
から破線を示す情報に変換して作成したマスクを用いれ
ば、赤色以外の異なる青色を間に挿入することができ、
赤、青、赤、青という異なる色が交互に来る破線が作成
されることになる。このように本発明では、現在あるラ
インスタイルと色を持った線分に対してラインパターン
レジスタ400の内容を変更することにより、新しいマ
スクパターンが作成され、さらに異なる色の情報を与え
色々なラインスタイルと色で表現される線分が形成され
ることになる。
That is, by using a mask created by converting the contents of the line pattern register 400 from solid lines to information indicating broken lines, a different blue color other than red can be inserted between the lines.
A dashed line will be created that alternates between different colors: red, blue, red, blue. In this way, in the present invention, a new mask pattern is created by changing the contents of the line pattern register 400 for a line segment that currently has a line style and color, and furthermore, a new mask pattern is created by giving information on a different color to create various lines. A line segment expressed by style and color will be formed.

次に、本発明のカラー表示画面上での線分描画方式に従
う処理動作を第3図を用いて説明する。
Next, processing operations according to the line segment drawing method on a color display screen according to the present invention will be explained with reference to FIG.

DPlooから線分の長さ、方向、位置等を設定し、D
DA200に与えるとDDΔ200は線分描画のための
ビットマツプアドレスを計算する。
Set the length, direction, position, etc. of the line segment from DPloo, and
When given to DA200, DDΔ200 calculates a bitmap address for drawing a line segment.

すなわち、始点(X+ 、  yl)と終点(x2゜y
z)との間の線分情報が与えられる(STI)。
In other words, the starting point (X+, yl) and the ending point (x2゜y
z) is given (STI).

400の内容を実線である場合には図に示すように全て
論理1となるように設定する(S T 3 )。
If the contents of 400 are solid lines, they are all set to logic 1 as shown in the figure (ST3).

このときラインパターンレジスタ400の内容とDDA
200の出力を用いてマスクパターンが作成され、この
マスクパターンはRGBの各メモリプレーンに対して1
つずつ存在するので、例えば、N=1に対するビットマ
ツププレーンに対応するマスクパターンを作成する。次
にラインパターンレジスタ400の内容に従って始点(
xt 、  3’+ )と終点(Xz、yz)に引く実
線を赤くする(Sr4)。次に、線分に対して異なる青
色を設定するために色指定においてN=3における色指
定レジスタ600を用いて青色を設定する(Sr1)。
At this time, the contents of the line pattern register 400 and the DDA
A mask pattern is created using the outputs of 200, and this mask pattern has one output for each RGB memory plane.
For example, a mask pattern corresponding to the bitmap plane for N=1 is created. Next, according to the contents of the line pattern register 400, the starting point (
xt, 3'+) and the end point (Xz, yz) are made red (Sr4). Next, in order to set a different blue color for the line segment, a blue color is set using the color designation register 600 at N=3 in color designation (Sr1).

そして新しく指定された青色線分に対するラインパター
ンレジスタ400の内容を破線を引くためのラインパタ
ーン111000111000・ ・ ・・ ・としく
5T6)、点(xt、yl)、点(xt。
Then, the contents of the line pattern register 400 for the newly specified blue line segment are converted into a line pattern 111000111000 for drawing a broken line: 5T6), point (xt, yl), point (xt).

yz)に引く線分とラインパターンに従って青くする 
(Sr1)。
yz) and turn it blue according to the line segment and line pattern.
(Sr1).

以上のアルゴリズムに従えば、ディスプレイ画面上では
第2図(C1に示すように赤色と青色の点列が交互に連
結された線分が表示されることになる(Sr8)。本発
明は、以上述べたように、ラインパターンと色指定パタ
ーンの2種のビットパターンを適当に制御することによ
り指定色を指定のビットマツプにおいてカラー表示する
ことができる。すなわち、本発明はビットマツププレー
ンを指定する色指定レジスタ600を用いて基本となる
線分を描画した後他の指定色を表わす色指定レジスタ6
00を用いて線分の描画パターンを表わすラインパター
ンレジスタ400に対応するドツトを描画時の色に置き
替えている。
According to the above algorithm, a line segment in which red and blue dots are alternately connected will be displayed on the display screen as shown in FIG. 2 (C1) (Sr8). As mentioned above, a specified color can be displayed in a specified bitmap by appropriately controlling the two types of bit patterns: the line pattern and the color specification pattern. After drawing the basic line segment using the specification register 600, a color specification register 6 representing another specified color is used.
00 is used to replace the dot corresponding to the line pattern register 400 representing the line segment drawing pattern with the color at the time of drawing.

C発明の効果〕 本発明はこのようにラインパターン、色指定のパターン
、現在の線分に対する位置情報を示すパターンに対して
の各線分のドツトを発生する時に色指定する従来方法と
異なり、基本となる線分から要求された色とスタイルを
持った線分に変更でき、高速に色指定とスタイル指定が
容易に行うことができるという効果がある。
C Effects of the Invention] The present invention differs from the conventional method of specifying a color when generating dots for each line segment for a line pattern, a color specification pattern, and a pattern indicating position information for the current line segment. It is possible to change a line segment with the desired color and style to a line segment with the requested color and style, and the effect is that color and style specifications can be easily performed at high speed.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明のカラー表示画面上での線分描画方式に
従う図形処理システムの構成ブロック図、第2図(a)
、 (bl、 (C1はそれぞれ本発明の動作を説明す
る実施例の説明図、 第3図は本発明の動作の流れ図である。 100・・・ディスプレイプロセッサ(DP)、200
・・・ディジタル微分解析器(DDA)、300・ ・
 ・ビットマツプメモリ、400・・・ラインパターン
レジスタ、600・・・色指定レジスタ、 900・・・ビットマツプディスプレイ装置。 特許出願人    冨士通株式会社 廿 第2図 第2図 (C)
FIG. 1 is a block diagram of the configuration of a graphic processing system according to the method of drawing line segments on a color display screen according to the present invention, and FIG. 2(a)
, (bl, (C1 is an explanatory diagram of an embodiment explaining the operation of the present invention, respectively, and FIG. 3 is a flowchart of the operation of the present invention. 100...Display processor (DP), 200
...Digital differential analyzer (DDA), 300...
・Bitmap memory, 400...Line pattern register, 600...Color specification register, 900...Bitmap display device. Patent applicant Fujitsu Co., Ltd. Figure 2 Figure 2 (C)

Claims (1)

【特許請求の範囲】[Claims] 複数のビットマッププレーンにより図形をカラー表示す
る図形処理システムにおいて、線分を描画する線分描画
手段と、ラインパターンを作成しラインパターンレジス
タに格納するラインパターン作成手段と、色指定パター
ンにより色を指定する色指定手段と、前記ラインパター
ン作成手段と色指定手段と線分描画手段より基本となる
線分に対して前記ラインパターンと前記色指定パターン
に従う線分を描画した後、前記手段により前記基本とな
る線分に対してラインパターンを変更し、さらに他の新
たな色を前記色指定手段を用いて指定し、変更された前
記ラインパターンに対応するドットに前記新たな色で表
示することを特徴とするカラー表示画面上における線分
描画方式。
In a graphic processing system that displays figures in color using multiple bitmap planes, there is a line segment drawing means that draws line segments, a line pattern creation means that creates a line pattern and stores it in a line pattern register, and a line segment drawing means that creates a line pattern and stores it in a line pattern register. After drawing a line segment according to the line pattern and the color specifying pattern for a basic line segment using the color specifying means, the line pattern creating means, the color specifying means, and the line segment drawing means, the means draws the line segment according to the line pattern and the color specifying pattern. Changing the line pattern for the basic line segment, further specifying another new color using the color specifying means, and displaying the dots corresponding to the changed line pattern in the new color. A method for drawing line segments on a color display screen characterized by:
JP60286414A 1985-12-18 1985-12-18 System of drawing segment on color display screen Pending JPS62144197A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60286414A JPS62144197A (en) 1985-12-18 1985-12-18 System of drawing segment on color display screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60286414A JPS62144197A (en) 1985-12-18 1985-12-18 System of drawing segment on color display screen

Publications (1)

Publication Number Publication Date
JPS62144197A true JPS62144197A (en) 1987-06-27

Family

ID=17704085

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60286414A Pending JPS62144197A (en) 1985-12-18 1985-12-18 System of drawing segment on color display screen

Country Status (1)

Country Link
JP (1) JPS62144197A (en)

Similar Documents

Publication Publication Date Title
US6492992B2 (en) Graphic pattern processing apparatus
KR960000884B1 (en) Graphic processing system
JPH0251786A (en) Scan converting system
US20030189578A1 (en) Systems and methods for rendering graphical data
JPS61254980A (en) Character front transmission control system
US4837564A (en) Display control apparatus employing bit map method
US5341472A (en) Efficient area description for raster displays
US5020002A (en) Method and apparatus for decomposing a quadrilateral figure for display and manipulation by a computer system
JP3547250B2 (en) Drawing method
JPS6216436B2 (en)
US5128872A (en) Method and apparatus for determining line positions for display and manipulation by a computer system
JPS62144197A (en) System of drawing segment on color display screen
WO2010134124A1 (en) Vector graphic drawing device
JPS62127972A (en) Clipping system in line segment drawing
JPS62144196A (en) System of drawing segment on color display screen
JP3090644B2 (en) Image data processing apparatus and system using the same
JPS61130991A (en) Graphic processing method and apparatus
JPH0350686A (en) Graphic processing system
JPH0244076B2 (en)
AU618129B2 (en) Method and apparatus for sorting line segments for display and manipulation by a computer system
KR960000885B1 (en) Data processing system and its graphic processing method for
JP2836617B2 (en) Rendering processor
JPS62127971A (en) Clipping system in line segment drawing
JPH01251094A (en) Graphic display device
KR950007532B1 (en) Grapic pattern processing apparatus