JPH0869537A - Graphic processor - Google Patents

Graphic processor

Info

Publication number
JPH0869537A
JPH0869537A JP10505395A JP10505395A JPH0869537A JP H0869537 A JPH0869537 A JP H0869537A JP 10505395 A JP10505395 A JP 10505395A JP 10505395 A JP10505395 A JP 10505395A JP H0869537 A JPH0869537 A JP H0869537A
Authority
JP
Japan
Prior art keywords
word
mask
clipping
information
drawn
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.)
Granted
Application number
JP10505395A
Other languages
Japanese (ja)
Other versions
JP2606176B2 (en
Inventor
Mitsuo Ouchi
光郎 大内
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP10505395A priority Critical patent/JP2606176B2/en
Publication of JPH0869537A publication Critical patent/JPH0869537A/en
Application granted granted Critical
Publication of JP2606176B2 publication Critical patent/JP2606176B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE: To greatly increase the processing speed by introducing the concept that clipping mask information and drawing mask information are generated independently of each other. CONSTITUTION: With a select signal, left-end bit position information and right- end bit position information on a clipping mask are determined and outputted to address lines 36 and 37 to access a mask pattern ROM 4. The data are latched as clipping mask data in a clipping mask register 7. With the select signal, pieces of left-end and right-end bit position information on a drawing mask are determined and outputted to address lines 33 and 34 to access the mask pattern ROM 4. Then the clipping mask information and drawing mask information are generated for each transferred word, and an AND circuit 5 performs bit-by-bit AND operation. Then processing is performed based on the final mask data applied from the AND circuit 5 and the result is outputted to a bus 40.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、直線や円の描画機能、
三角形や矩形の塗りつぶし、矩形領域内のメモリ・デー
タを別の矩形領域に転送するデータ転送機能などを有す
る図形処理装置に関し、特に図形を描画する領域を制限
するいわゆるクリッピング機能を有する図形処理装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a function for drawing straight lines and circles,
The present invention relates to a graphic processing apparatus having a data transfer function for filling a triangle or a rectangle and transferring memory data in a rectangular area to another rectangular area, and more particularly to a graphic processing apparatus having a so-called clipping function for limiting an area for drawing a graphic. .

【0002】[0002]

【従来の技術】一般にクリッピングとは、メモリ上で定
義されたXY座標によって規定される2点のビット(X
1 ,Y1 )、(X2 ,Y2 )(但し、X1 ≦X2 ,Y1
≦Y2)を対角線の端点とする矩形領域(クリッピング
・レクタングル)内(あるいは外)だけに図形を描画す
ることを許す機能をいう。
2. Description of the Related Art Generally, clipping is defined as two bits (X, X) defined by XY coordinates defined on a memory.
1 , Y 1 ), (X 2 , Y 2 ) (where X 1 ≤X 2 , Y 1
≦ Y 2 ) is a function that allows drawing a graphic only in (or outside) a rectangular area (clipping rectangle) having a diagonal end point.

【0003】従来のクリッピング方式としては、つぎの
2つが挙げられる。
The following two conventional clipping methods are available.

【0004】第1は、プリクリッピングとよばれる方法
で、これから描画しようとする図形とクリッピング・レ
クタングルの関係を数式的に解いて、クリッピング・レ
クタングル内に含まれる図形を描出するものである。た
とえば、クリピング・レクタングルと交差する直線AB
を描画する場合、この直線とクリッピング・レクタング
ル交点A′,B′を求めて、実際に描画される直線A′
B′だけ得る方式である。
The first is a method called pre-clipping, which mathematically solves the relationship between a figure to be drawn and a clipping rectangle to draw a figure included in the clipping rectangle. For example, the straight line AB that intersects the clipping rectangle
When this is drawn, this line and the clipping / rectangle intersections A ′ and B ′ are obtained, and the line A ′ actually drawn is drawn.
In this method, only B 'is obtained.

【0005】第2は、描画を行う図形の1ドットに対応
するメモリ上のXY座標をドット毎に各々計算し、これ
らを逐次クリッピング・レクタングルの対角線の端点の
座標と比較し、描画を行おうとするドットが描画不可領
域に含まれた場合に描画を無効とする方法である。
Second, the XY coordinates in the memory corresponding to one dot of the figure to be drawn are calculated for each dot, and these are sequentially compared with the coordinates of the diagonal end points of the clipping rectangle to perform drawing. This is a method of invalidating the drawing when the dot to be drawn is included in the non-drawing area.

【0006】[0006]

【発明が解決しようとする課題】前述した従来のクリッ
ピング方式は、以下に述べる欠点があった。
The above-mentioned conventional clipping method has the following drawbacks.

【0007】まず前者のプリクリッピングは、直線や円
などの図形とクリッピング・レクタングルの交点を求め
るための前処理に乗算や除算を含む複雑な演算が必要で
ある。描画不可領域は描画しなくてすむため、実際の描
画については高速に実行できるが、前処理のために非常
に長い時間が要求されるという欠点と、高速に乗除算を
実行できるハードウェアを必要とするため非常に高価な
グラフィクス装置になってしまうという欠点がある。
First, the former pre-clipping requires a complicated operation including multiplication and division in pre-processing for obtaining the intersection of a clipping rectangle with a figure such as a straight line or a circle. Since non-drawable areas do not need to be drawn, actual drawing can be performed at high speed, but the disadvantage of requiring a very long time for preprocessing and hardware that can perform multiplication and division at high speed are required Therefore, there is a disadvantage that the graphics device becomes very expensive.

【0008】一方、後者の方法は、直線、円など1ドッ
ト単位で描画座標点を計算して行くような線図形には適
しているが、矩形領域の如き平面図形の処理には不便
で、とくにある矩形領域内のデータを別の矩形領域に転
送するいわゆるBITBLT(BIT BLock T
ransfer)などのように、ワード単位で複数ドッ
トを同時に処理した方が高速処理できる処理には利用で
きなかった。従って、この方法を採用した図形処理装置
では、BITBLTも1ドット単位でおこなわざるをえ
ないため処理速度が極めて遅いという欠点があった。例
えば、メモリ上のある矩形領域をクリッピング・レクタ
ングルと重複する矩形領域へ移し、その重複部分だけを
描画する場合、矩形領域の移動を1ビット毎行なわなけ
ればならない。
On the other hand, the latter method is suitable for a line figure such as a straight line or a circle in which drawing coordinate points are calculated in dot units, but is inconvenient for processing a plane figure such as a rectangular area. In particular, so-called BITBLT (BIT BLOCK T) for transferring data in one rectangular area to another rectangular area
For example, when multiple dots are simultaneously processed in word units, such as transfer, it cannot be used for high-speed processing. Therefore, the graphic processing apparatus employing this method has a drawback that the processing speed is extremely slow because BITBLT must be performed in units of one dot. For example, when a certain rectangular area on the memory is moved to a rectangular area overlapping with the clipping rectangle and only the overlapping part is drawn, the rectangular area must be moved bit by bit.

【0009】[0009]

【課題を解決するための手段】本発明は、1ドット単位
および1ワード単位の両方の処理において高速クリッピ
ング処理を実現させるため、クリッピング用マスク情報
と描画マスク情報とを夫々独立に生成するという概念を
導入することにより、従来の欠点を除去し処理速度を大
幅に短縮した図形処理装置を提供するものである。
According to the present invention, the clipping mask information and the drawing mask information are independently generated in order to realize the high-speed clipping processing in the processing of each dot and each word. The present invention provides a graphic processing apparatus that eliminates the conventional drawbacks and significantly reduces the processing speed.

【0010】クリッピング用マスク・データの生成は、
次のようなシーケンスで実現される。まず、クリッピン
グ・レクタングルを対角線の2端点により定義する。実
際の描画は描画許可領域、描画不可領域に無関係に行う
必要はあるが、描画を行う各ワードの先頭ドットのXY
座標を示すワードアドレスとクリッピング領域の端点
(右端と左端)のXY座標を示す両ワードのワードアド
レスを遅次比較し、その比較結果によって描画するワー
ドのうちどのビットの処理を行うかを定めるクリッピン
グ・マスク情報を生成する。そのクリッピング・マスク
情報と、別に生成した描画マスク情報とを基にして実際
にメモリに書込むデータを生成するものである。
The generation of clipping mask data is as follows.
It is realized by the following sequence. First, the clipping rectangle is defined by two diagonal endpoints. Actual drawing needs to be performed irrespective of the drawing permitted area and the drawing non-permitted area, but the XY of the first dot of each word to be drawn.
The word address indicating the coordinates and the word addresses of both words indicating the XY coordinates of the end points (right end and left end) of the clipping area are compared slowly, and the result of the comparison determines which bit of the word to be drawn is to be processed. -Generate mask information. The data to be actually written into the memory is generated based on the clipping mask information and the separately generated drawing mask information.

【0011】本発明の図形処理装置は、メモリ上の各ビ
ットにXY座標を定義し、前記メモリ上にワード単位で
描画を行う図形処理装置であって、描画するワードの特
定位置のビットの座標(X,Y)を逐次計算する座標演
算手段と、XY座標上に(X 1 ,Y1 ),(X2
2 )(但しX1 ≦X2 ,Y1 ≦Y2 )を対角線の端点
とする矩形領域を定義し、前記X1 ,Y1 およびX2
2 を前記X,Yと比較することによって描画するワー
ドが前記矩形領域内か外か、あるいは前記矩形領域の境
界を含んでいるかを判定する比較手段と、前記比較手段
の比較結果によって、描画するワードのうちどのビット
の処理を行うかを定める第1のマスク情報を生成する第
1のマスク生成手段と、描画する図形の形状により、描
画するワードのうちどのビットの処理を行うか否かを定
める第2のマスク情報を生成する第2のマスク生成手段
とを有しており、これら第1、第2のマスク情報をマス
クパターンROMを用いて生成している。
The graphic processing apparatus according to the present invention uses each memory on the memory.
XY coordinates are defined in the
A graphic processing device that performs drawing, and the characteristics of a word to be drawn.
A coordinate operation that sequentially calculates the coordinates (X, Y) of a fixed position bit.
Calculation means and (X 1, Y1), (X2,
Y2) (However, X1≤X2, Y1≦ Y2) To the diagonal endpoint
Define a rectangular area as1, Y1And X2,
Y2To be drawn by comparing
Is inside or outside the rectangular area, or the boundary of the rectangular area
Comparing means for determining whether a field is included, and the comparing means
Which bit of the word to draw
To generate the first mask information for determining whether to perform the process
Draw by the mask generation means of 1 and the shape of the drawing
Determine which bit of the image is to be processed
Second mask generating means for generating second mask information
And has the first and second mask information.
It is generated using a pattern ROM.

【0012】[0012]

【実施例】【Example】

実施例1 次に本発明の第1の実施例について図面を参照して詳細
に説明する。
Embodiment 1 Next, a first embodiment of the present invention will be described in detail with reference to the drawings.

【0013】第1図は第1の実施例の図形処理装置の主
要なブロックを示す図、第3図はクリッピング・レクタ
ングルとデータ転送領域を示す図、第4図はクリッピン
グ・マスクの生成条件を示す図、第5図は描画マスクの
生成条件を示す図である。
FIG. 1 is a diagram showing main blocks of the graphic processing apparatus according to the first embodiment, FIG. 3 is a diagram showing a clipping rectangle and a data transfer area, and FIG. 4 is a diagram showing conditions for generating a clipping mask. FIG. 5 is a diagram showing conditions for generating a drawing mask.

【0014】最初に、第3図を用いてデータ転送処理時
のクリッピングについて説明する。第3図は、メモリ上
に定義したXY座標平面上のクリッピング・レクタング
ルとデータ転送領域の1例を示したものである。クリッ
ピング・レクタングルとして、点(Xmin ,Ymin )と
(Xmax ,Ymax )を対角線の端点とする長方形を定義
する。また、データ転送領域は、点(Xs ,Ys )と
(Xe ,Ye )を対角線の端点とする長方形でクリッピ
ング・レクタングルの一部と斜線部で重複している。ク
リッピング・レクタングルの左端はワード境界からLE
FT分ずれており、右端はRIGHT分ずれている。デ
ータ転送領域もその左端はワード境界からDS分ずれて
おり、右端はDE分ずれている。この例では、データ転
送領域と同一形状の別の矩形領域のデータを図示データ
転送領域にブロック転送し、クリッピング・レクタング
ルと重複する斜線部にのみ転送されたデータが書込まれ
る。なお、本実施例では1ワードのビット数を16ビッ
トとし、データ転送はワード単位で行われる。
First, the clipping in the data transfer processing will be described with reference to FIG. FIG. 3 shows an example of the clipping rectangle and the data transfer area on the XY coordinate plane defined on the memory. As the clipping rectangle, a rectangle having points (X min , Y min ) and (X max , Y max ) as diagonal endpoints is defined. The data transfer area is a rectangle having points (X s , Y s ) and (X e , Y e ) as diagonal end points, and overlaps a part of the clipping rectangle with a hatched portion. Left edge of clipping rectangle is LE from word boundary
It is shifted by FT and the right end is shifted by RIGHT. The left end of the data transfer area is also deviated from the word boundary by DS and the right end is deviated from DE. In this example, the data in another rectangular area having the same shape as the data transfer area is block-transferred to the illustrated data transfer area, and the transferred data is written only in the shaded area overlapping the clipping rectangle. In this embodiment, the number of bits in one word is 16 bits, and data transfer is performed in word units.

【0015】次に、上記のようなクリッピングを実現す
るためのハードウェア回路について第1図をもとに説明
する。第1図に於いて、1は描画マスク演算回路、2は
クリッピング比較回路、3はXY座標演算回路、4はマ
スク・パターンROM、5はAND回路、6はメモリ・
データ演算回路、7はクリッピング・マスク・レジス
タ、8,9はマルチプレクサ、10〜13はそれぞれ4
ビットのパラメータ・レジスタ、14は選択制御回路、
30〜34は制御信号線、35〜40はデータ・バスで
ある。これらの各機能は以下の動作説明により明らかに
なるであろう。
Next, a hardware circuit for realizing the above clipping will be described with reference to FIG. In FIG. 1, 1 is a drawing mask operation circuit, 2 is a clipping comparison circuit, 3 is an XY coordinate operation circuit, 4 is a mask pattern ROM, 5 is an AND circuit, and 6 is a memory circuit.
Data arithmetic circuit, 7 is clipping mask register, 8 and 9 are multiplexers, 10 to 13 are 4
A bit parameter register, 14 is a selection control circuit,
30 to 34 are control signal lines, and 35 to 40 are data buses. Each of these functions will become apparent from the following description of operation.

【0016】まず、第1にクリッピング・マスク生成に
ついて説明する。クリッピング・マスクは次の4つの処
理を行うことによって作成される。
First, the generation of a clipping mask will be described. The clipping mask is created by performing the following four processes.

【0017】1)XY座標演算回路3に於いて、次に描
画を行うべきワード(データ転送されるべき領域のワー
ド)の先頭ビット(ワードアドレス)のXY座標の計算
を行う。X座標は直前のX値に16を加えることによっ
て計算する。Y座標は水平方向においては変化がなく、
垂直方向に対して+1される。XY座標演算回路は加減
算回路でよい。
1) The XY coordinate calculation circuit 3 calculates the XY coordinates of the first bit (word address) of the next word to be drawn (the word of the area to be transferred). The X coordinate is calculated by adding 16 to the immediately preceding X value. The Y coordinate does not change in the horizontal direction,
+1 is added to the vertical direction. The XY coordinate calculation circuit may be an addition / subtraction circuit.

【0018】2)クリッピング比較回路2に於いて、あ
らかじめ設定されたクリッピング・レクタングルの座標
値(Xmin ,Ymin ),(Xmax ,Ymax )とXY座標
演算回路3からデータ・バス35に出力されたX,Y両
座標値とを用いて次のような4種類の演算を行う。
2) In the clipping comparison circuit 2, the preset coordinate values (X min , Y min ), (X max , Y max ) of the clipping rectangle and the XY coordinate operation circuit 3 are transferred to the data bus 35. The following four types of calculations are performed using the output X and Y coordinate values.

【0019】 Y−Ymin ,Y−Ymax ,X−Xmin ,X−Xmax 各演算結果によって、それぞれの大小関係を示す信号を
信号線31に出力する。なお、ワード単位でデータ転送
しているため比較もワード単位で行なう方がよい。従っ
てXmin ,Xmax についてはその下位4ビットを“00
00”とし、(Xmin ,Ymin ),(Xmin
max ),(Xmax ,Ymax ),(Xma x ,Ymin )を
夫々仮想的に点A,B,C,D(第3図)に定めてい
る。
A signal indicating the magnitude of each of YY min , YY max , XX min , and XX max is output to a signal line 31 according to the calculation result. Since data is transferred in word units, it is better to perform comparison in word units. Therefore, for X min and X max , the lower 4 bits are “00”.
00 ", (X min , Y min ), (X min ,
Y max), is defined (X max, Y max), (X ma x, Y min) respectively virtually point A, B, C, D (Figure 3).

【0020】3)選択制御回路14は、信号線31上の
信号をもとにマルチプレクサ8および9の選択信号を生
成し、夫々信号線33,34に出力する。
3) The selection control circuit 14 generates a selection signal for the multiplexers 8 and 9 based on the signal on the signal line 31, and outputs the selection signal to the signal lines 33 and 34, respectively.

【0021】4)選択信号によって、クリッピング・マ
スクの左端ビット位置情報および右端ビット位置情報を
決定し、それらをアドレス線36および37に出力して
マスク・パターンROM4をアクセスする。ビット位置
情報の決定方法については後で述べる。ROM4から読
出されたデータはクリッピング・マスクデータとしてデ
ータ・バス38を介してクリッピング・マスク・レジス
タ7にラッチされる。ラッチ信号は、2)の演算結果が
出力された次のサイクルでクリッピング比較回路2から
信号線32を介して供給される。
4) The left end bit position information and the right end bit position information of the clipping mask are determined by the selection signal, and these are output to the address lines 36 and 37 to access the mask pattern ROM 4. The method of determining the bit position information will be described later. The data read from the ROM 4 is latched in the clipping mask register 7 via the data bus 38 as clipping mask data. The latch signal is supplied from the clipping comparison circuit 2 via the signal line 32 in the next cycle after the operation result of 2) is output.

【0022】クリッピング・マスク情報はクリッピング
・レクタングルによって規定された描画許可領域と描画
不可領域とを示す情報である。従って、クリッピング・
レクタングルのXmin ,Xmax ,Ymin ,Ymax とデー
タ転送先領域の各ワードの先頭アドレスを示す座標値と
を比較して、転送先領域の各ワードがクリッピング・レ
クタングルの内か外かをワード単位でチェックし、クリ
ッピング・レクタングルによって定められた描画許可領
域内に存在するドットに対してのみ描画許可情報(本実
施例では“1”)を与え、描画不可領域に存在するドッ
トには描画不可情報(本実施例では“0”)を与える。
例えば、第3図ではクリッピング・レクタングルの内側
を描画許可領域、外側を描画不可領域と定めているの
で、クリッピング・レクタングル内の座標値に対しては
マスク情報として“1”が与えられ、それ以外の座標値
に対しては“0”が与えられる。
The clipping mask information is information indicating a drawing permitted area and a drawing impossible area defined by the clipping rectangle. Therefore, clipping
The X min , X max , Y min , and Y max of the rectangle are compared with the coordinate value indicating the start address of each word in the data transfer destination area to determine whether each word in the transfer destination area is inside or outside the clipping rectangle. Checking is performed in word units, rendering permission information (“1” in this embodiment) is given only to the dots existing in the rendering permission area defined by the clipping rectangle, and rendering is performed on the dots existing in the rendering impossible area. Prohibition information (“0” in this embodiment) is given.
For example, in FIG. 3, the inside of the clipping rectangle is defined as the drawing-permitted area, and the outside is defined as the non-drawable area. Therefore, "1" is given as the mask information for the coordinate value in the clipping rectangle, and other than that. "0" is given to the coordinate value of.

【0023】さらに、ワード単位で処理を行なっている
ので、クリッピング・レクタングルのXmin およびX
max 座標値がワードの先頭座標値と一致しない場合があ
る。これに対してはその補正が必要である。かかる補正
を行なうためにクリッピング・レクタングルの左端ビッ
ト位置情報(Xmin )が、これを含むワードの先頭座標
値(X′min )(第3図では直線ABによって定められ
るX座標値)(下位4ビットはすべて“0”)から何ビ
ットずれているかを示す数値の2進コード(LEFT)
がパラメータレジスタ11に予め設定されている。クリ
ッピング・レクタングルの右端ビット位置情報
(Xmax )については、これを含むワードの先頭座標値
(X′max )に対しそのずれを示す数値の2進コード
(RIGHT)が予めパラメータレジスタ13に設定さ
れている。
Further, since the processing is performed in word units, X min and X of the clipping rectangle
There are cases where the max coordinate value does not match the head coordinate value of a word. The correction is necessary for this. In order to perform such a correction, the leftmost bit position information (X min ) of the clipping rectangle is the start coordinate value (X ' min ) of the word including it (X coordinate value determined by the straight line AB in FIG. 3) (lower 4 Numerical binary code (LEFT) that indicates how many bits are shifted from "0")
Are preset in the parameter register 11. Regarding the right end bit position information (X max ) of the clipping rectangle, a binary code (RIGHT) of a numerical value indicating the deviation with respect to the head coordinate value (X ′ max ) of the word including this is set in the parameter register 13 in advance. ing.

【0024】XY座標演算回路3によって作成される転
送先領域の各ワードの先頭座標値とクリッピング・レク
タングルの境界座標との比較は第4図に示す条件に基い
て行われる。比較回路2は第6図に示されており、転送
先領域の各ワードの先頭座標を作成するXY座標演算回
路3から出力されるX,Y各座標がレジスタ60に格納
される。一方クリッピング・レクタングルを規定するX
min ,Xmax 座標はレジスタ61に、Ymin ,Ymax
標はレジスタ62に夫々予め格納されている。ここで
は、1ビット座標は16ビットで指定されるため、比較
回路64は夫々16ビットの2入力端(A,B)を有し
ている。A入力端にはレジスタ60から転送先領域の各
ワードの先頭座標が入力される。一方、B入力端にはマ
ルチプレクサ63によって選択された方のレジスタの内
容が入力される。比較はまずずれのないY座標から先に
行われる。Y座標については、レジスタ60から出力さ
れたY座標とレジスタ62から出力されたY座標(Y
min ,Ymax )とが比較される。X座標については、X
Y座標演算回路3によって作成される各ワードの先頭X
座標はその4ビットが必ず“0000”である(ワード
内のビット位置が下位4ビットで指定される故)から、
レジスタ61からは下位4ビットを除く上位12ビット
だけが出力され、下位4ビットには全て“0”が付加さ
れてマルチプレクサ63に入力される。こうすることに
よって、比較回路64はX座標に対して実質的に上位1
2ビットの比較を行なうだけでよい。
The comparison between the start coordinate value of each word in the transfer destination area created by the XY coordinate operation circuit 3 and the boundary coordinates of the clipping rectangle is performed based on the conditions shown in FIG. The comparison circuit 2 is shown in FIG. 6, and the X and Y coordinates output from the XY coordinate calculation circuit 3 which creates the head coordinates of each word in the transfer destination area are stored in the register 60. X to define clipping rectangle
The min and X max coordinates are stored in the register 61 in advance, and the Y min and Y max coordinates are stored in the register 62 in advance. Here, since the 1-bit coordinate is designated by 16 bits, each of the comparison circuits 64 has two 16-bit input terminals (A, B). The leading coordinates of each word in the transfer destination area are input from the register 60 to the A input terminal. On the other hand, the content of the register selected by the multiplexer 63 is input to the B input terminal. The comparison is performed first, starting from the Y coordinate without deviation. As for the Y coordinate, the Y coordinate output from the register 60 and the Y coordinate (Y
min , Ymax ). For the X coordinate, X
Leading X of each word created by the Y coordinate calculation circuit 3
Since the four bits of the coordinates are always "0000" (because the bit position in the word is specified by the lower four bits),
Only the upper 12 bits excluding the lower 4 bits are output from the register 61, and "0" is added to all the lower 4 bits and input to the multiplexer 63. By doing so, the comparison circuit 64 is substantially higher than the X-coordinate.
Only a 2-bit comparison needs to be done.

【0025】今、レジスタ60から出力されるY座標が
レジスタ62から出力されるYmin 座標およびYmax
標に対して第4図のようにY<Ymin あるいはY>Y
max となる時は、転送先領域のワードの全ビットがクリ
ッピング・レクタングルの外にあるため、X座標の比較
せずともクリッピング・マスク情報(16ビット)はす
べて描画不可情報(オール“0”)となる。
Now, the Y coordinate output from the register 60 is
Y output from register 62min Coordinates and Ymaxseat
Y <Y as shown in FIG.minOr Y> Y
maxIs cleared, all bits of the word in the transfer destination area are cleared.
Since it's outside the topping rectangle, compare X coordinates
Clipping mask information (16 bits)
All of them are non-drawable information (all “0”).

【0026】さらに、Y≧Ymin およびY≦Ymax の場
合はY座標に関してはクリッピング・レクタングル内に
存在するため、X座標の比較がY座標に続いて行なわれ
る。結果は次の様になる。
Furthermore, in the case of Y ≧ Y min and Y ≦ Y max , since the Y coordinate exists in the clipping rectangle, the comparison of the X coordinate is performed after the Y coordinate. The result is as follows.

【0027】(1)X>X′min かつX<X′max
時:転送先領域のワードの全ビットがクリッピング・レ
クタングル内に存在するので、クリッピング・マスク情
報はすべて描画許可情報(オール“1”)となる。
(1) When X> X ′ min and X <X ′ max : Since all bits of the word in the transfer destination area exist in the clipping rectangle, all clipping mask information is drawn permission information (all “ 1 ").

【0028】(2)X=X′min かつX<X′max
時:転送先領域のワードがクリッピング・レクタングル
左端を含むため、その補正値(LEFT)を用いてワー
ドの先頭からLEFTによって規定されるビットが描画
不可情報(“0”)となり、それ以降は描画許可情報
(“1”)となる。
(2) When X = X ′ min and X <X ′ max : Since the word in the transfer destination area includes the left end of the clipping rectangle, the word is specified by LEFT from the beginning of the word using the correction value (LEFT). The bit to be rendered becomes rendering disable information ("0"), and thereafter becomes rendering permission information ("1").

【0029】(3)X>X′min かつX=X′max
時:転送先領域のワードがクリッピング・レクタングル
の右端を含むため、その補正値(RIGHT)を用いて
ワードの先頭からRIGHTによって規定されるビット
が描画許可情報(“1”)それ以降が描画不可情報
(“0”)となる。
(3) When X> X ′ min and X = X ′ max : Since the word in the transfer destination area includes the right end of the clipping rectangle, the correction value (RIGHT) is used to perform the RIGHT from the beginning of the word. The prescribed bit is rendering permission information (“1”), and the subsequent bits are rendering disable information (“0”).

【0030】(4)X=X′min かつX=X′max
時:転送先領域のワードがクリッピング・レクタングル
の左端と右端の両方を含むため、ワードの先頭からLE
FTによって規定されるビットが描画不可情報
(“0”)、ワードの先頭からRIGHT−LEFTに
よって規定されるビットが描画許可情報(“1”)、そ
れ以降が描画不可情報(“0”)となる。
(4) When X = X ′ min and X = X ′ max : Since the word in the transfer destination area includes both the left end and the right end of the clipping rectangle, LE from the beginning of the word
The bit specified by FT is rendering impossible information (“0”), the bit defined by RIGHT-LEFT from the head of the word is rendering permission information (“1”), and subsequent bits are rendering impossible information (“0”). Become.

【0031】(5)X<X′min あるいはX>X′max
の時:転送先領域のワードの全ビットがクリッピング・
レクタングルの外にあるため、すべて描画不可情報
(“0”)となる。
(5) X <X ′ min or X> X ′ max
: All bits of the word in the transfer destination area are clipped.
Since it is outside the rectangle, it is all rendering impossible information ("0").

【0032】以上のようにしてクリッピング・マスク情
報を作成できるが、これをランダムロジック回路で作成
するとハードウェア回路が非常に複雑になるので、本実
施例ではテーブルメモリを用いてクリッピング・マスク
情報の作成を簡易化している。テーブルメモリとしてマ
スクROM4(第1図)を用いる。
The clipping mask information can be created as described above. However, if this is created by a random logic circuit, the hardware circuit becomes very complicated. Therefore, in this embodiment, the clipping mask information is created using a table memory. Making it easier. A mask ROM 4 (FIG. 1) is used as a table memory.

【0033】第1図に戻って、マスク・パターンROM
4にはマルチプレクサ8の出力(4ビット)がアドレス
線36を介して上位アドレスとして入力され、マルチプ
レクサ9の出力(4ビット)がアドレス線37を介して
下位アドレスとして入力される。この実施例では1アド
レスが8ビットからなり、256個のパターン(前述た
クリッピング・マスク情報と後述する描画マスク情報が
含まれる)が予め記憶されている。1パターンは16ビ
ットからなる。クリッピング・マスク情報は第4図に示
すように、クリッピング・レクタングルより外側のワー
ドはいすれもオール“0”、すべてが内側のワードはい
ずれもオール“1”であるから、オール“0”およびオ
ール“1”は夫々共通のアドレスでアクセスできるよう
に、本実施例ではアドレスの上位4ビットが“111
1”=(15)、下位4ビットが“0000”=(0)
の時、クリッピング・マスク情報としてオール“0”
が、上位4ビットのアドレスが“0000”=(0)、
下位4ビットのアドレスが“1111”=(15)の時
クリッピング・マスク情報としてオール“1”が読出さ
れるようにアドレスを割り付けている。転送先領域のワ
ードがクリッピング・レクタングルの左端のみを含む場
合(X=X′min )はアドレスの上位4ビットをLEF
Tとし、下位4ビットを“1111”=(15)とす
る。また、右端のみを含む場合(X=X′max )アドレ
スの下位4ビットをRIGHTとし、上位4ビットを
“0000”(=0)とする。左端と右端との両方を含
む場合はアドレス上位および下位を夫々LEFT,RI
GHTとする。描画許可情報および不可情報はLEF
T,RIGHTの数によって予め定まるので、これをテ
ーブル化してROM4に記憶しておけばよい。この結
果、任意のクリッピング・レクタングルに対して所望の
クリッピング・マスク情報が得られる。
Returning to FIG. 1, the mask pattern ROM
The output (4 bits) of the multiplexer 8 is input to 4 as an upper address through the address line 36, and the output (4 bits) of the multiplexer 9 is input as a lower address through the address line 37. In this embodiment, one address consists of 8 bits, and 256 patterns (including the clipping mask information described above and the drawing mask information described later) are stored in advance. One pattern consists of 16 bits. As shown in FIG. 4, the clipping mask information is all “0” for words outside the clipping rectangle and all “1” for all words inside the clipping rectangle, so all “0” and all In this embodiment, the upper 4 bits of the address are "111" so that "1" can be accessed by a common address.
1 ”= (15), lower 4 bits are“ 0000 ”= (0)
, All “0” as clipping mask information
However, the address of the upper 4 bits is “0000” = (0),
The address is allocated so that all "1" s are read as the clipping mask information when the address of the lower 4 bits is "1111" = (15). When the word in the transfer destination area includes only the left end of the clipping rectangle (X = X ′ min ), the upper 4 bits of the address are LEF
T, and the lower 4 bits are “1111” = (15). When only the right end is included (X = X ′ max ), the lower 4 bits of the address are RIGHT, and the upper 4 bits are “0000” (= 0). When both the left end and the right end are included, the upper and lower addresses are set to LEFT and RI, respectively.
GHT. LEF for drawing permission information and non-permission information
Since it is determined beforehand by the number of T and RIGHT, it may be stored in the ROM 4 as a table. As a result, desired clipping mask information can be obtained for an arbitrary clipping rectangle.

【0034】次に、描画マスク情報の作成について説明
する。描画マスク情報はデータ転送先の各ワードが座標
(Xe ,Ye )と(Xs ,Ys )を対角線の頂点とする
データ転送先の矩形領域内にあるか否かを識別するため
のマスク情報である。描画マスク情報の生成は次の3つ
の処理によって行われる。
Next, creation of drawing mask information will be described. The drawing mask information is used to identify whether or not each word of the data transfer destination is in the rectangular area of the data transfer destination having the coordinates (X e , Y e ) and (X s , Y s ) as the vertices of the diagonal line. This is mask information. Generation of the drawing mask information is performed by the following three processes.

【0035】1)描画マスク演算回路1に於いて、デー
タ転送領域のX方向のワード数は解っているので、同領
域からのワード転送がX方向に進む毎にその転送数を計
数することにより、転送されるワードが第1ワードであ
るか、最終ワードであるか、それら以外のワードである
かを検出し、検出信号を信号線30に出力する。
1) Since the number of words in the data transfer area in the X direction is known in the drawing mask calculation circuit 1, by counting the number of transfers each time word transfer from the area proceeds in the X direction. , And detects whether the transferred word is the first word, the last word, or any other word, and outputs a detection signal to the signal line 30.

【0036】2)選択制御回路14は、検出信号をもと
にマルチプレクサ8および9の選択信号を生成し、信号
線33および34に出力する。
2) The selection control circuit 14 generates a selection signal for the multiplexers 8 and 9 based on the detection signal and outputs it to the signal lines 33 and 34.

【0037】3)選択信号によって、描画マスクの左端
ビット位置情報および右端ビット位置情報を決定し、そ
れらをアドレス線33,34に出力してマスク・パター
ンROM4をアクセスする。ROM4からは描画マスク
・データが読出され、データ・バス38に出力される。
3) The left end bit position information and the right end bit position information of the drawing mask are determined by the selection signal, and these are output to the address lines 33 and 34 to access the mask pattern ROM 4. The drawing mask data is read from the ROM 4 and output to the data bus 38.

【0038】本実施例では、描画マスク情報は第3図の
(Xs ,Ye )と(Xs ,Ys ),(Xe ,Ys )と
(Xe ,Ye )を頂点とする矩形領域に対して求められ
る。データはワード単位で転送されるので、描画マスク
情報もクリッピング・マスク情報と同様にワード単位で
作成される。従って、データ転送先領域を規定するX座
標Xs ,Xe の下位4ビットを夫々“0000”とし、
第3図のEFGHによって定義される仮想矩形領域がデ
ータ転送先領域の各ワードの先頭座標と比較される。描
画マスク情報は水平方向における先頭ワードと最終ワー
ドだけがデータ転送先領域の右端と左端にまたがる可能
性があり、それ以外のワードはすべてデータ転送先領域
内に包含されるため、描画マスク演算回路1は転送先の
ワードが各水平方向に対して先頭か最終かそれともその
中間かを検出するだけでよい。検出結果、先頭ワードの
場合、補正値DSが予め格納されているパラメータレジ
スタ10が選択され、最終ワードの場合補正値DEが予
め格納されているパラメータレジスタ12が選択され
る。先頭ワードに対しては、第5図に示されるようにア
ドレスの上位4ビットがDS,下位4ビットがオール
“1”(=15)となる。最終ワードに対してはアドレ
スの上位4ビットがオール“0”(=0)、下位4ビッ
トがDEとなる。また、中間ワードの場合は、オール
“1”となるのでクリッピング・マスク情報のオール
“1”と同じアドレス(上位4ビットがオール“0”、
下位4ビットがオール“1”)が選ばれる。この結果、
マスク・パターンROM4から読み出されたパターンは
描画マスク情報として信号線38を介してAND回路5
に送られる。
In the present embodiment, the drawing mask information has (X s , Y e ), (X s , Y s ), (X e , Y s ) and (X e , Y e ) in FIG. 3 as vertices. Is calculated for the rectangular area. Since the data is transferred in word units, the drawing mask information is created in word units like the clipping mask information. Therefore, the lower 4 bits of the X coordinates X s and X e that define the data transfer destination area are set to “0000”,
The virtual rectangular area defined by EFGH in FIG. 3 is compared with the head coordinates of each word in the data transfer destination area. In the drawing mask information, only the first word and the last word in the horizontal direction may span the right end and the left end of the data transfer destination area, and all other words are included in the data transfer destination area. 1 only needs to detect whether the transfer destination word is the first word, the last word, or an intermediate word in each horizontal direction. As a result of the detection, in the case of the first word, the parameter register 10 in which the correction value DS is stored in advance is selected, and in the case of the last word, the parameter register 12 in which the correction value DE is stored in advance is selected. For the first word, as shown in FIG. 5, the upper 4 bits of the address are DS, and the lower 4 bits are all "1" (= 15). For the last word, the upper 4 bits of the address are all "0" (= 0) and the lower 4 bits are DE. Also, in the case of an intermediate word, all are "1", so the same address as all "1" of the clipping mask information (the upper 4 bits are all "0"
The lower 4 bits are all "1"). As a result,
The pattern read from the mask pattern ROM 4 is used as drawing mask information via an AND circuit 5 via a signal line 38.
Sent to

【0039】以上のようにして、転送される各ワードに
対して夫々ワード単位でクリッピング・マスク情報と描
画マスク情報が生成され、AND回路5において対応す
るビット同志のAND演算が行なわれる。AND演算の
結果その出力が“1”となったビットが第3図の斜線内
のビットであり、そのビットに対応する転送元データの
ビットのみがメモリ・データ演算回路によって転送先の
データと置換される。すなわち、メモリ・データ演算回
路6では、データ・バス40を介して入力した転送元デ
ータと転送先データを、AND回路5から信号線39を
介して印加される最終的なマスク・データをもとに処理
してデータ・バス40に出力する。本実施例では、マス
ク・データ16ビットのうち、“1”であるビット位置
についてのも、転送元データを転送先データに置き換え
るようにしている。この結果、第3図の斜線部のみのデ
ータを書き換えることができる。
As described above, clipping mask information and drawing mask information are generated word by word for each word to be transferred, and the AND operation of the corresponding bits is performed in the AND circuit 5. The bit whose output becomes "1" as a result of the AND operation is the bit in the shaded area in FIG. 3, and only the bit of the transfer source data corresponding to that bit is replaced with the transfer destination data by the memory / data operation circuit. To be done. That is, in the memory / data operation circuit 6, the transfer source data and the transfer destination data input via the data bus 40 are obtained based on the final mask data applied from the AND circuit 5 via the signal line 39. And output to the data bus 40. In the present embodiment, the transfer source data is replaced with the transfer destination data at the bit position of “1” in the 16 bits of the mask data. As a result, it is possible to rewrite only the data in the hatched portions in FIG.

【0040】以上により、ワード単位で描画を行う際の
クリッピングが高速かつ容易に実現できるのである。
As described above, clipping when drawing in word units can be realized at high speed and easily.

【0041】実施例2 次に本発明の第2の実施例について図面を参照して説明
する。
Embodiment 2 Next, a second embodiment of the present invention will be described with reference to the drawings.

【0042】いままでの説明では、描画許可領域はクリ
ッピング・レクタングルの内側を指していたが、第2の
実施例はクリッピング・レクタングルの外側を描画許可
領域に指定するものである。
In the above description, the drawing permitted area points to the inside of the clipping rectangle, but the second embodiment specifies the outside of the clipping rectangle as the drawing permitted area.

【0043】第2図は第2の実施例の図形処理装置の主
要なブロックを示す図である。第2図は、第1図とほぼ
同じであるが、クリッピング・マスク・レジスタの入力
が2系統になっており、データ・バス38のマスク・デ
ータをそのまま入力するか、反転回路52で反転して入
力するかを選択するマルチプレクサ50と、その選択信
号51が追加されている。
FIG. 2 is a diagram showing the main blocks of the graphic processing apparatus of the second embodiment. 2 is almost the same as FIG. 1 except that the clipping mask register has two inputs, and the mask data of the data bus 38 is input as it is or inverted by the inversion circuit 52. A multiplexer 50 for selecting whether or not to input the signal and its selection signal 51 are added.

【0044】動作は、ほぼ第1の実施例と同じであり、
描画許可領域をモード指定の選択信号51で切り換える
ことによって、反転回路52の出力をクリッピング・マ
スク情報とすれば、第3図のクリッピング・レクタング
ルの外側が描画許可領域となる。
The operation is almost the same as in the first embodiment.
If the output of the inversion circuit 52 is used as clipping mask information by switching the drawing permission area with the selection signal 51 for mode designation, the outside of the clipping rectangle of FIG. 3 becomes the drawing permission area.

【0045】[0045]

【発明の効果】以上の説明で明らかなように、クリッピ
ングのためのマスク・データを本来の描画マスクと独立
に生成することにより、ワード単位での高速描画を実現
することができる。又、描画不可領域と描画許可領域の
指定も簡単であり、クリッピング・レクタングルの内側
/外側いずれをも描画許可領域とすることができる。
As is apparent from the above description, high-speed writing in word units can be realized by generating mask data for clipping independently of the original drawing mask. In addition, it is easy to specify the non-drawable area and the drawing permitted area, and the inside / outside of the clipping rectangle can be set as the drawing permitted area.

【0046】なお、実施例では、描画機能としてデータ
転送機能をとりあげて説明したが、本発明の主旨は描画
の種類には制限されないものである。また、直線や円等
ドット単位の描画については、第6図で示したような、
クリッピング座標値の下4ビットの補正をしないような
選択回路を設ければ、他はワード描画の場合と全く同じ
動作でクリッピングを実現できることは明白である。さ
らに、クリッピング・マスク情報と描画マスク情報とを
別々のROMで生成するようにしてもよい。
In the embodiment, the data transfer function has been described as the drawing function. However, the gist of the present invention is not limited to the type of drawing. Also, for drawing in units of dots such as straight lines and circles, as shown in FIG.
Obviously, if a selecting circuit that does not correct the lower 4 bits of the clipping coordinate value is provided, the clipping can be realized by the same operation as that of the word drawing. Further, clipping mask information and drawing mask information may be generated in separate ROMs.

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

【図1】本発明の第1の実施例を示すブロック図。FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】本発明の第2の実施例を示すブロック図。FIG. 2 is a block diagram showing a second embodiment of the present invention.

【図3】クリッピング・レクタングルとデータ転送領域
を示す図。
FIG. 3 is a diagram showing a clipping rectangle and a data transfer area.

【図4】マスク情報の生成条件を示す図。FIG. 4 is a diagram showing a mask information generation condition.

【図5】描画マスク情報の生成条件を示す図。FIG. 5 is a diagram showing conditions for generating drawing mask information.

【図6】クリッピング比較回路2のブロック図。FIG. 6 is a block diagram of a clipping comparison circuit 2.

【符号の説明】[Explanation of symbols]

1 描画マスク演算回路 2 クリッピング比較回路 3 XY座標演算回路 4 マスク・パターンROM 5 AND回路 6 メモリ・データ演算回路 7 クリッピング・マスク・レジスタ 8,9 マルチプレクサ 10〜13 4ビットのパラメータ・レジスタ 14 選択制御回路 30〜34 制御信号線 35〜40 データ・バス 50 マルチプレクサ 51 選択信号 DESCRIPTION OF SYMBOLS 1 Drawing mask arithmetic circuit 2 Clipping comparison circuit 3 XY coordinate arithmetic circuit 4 Mask pattern ROM 5 AND circuit 6 Memory data arithmetic circuit 7 Clipping mask register 8, 9 Multiplexer 10 to 13 4-bit parameter register 14 Selection control Circuit 30-34 Control signal line 35-40 Data bus 50 Multiplexer 51 Selection signal

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 メモリ上の各ビットにXY座標を定義
し、前記メモリ上にワード単位で描画を行う図形処理装
置において、描画対象部分に含まれる各ワードのワード
アドレスを逐次発生する座標演算手段と、XY座標上に
(X1 ,Y1 )で示される第1の点と(X2 ,Y2 )で
示される第2の点(但し、X1 ≦X2 ,Y1 ≦Y2 )を
対角線の端点とする矩形領域を定義し、前記第1の点を
有するワードのワードアドレスおよび前記第2の点を有
するワードのワードアドレスを前記座標演算手段から発
生された描画すべきワードのワードアドレスと比較する
ことにより前記描画すべきワードが前記矩形領域の内か
外かあるいは前記矩形領域の境界を含んでいるかを判定
する比較手段と、前記比較手段からの比較結果によっ
て、前記描画すべきワードの中のどのビットに対し処理
を行うかを指定する第1のマスク情報を生成する第1の
マスク生成手段と、前記描画すべきワードの前記描画対
象部分における位置に応じて前記描画すべきワードの中
のどのビットに対し処理を行うかを指定する第2のマス
ク情報を生成する第2のマスク生成手段と、前記描画す
べきワードの中の前記第1および第2のマスク情報の両
方により指定されたビットに対し描画処理を行う手段と
を備え、前記第1および第2のマスク情報は、マスクパ
ターンROMを用いて生成される図形処理装置。
1. A graphic processing apparatus for defining XY coordinates for each bit on a memory and performing drawing in units of words on the memory, wherein a coordinate calculation means for sequentially generating a word address of each word included in a portion to be drawn. And a first point indicated by (X 1 , Y 1 ) and a second point indicated by (X 2 , Y 2 ) on the XY coordinates (where X 1 ≦ X 2 , Y 1 ≦ Y 2 ) Is defined as a diagonal end point, and the word address of the word having the first point and the word address of the word having the second point are the words of the word to be drawn generated by the coordinate calculation means. Comparing means for determining whether the word to be drawn is inside or outside the rectangular area or including a boundary of the rectangular area by comparing with an address; and comparing the word to be drawn with the result of the comparison. Wah First mask generating means for generating first mask information for designating which bit in the word is to be processed, and the image to be drawn according to the position of the word to be drawn in the drawing target portion A second mask generating means for generating second mask information for specifying which bit in the word is to be processed; and both the first and second mask information in the word to be drawn. Means for performing a drawing process on bits designated by (1), wherein the first and second mask information are generated using a mask pattern ROM.
JP10505395A 1995-04-28 1995-04-28 Graphic processing unit Expired - Fee Related JP2606176B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10505395A JP2606176B2 (en) 1995-04-28 1995-04-28 Graphic processing unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10505395A JP2606176B2 (en) 1995-04-28 1995-04-28 Graphic processing unit

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP62031023A Division JP2541539B2 (en) 1987-02-13 1987-02-13 Graphic processing device

Publications (2)

Publication Number Publication Date
JPH0869537A true JPH0869537A (en) 1996-03-12
JP2606176B2 JP2606176B2 (en) 1997-04-30

Family

ID=14397252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10505395A Expired - Fee Related JP2606176B2 (en) 1995-04-28 1995-04-28 Graphic processing unit

Country Status (1)

Country Link
JP (1) JP2606176B2 (en)

Also Published As

Publication number Publication date
JP2606176B2 (en) 1997-04-30

Similar Documents

Publication Publication Date Title
JP2541539B2 (en) Graphic processing device
JP3191159B2 (en) Apparatus for processing graphic information
US5020002A (en) Method and apparatus for decomposing a quadrilateral figure for display and manipulation by a computer system
US5157764A (en) Apparatus and method for using a test window in a graphics subsystem which incorporates hardware to perform clipping of images
JP2606176B2 (en) Graphic processing unit
JP2836617B2 (en) Rendering processor
JPH06314091A (en) Method and circuit for contour painting out
JPH06180566A (en) Drawing controller
JP2804028B2 (en) Rendering processor
JP2748787B2 (en) Curve generator
JP3106246B2 (en) Image processing device
JPH0486961A (en) Device and method for generating paint-out pattern
KR100195199B1 (en) Graphic controller using meta align mode destination addressing circuit
KR100324755B1 (en) Clipping apparatus and method for graphic processor
JP2782904B2 (en) Polygon fill method
JPH05257450A (en) Character generation device
JPH0594365A (en) Pattern drawing system
JP2835056B2 (en) High quality character pattern generation method
JP2787487B2 (en) Circuit for determining the position of a line segment displayed and operated on a computer system
JP3347042B2 (en) Image processing device
JPS625291A (en) Slant character generation system
JPH10334250A (en) Anti-alias processor and image processing unit
JPH0769970B2 (en) Graphic clip method and apparatus
JPS61124985A (en) Bit map memory control system
JPS6169094A (en) Graphic processing method and apparatus

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19961210

LAPS Cancellation because of no payment of annual fees