JP2000259845A - Method and device for plotting polygon - Google Patents

Method and device for plotting polygon

Info

Publication number
JP2000259845A
JP2000259845A JP2000000906A JP2000000906A JP2000259845A JP 2000259845 A JP2000259845 A JP 2000259845A JP 2000000906 A JP2000000906 A JP 2000000906A JP 2000000906 A JP2000000906 A JP 2000000906A JP 2000259845 A JP2000259845 A JP 2000259845A
Authority
JP
Japan
Prior art keywords
information
polygon
outer frame
mask
processing
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
JP2000000906A
Other languages
Japanese (ja)
Inventor
Osamu Okamoto
理 岡本
Akisuke Shigenaga
哲資 重永
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2000000906A priority Critical patent/JP2000259845A/en
Publication of JP2000259845A publication Critical patent/JP2000259845A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To obtain a satisfactory display result without increasing the processing burden by executing the parallel exclusive OR processing for every unit value against a fixed quantity of outer frame information showing an outline and generating the mask information for the inside of the outline and plotting a polygon by means of the mask information. SOLUTION: An outer frame information generation part 102 generates the outer frame information from the outline coordinate information that is stored in an outline coordinate information store part 101 and stores the outer frame information in a control plane 103. Then a mask information generation part 104 reads out the outer frame information every fixed quantity and executes the parallel exclusive OR processing for every unit value to a fixed quantity of outer frame information showing an outline via a sequencer 105 to generate the mask information with which the inside of the outer frame information is painted out. A segment generation part 106 writes the data at a position corresponding to the mask information on a plotting plane 106 and plots a polygon.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は多角形描画方法、お
よび多角形描画装置に関し、特に、多角形の輪郭線を示
す情報を用いて、上記輪郭線の内部が着色された多角形
を描画する多角形描画方法、および多角形描画装置に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a polygon drawing method and a polygon drawing apparatus, and more particularly, to drawing a polygon in which the inside of the outline is colored using information indicating the outline of the polygon. The present invention relates to a polygon drawing method and a polygon drawing device.

【0002】[0002]

【従来の技術】プリンタ等に文字を出力する際、各文字
を点(ドット)の集合で表現するフォントであるビット
マップフォントは、画面に高速に表示できるというメリ
ットがあるためコンピュータシステム等において一般的
に使用されてきた。しかし、ビットマップフォントで
は、文字を構成するドットの数が決まっているため、文
字を拡大するとドットも大きくなり、ジャギーと呼ばれ
る階段状のギザギザが目立つようになるという欠点があ
る。そこで、近年アウトラインフォントが普及してきて
いる。アウトラインフォントは、文字を多角形として扱
い、多角形の輪郭線(アウトライン)として表現したフ
ォントデータであり、文字の形状である多角形を指定す
る代表点の座標と、代表点同士をどのような曲線、又は
直線で結ぶかを示すデータとからなるものである。アウ
トラインフォントを用いると、大きな文字を印刷した時
にもジャギーが現れない美しい印字が得られ、しかも任
意の大きさの文字を印刷可能であるというメリットがあ
る。アウトラインフォントは、プリンタやワープロ専用
機への搭載により普及し、最近ではパソコン等の画面表
示においてもアウトラインフォントの使用が増加してい
る。
2. Description of the Related Art When a character is output to a printer or the like, a bitmap font, which is a font for expressing each character by a set of dots (dots), has the advantage that it can be displayed on a screen at high speed. It has been used regularly. However, the bitmap font has a drawback that the number of dots constituting the character is fixed, so that when the character is enlarged, the dot becomes larger, and a step-like jagged edge called jaggy becomes noticeable. Accordingly, outline fonts have become popular in recent years. An outline font is font data that treats a character as a polygon and expresses it as a polygon outline (outline). The outline font specifies the coordinates of the representative points that specify the polygon that is the shape of the character and the type of the representative points. And data indicating whether they are connected by a curve or a straight line. The use of the outline font is advantageous in that beautiful prints can be obtained in which no jaggies appear when large characters are printed, and that characters of any size can be printed. Outline fonts have become widespread by being installed in printers and word processor-dedicated machines. Recently, outline fonts have been increasingly used in screen displays of personal computers and the like.

【0003】アウトラインフォントを用いる場合には、
一般に、代表点となるいくつかの点の座標位置をデータ
として保持し、印刷や画面表示に際して各代表点を通っ
て、文字等を構成する多角形の輪郭線を算出し、その輪
郭線の内側を塗りつぶすという手順で処理がなされる。
従って、大きさの異なる文字を印刷する場合は、基本と
なるフォントに基づいて計算により拡大・縮小したフォ
ントを用いることが可能であり、このためビットマップ
フォント等のドットフォントのように、文字の大きさご
とに別々のフォントデータを持つ必要がない点もアウト
ラインフォントを使用する上でのメリットとなってい
る。
When using an outline font,
In general, coordinate positions of some representative points are held as data, and a polygonal outline constituting a character or the like is calculated through each representative point during printing or screen display, and the inside of the outline is calculated. Is performed in the procedure of painting the.
Therefore, when printing characters having different sizes, it is possible to use a font that is enlarged or reduced by calculation based on the basic font. For this reason, it is possible to use a character font such as a dot font such as a bitmap font. The fact that there is no need to have separate font data for each size is also an advantage in using outline fonts.

【0004】この輪郭線の中を塗り潰す方法としては、
スキャンコンバージョン法とシードペイント法が代表的
な手法として挙げられる。スキャンコンバージョン法
は、与えられた多角形を構成する各辺に着目し、水平方
向の各走査線と各辺との交点をもとめ、その間を着色し
ていくものである(中前著、3次元コンピュータグラフ
ィックス: 昭晃堂、p117-120)。
[0004] As a method for filling the inside of the contour line,
The scan conversion method and the seed paint method are typical methods. The scan conversion method focuses on each side constituting a given polygon, finds the intersection between each horizontal scanning line and each side, and colors the space between them (Middle previous work, 3D). Computer graphics: Shokodo, p117-120).

【0005】また、シードペイント法は、輪郭線の内部
において、塗りつぶしの開始点(シード) として指定し
た一単位(1ピクセル)をまず塗り、その開始点である
シードピクセルの周囲から塗り潰すべきピクセルを探
し、見いだしたならばそのピクセルを新たなシードとし
て同様の処理を繰り返すものであって、繰り返しにより
新たなシードとなるピクセルがなくなった時点で塗りつ
ぶしが完了するものとなる(特開昭62-83790号公報、特
開昭62-192878 号公報)。
[0005] In the seed painting method, one unit (one pixel) designated as a starting point (seed) of painting is first painted inside a contour line, and pixels to be painted from around the seed pixel which is the starting point. The same process is repeated with the pixel as a new seed if found, and the filling is completed when there is no more pixel serving as a new seed by the repetition (Japanese Patent Laid-Open No. Sho 62-62). 83790, JP-A-62-192878).

【0006】これら代表的な手法を改良した方法とし
て、特開平1-296389号公報および特開平3-116288号公報
に開示された方法がある。これらは、文字等の輪郭線を
示す情報を、制御プレーン内に格納し、これをもとにそ
の内部の点を着色するものである。特開平1-296389号公
報に開示された方法は、後述するシードペイント法にお
ける開始点決定の困難さを回避することを図るものであ
り、この方法では、制御プレーンに対する格納の際に、
その輪郭線を示す情報に対応する線分、又は曲線を発生
させて格納する。そして、発生させた線分等が、水平方
向の走査線に対して、左側(線分等のカウント値が奇数
となる) に位置するものか、右側(線分等のカウント値
が偶数となる)に位置するものかを判断し、当該判断の
結果を示す制御データを生成し、これにより、水平方向
に走査をして制御データに従って塗りつぶしを行うこと
により、開始点の決定の処理を不要にできるものであ
る。
As a method of improving these representative methods, there are methods disclosed in Japanese Patent Application Laid-Open Nos. 1-296389 and 3-116288. In these, information indicating contour lines of characters and the like is stored in the control plane, and based on this information, points inside the control plane are colored. The method disclosed in Japanese Patent Application Laid-Open No. 1-296389 aims to avoid the difficulty of determining the starting point in the seed paint method described below, and in this method, when storing in the control plane,
A line segment or a curve corresponding to the information indicating the contour is generated and stored. Then, the generated line segment or the like is located on the left side (the count value of the line segment or the like becomes an odd number) or the right side (the count value of the line segment or the like becomes an even number) with respect to the horizontal scanning line. ) Is determined, and control data indicating the result of the determination is generated, thereby performing scanning in the horizontal direction and painting in accordance with the control data, thereby eliminating the need for the process of determining the start point. You can do it.

【0007】また、特開平3-116288号公報に開示された
方法は、従来の技術による代表的な手法よりも処理負担
を軽減することを図るものであり、塗りつぶし開始デー
タと塗り潰し終了データとに対して減算処理を行うこと
によって、塗りつぶしを指定する塗りつぶしデータを得
るものである。これにより処理が単純化され、処理負担
が軽減されることとなる。
Further, the method disclosed in Japanese Patent Application Laid-Open No. 3-116288 aims to reduce the processing load as compared with a typical method according to the prior art. On the other hand, by performing subtraction processing, fill data specifying fill is obtained. This simplifies the processing and reduces the processing load.

【0008】さらに、従来の技術による塗りつぶしの手
法の他の例として、日立製作所、HD64412 仕様書に示さ
れる方法がある。これによれば、輪郭線を示す情報に基
づいて、これに対して、基準線(左端) から制御プレー
ンに対するEXOR(排他的論理和)処理を行うことで
塗りつぶし情報を生成し、この情報をもとに、その内部
の点を着色することにより、処理の単純化を図るもので
ある。
Further, as another example of a painting technique according to the prior art, there is a method described in the specification of HD64412 by Hitachi, Ltd. According to this, on the basis of the information indicating the contour line, an EXOR (exclusive OR) process is performed on the control plane from the reference line (left end), thereby generating fill information. In addition, the processing is simplified by coloring the internal points.

【0009】以上のように、従来の技術によるアウトラ
インフォントの使用と、そのための塗りつぶしの方法と
について説明したが、近年発展が著しいカーナビゲーシ
ョンシステムの分野においても、同様にアウトラインフ
ォントを使用して高品質の文字を表示することができ
る。また、カーナビゲーションシステムでは、地図情報
等の図形を表示する際にも、建造物や自然物(川、池
等)等を多角形として取扱い、アウトラインフォントと
同様にして輪郭線を示すデータに基づいて塗りつぶしの
処理を行うことにより、各種の縮尺に応じて地図情報を
表示することが行われている。図10は、カーナビゲー
ションシステムの表示における多角形処理を示す図であ
る。同図(a) は、文字“A”を表示するための輪郭線情
報、同図(b)は同図(a) の輪郭線情報の内側を塗りつぶ
して得られる文字を示している。また、文字と同様に、
同図(c) に示す図形の輪郭線情報に基づいて、同図(d)
の図形が得られるものとなる。
As described above, the use of the outline font according to the conventional technology and the method of filling the outline font have been described. However, in the field of car navigation systems, which have been remarkably developed in recent years, the use of the outline font is also high. Quality characters can be displayed. In addition, the car navigation system treats buildings and natural objects (rivers, ponds, and the like) as polygons when displaying figures such as map information, and uses contour data in the same manner as outline fonts. Displaying map information according to various scales is performed by performing a filling process. FIG. 10 is a diagram showing polygon processing in display of the car navigation system. FIG. 11A shows outline information for displaying the character "A", and FIG. 10B shows a character obtained by painting the inside of the outline information of FIG. Also, like letters,
Based on the contour information of the figure shown in FIG.
Is obtained.

【0010】[0010]

【発明が解決しようとする課題】従来の多角形描画方法
は以上のように構成されており、文字サイズ毎にフォン
トや図形パターンを用意する必要がなく、文字や図形を
拡大しても輪郭がなめらかに表示できる描画を行うこと
ができる。しかしながら、前述の代表的な手法であるス
キャンコンバージョン法による場合は、辺を構成する座
標データのソーティングのための処理負担が大きいた
め、図形の大きさよりも辺の数によって処理時間が決定
されることとなり、多数の辺で構成される文字の処理に
は当該文字が比較的小さな図形である場合においても、
処理時間を要することとなってしまう点が問題である。
さらに、輪郭線には曲線を用いることができず、直線を
もって近似的に曲線を表現することを要するので、高品
質の文字等を表現したい場合には、多数の直線を用いる
ことが必要となるため、ますます辺の数が増加し、処理
時間の増大につながることとなる。
The conventional polygon drawing method is configured as described above, and there is no need to prepare a font or figure pattern for each character size. A drawing that can be displayed smoothly can be performed. However, in the case of the above-described scan conversion method, which is a typical method, the processing time for sorting the coordinate data constituting the sides is large, so that the processing time is determined by the number of sides rather than the size of the figure. In the processing of a character composed of many sides, even if the character is a relatively small figure,
The problem is that processing time is required.
Furthermore, since a curve cannot be used for a contour line and it is necessary to approximately represent a curve with a straight line, it is necessary to use a large number of straight lines when expressing high-quality characters and the like. Therefore, the number of sides is further increased, which leads to an increase in processing time.

【0011】また、やはり代表的な手法であるシードペ
イント法による場合は、開始点とするシードピクセルの
決定が困難な場合が生じる点が問題となっていた。即
ち、シードペイント法のアルゴリズムでは、本来一文字
を表す図形は一つの多角形として扱われ、一つの連続し
た領域となるものであり、一つの図形(文字等)に対し
て一つのシードピクセルを決定すれば処理し得るものと
している。しかし、一つの図形(文字等)がくびれた部
分を有する場合、当該図形を縮小することによって、元
々連続していた領域が、複数の領域に分割されてしまう
ことがある。シードペイント法においては、輪郭線に囲
まれた領域が複数存在するならば複数のシードピクセル
を指定する必要があり、上記のような場合に一つの領域
から分かれて生じた小領域が塗り残されないようにする
ためには、複数のシードピクセルを指定しなければなら
ないこととなる。従って、一つの文字に対して一つのシ
ードピクセルを選択する比較的単純なアルゴリズムに従
って処理をすることができず、適切に処理するためには
手順が複雑化してしまう点が問題となっていた。
In the case of the seed painting method, which is also a typical technique, there is a problem in that it may be difficult to determine a seed pixel as a starting point. In other words, in the algorithm of the seed paint method, a figure that originally represents one character is treated as one polygon and becomes one continuous area, and one seed pixel is determined for one figure (character or the like). If it can be processed. However, when one graphic (character or the like) has a constricted portion, an area that was originally continuous may be divided into a plurality of areas by reducing the graphic. In the seed painting method, if there are a plurality of areas surrounded by the contour line, it is necessary to specify a plurality of seed pixels, and in the above case, small areas generated from one area are not left unpainted In order to do so, a plurality of seed pixels must be specified. Therefore, processing cannot be performed according to a relatively simple algorithm for selecting one seed pixel for one character, and the procedure becomes complicated for proper processing.

【0012】そして、これらの問題点を解決するものと
して、特開平1-296389号公報に開示された方法が既に提
案されているが、この方法では、前述のような制御デー
タ生成のための判断を実行しつつ線分等を発生させ、制
御プレーンへの格納を実行するものとなるため、線分等
の発生と格納とに際しての処理負担が大きなものとなる
点が問題となっていた。また、処理負担の軽減を図る特
開平3-116288号公報に開示された方法に従う場合は、以
下のような問題点が生じる。図11、および図12は、
この方法における処理と問題点とを説明するための図で
ある。
As a method for solving these problems, a method disclosed in Japanese Patent Application Laid-Open No. 1-296389 has already been proposed. In this method, a determination for generating control data as described above is performed. Is executed, and a line segment or the like is generated and stored in the control plane. Therefore, there is a problem that a processing load for generating and storing the line segment or the like becomes large. In addition, when the method disclosed in Japanese Patent Application Laid-Open No. 3-116288 for reducing the processing load is followed, the following problems occur. FIG. 11 and FIG.
It is a figure for explaining processing in this method and a problem.

【0013】図11(a) は、文字“A”を表示するため
の輪郭線情報を、同図(b) は同図(a) の輪郭線情報の内
側を塗りつぶして得られるべき文字を示している。前述
のように、この方法では、図11(a) に示す輪郭線情報
に基づいて、これを水平方向に走査することにより、走
査線上において塗りつぶしを開始する位置を示す奇数側
のデータ(塗りつぶし開始データ)と、塗りつぶしを終
了する位置を示す偶数側のデータ(塗りつぶし終了デー
タ)とを生成し、これらを演算処理することにより、塗
りつぶすべき位置を示す塗りつぶしデータを得るもので
ある。この図11(a)において、“■”は隣接する
“■”同士を結んで得られる線が描画すべき図形の輪郭
線を示しており、図11(b) において、“■”はその集
合によって塗りつぶすべき領域を示している。
FIG. 11A shows outline information for displaying the character "A", and FIG. 11B shows a character to be obtained by painting the inside of the outline information of FIG. ing. As described above, in this method, based on the contour information shown in FIG. 11 (a), by scanning this in the horizontal direction, the data on the odd-numbered side indicating the position where the painting is started on the scanning line (the painting start) Data) and even-numbered data (filling end data) indicating the position where the filling is to be completed, and by performing arithmetic processing on these data, the filling data indicating the position to be filled is obtained. In FIG. 11 (a), “て” indicates a contour line of a figure to be drawn in which a line obtained by connecting adjacent “同 士” to each other, and in FIG. Indicates an area to be filled.

【0014】図12は、この方法における演算処理を説
明するための図である。図12(a)は図11(c) に示す
走査線1101に対する処理を、図12(b) は図11
(c) に示す走査線1102に対する処理を示す。図12
(a) において、1201は16個のピクセルを含む走査
線を示すものであり、これは図11(c) に示す1103
と同じものである。図12(a) に示す1202は走査線
1101上における塗りつぶし開始位置を示す奇数側デ
ータを、1203は走査線1101上における塗りつぶ
し終了位置を示す偶数側データを、1204は演算処理
によって得られる塗りつぶしデータを、そして1205
は塗りつぶしデータ1204に従って得られる一水平走
査線分の表示結果を、それぞれ示すものである。
FIG. 12 is a diagram for explaining the arithmetic processing in this method. FIG. 12A shows the processing for the scanning line 1101 shown in FIG. 11C, and FIG.
The processing for the scanning line 1102 shown in FIG. FIG.
In FIG. 11A, reference numeral 1201 denotes a scanning line including 16 pixels, which corresponds to 1103 shown in FIG.
Is the same as In FIG. 12A, reference numeral 1202 denotes odd-numbered data indicating a filling start position on the scanning line 1101, reference numeral 1203 denotes even-numbered data indicating a filling end position on the scanning line 1101, and reference numeral 1204 denotes filled data obtained by arithmetic processing. And 1205
Indicates display results of one horizontal scanning line obtained according to the fill data 1204.

【0015】奇数側データ1202は、走査線1201
に含まれるピクセルのうち、塗りつぶし開始位置となる
ものに対応するビットのみが値「1」であり、他のビッ
トは全て値が「0」となっている16ビットのデータで
ある。偶数側データ1203は、走査線1201に含ま
れるピクセルのうち、塗りつぶし終了位置となるものに
対応するビットのみが値「1」であり、他のビットは全
て値が「0」となっている16ビットのデータである。
ここでそれぞれのデータが16ビットのデータとなって
いるのは、輪郭線情報における解像度が16×16(図
11(a) 参照)であり、水平方向の走査線上のピクセル
数が16であることに対応したものである。
The odd-numbered data 1202 includes a scanning line 1201
Are only 16-bit data whose value is "1" and only the bit corresponding to the pixel which is the filling start position is the value "1". In the even-numbered data 1203, among the pixels included in the scanning line 1201, only the bit corresponding to the pixel at the painting end position has the value “1”, and all the other bits have the value “0”. Bit data.
Here, each data is 16-bit data because the resolution of the outline information is 16 × 16 (see FIG. 11A) and the number of pixels on the horizontal scanning line is 16. It corresponds to.

【0016】前述のように、この方法によれば、奇数側
データと偶数側データとの減算処理によって塗りつぶし
データが得られる。同図(a) に示すように、走査線11
01に対する処理では、奇数側データ1202と偶数側
データ1203との減算処理によって塗りつぶしデータ
1204が得られる。この塗りつぶしデータ1204中
における値「1」のビットに対応するピクセルを塗りつ
ぶして得られる一水平走査線分の表示結果は1205と
なる。1201と1205とを比較すると、塗りつぶさ
れるべき領域の左端のピクセルについては、塗りつぶし
が行われず、欠落が生じており、この部分ではフォント
の幅が狭くなってしまう。
As described above, according to this method, solid data is obtained by subtraction processing of odd-numbered data and even-numbered data. As shown in FIG.
In the process for 01, the fill data 1204 is obtained by subtraction processing of the odd-numbered data 1202 and the even-numbered data 1203. The display result for one horizontal scanning line obtained by filling the pixel corresponding to the bit of the value “1” in the fill data 1204 is 1205. Comparing 1201 and 1205, the leftmost pixel of the area to be filled is not filled, and is missing, and the font width is reduced in this portion.

【0017】図12(b) は同図(a) と同様の処理を示し
ている。走査線1206(図11(c) の1104と同
じ)から、奇数側データ1207と偶数側データ120
8とが得られ、これらを減算処理することで塗りつぶし
データ1209が得られるものであり、塗りつぶしデー
タ1209に対応する表示結果は1210である。12
06と1210とを比較すると、やはり塗りつぶされる
べき領域の左端のピクセルについては、塗りつぶしが行
われず、欠落が生じており、この部分ではフォントの幅
が狭くなってしまう。
FIG. 12B shows the same processing as in FIG. From the scanning line 1206 (the same as 1104 in FIG. 11C), the odd-numbered data 1207 and the even-numbered data 120
8 are obtained, and the subtraction processing is performed on them to obtain fill data 1209. The display result corresponding to the fill data 1209 is 1210. 12
Comparing 06 with 1210, the leftmost pixel of the area to be filled is not filled, but is missing, and the width of the font is reduced in this portion.

【0018】このように、この方法によれば単純な減算
処理によって塗りつぶしデータが得られるので、処理負
担を軽減することは可能となるが、着色すべきデータに
欠落が生じる点が問題となる。即ち、この方法に従った
処理により得られる表示結果は、例えば、図11(d) に
示すものとなり、本来表示されるべき同図(b) とは異な
る,細い字体のものとなっている。このような問題点に
は、同図(a) に示す輪郭線情報を用いて、着色されなか
った輪郭線を含む全ての輪郭線を再度描画するように塗
りつぶしデータを補正する処理を行うことで対応が可能
とはなるが、かかる輪郭線の描画のし直しという処理を
塗りつぶしデータの生成後に行うことで、本来期待でき
る,処理負担の軽減効果が損なわれることとなる。
As described above, according to this method, solid data can be obtained by simple subtraction processing, so that the processing load can be reduced. However, there is a problem in that data to be colored is missing. That is, the display result obtained by the processing according to this method is, for example, as shown in FIG. 11D, and has a thin font different from that of FIG. 11B which should be displayed. To solve such a problem, a process of correcting the fill data so that all the contour lines including the uncolored contour lines are drawn again using the contour information shown in FIG. Although it is possible to cope with this, the effect of reducing the processing load, which can be expected originally, is impaired by performing the process of redrawing the outline after the generation of the fill data.

【0019】また、やはり処理負担の軽減を図る仕様書
HD64412 に示される方法に従う場合は、以下のような問
題点が生じる。図13は、この方法における処理と問題
点とを説明するための図である。同図(a) は、この方法
において用いられる、制御プレーンに格納された輪郭線
情報を示す図、同図(b) は、同図(a) の輪郭線情報に従
って得られるべき表示結果を示すものである。また、同
図(c) 〜(f) は、この方法における処理手順を説明する
ための図である。
Also, a specification for reducing the processing load
When the method described in HD64412 is followed, the following problems occur. FIG. 13 is a diagram for explaining processing and problems in this method. FIG. 2A shows the outline information stored in the control plane used in this method, and FIG. 2B shows the display result to be obtained according to the outline information of FIG. Things. FIGS. 3C to 3F are diagrams for explaining the processing procedure in this method.

【0020】同図(c)に示す1301は、同図(a) の輪
郭線情報の一部をなす線分情報である。この方法では、
水平方向に左→右(図示する走査方向)の走査を行い、
線分情報(輪郭線情報)に基づいて、左から順に塗りつ
ぶしを行うが、その際、前回の処理において「塗り」が
実行された単位(すなわち、ピクセル)に対しては「塗
り」を消去するものである。これはEXOR処理を実行
することで行われる。
Reference numeral 1301 shown in FIG. 3C denotes line segment information which forms a part of the contour information shown in FIG. in this way,
Scan horizontally from left to right (scan direction shown),
Filling is performed in order from the left based on line segment information (contour line information). At this time, “painting” is erased from the unit (ie, pixel) where “painting” was performed in the previous processing. Things. This is performed by executing an EXOR process.

【0021】同図(c) に示す手順1において、線分情報
1301に基づく塗りつぶし処理を行う。手順1は初期
状態から行われるものであり、初期状態では「塗り」は
全く実行されていないものとなっているので、手順1で
は同図(c) に示す線分情報1301に基づいて領域13
02(斜線部分)が塗りつぶされる。
In a procedure 1 shown in FIG. 3C, a painting process based on the line segment information 1301 is performed. Procedure 1 is performed from the initial state, and since “painting” is not performed at all in the initial state, the procedure 1 is performed based on the line segment information 1301 shown in FIG.
02 (shaded area) is painted out.

【0022】手順1に続いて、同図(d) に示す手順2が
実行される。手順2は同図(a) の輪郭線情報に含まれる
線分情報1303に対応して行われる。手順2は手順1
の結果得られる状態に対して行われるものとなるので、
同図(c) において塗りがなされた領域1302は、EX
OR処理により「塗り」が消去される。従って、同図
(d) の領域1304、即ち領域1302は「塗り」が行
われない状態となる。又、この手順の実行により、線分
情報1303に対応して、領域1305(斜線部分)が
塗りつぶされる。同様に、後続する手順3では同図(e)
に示すように線分情報1306に対応した塗りつぶし処
理がなされ、手順4では同図(f) に示すように線分情報
1307に対応する塗りつぶし処理が行われて、表示結
果が得られるものとなる。
Subsequent to the procedure 1, a procedure 2 shown in FIG. Step 2 is performed in accordance with the line segment information 1303 included in the outline information of FIG. Procedure 2 is Procedure 1
Is performed on the state obtained as a result of
The area 1302 painted in FIG.
The “paint” is erased by the OR processing. Therefore, the same figure
The region 1304 of FIG. 3D, that is, the region 1302 is in a state where “painting” is not performed. Also, by executing this procedure, the area 1305 (shaded area) is painted out corresponding to the line segment information 1303. Similarly, in the subsequent step 3, FIG.
As shown in (1), the painting process corresponding to the line information 1306 is performed, and in step 4, the painting process corresponding to the line information 1307 is performed as shown in FIG. .

【0023】このように、この方法では単純なEXOR
処理を実行しつつ塗りつぶしが行われるので、処理負担
の軽減が可能となるが、上記のような手順の繰り返しに
おいて、図示する図形の左端の部分に対しては処理が重
複して実行され、一旦「塗り」が行われた後に「塗り」
の消去がされることとなるため、同図(f) に示す結果を
同図(b) と比較して分かるように、本来塗られているべ
き領域が塗られないこととなる。このような問題点に
は、前述の場合と同様に同図(a) に示す輪郭線情報を用
いて、着色されなかった輪郭線を含む全ての輪郭線を再
度描画するように塗りつぶしデータを補正する処理を行
うことで対応が可能とはなるが、かかる輪郭線の描画の
し直しという処理を行うことで、同様に、本来期待でき
る,処理負担の軽減効果が損なわれることとなる。
Thus, in this method, a simple EXOR
Since the filling is performed while the processing is being performed, the processing load can be reduced.However, in the repetition of the above-described procedure, the processing is repeatedly performed on the left end portion of the illustrated graphic, and once executed. "Fill" after "Fill" is done
Is erased, and as can be seen by comparing the result shown in FIG. 11 (f) with the result shown in FIG. 11 (b), the area that should have been painted is not painted. For such a problem, the fill data is corrected so that all the contour lines including the uncolored contour lines are drawn again using the contour information shown in FIG. However, by performing the process of redrawing the outline, the effect of reducing the processing load, which can be originally expected, is similarly impaired.

【0024】また、従来の技術による輪郭線を示す情報
を用いる処理を行う場合には、記憶装置の容量による制
限がある点が問題となっていた。図14はこのような問
題点を説明するための図である。同図において(a) は、
カーナビゲーションシステムの地図情報において表示す
る「川」の輪郭線を示す情報であり、(b) は表示される
図形を示している。ここまでに説明した輪郭線を示す情
報を用いる処理では、いずれも輪郭線情報を格納するに
足るだけの容量を有する記憶装置を用いることを前提と
したものであり、特に、このような地図情報等の表示の
ように、多様な大きさを有する多角形を扱わねばならな
い場合には、十分な容量の記憶装置を備えることとする
ために装置コストが上昇してしまう点が問題となってい
た。
Further, when processing using information indicating a contour line according to the conventional technique is performed, there is a problem in that there is a limitation due to the capacity of the storage device. FIG. 14 is a diagram for explaining such a problem. In the figure, (a)
This is information indicating the outline of the "river" displayed in the map information of the car navigation system, and (b) shows the figure to be displayed. The processing using the information indicating the outline described above is based on the premise that a storage device having a capacity enough to store the outline information is used, and in particular, such map information is used. In the case where polygons having various sizes must be handled, as in the display, etc., there is a problem in that the cost of the device increases because a storage device having a sufficient capacity is provided. .

【0025】さらに、図14に示すような図形において
は、全体は広い領域にわたるものであるが、その中で着
色領域の割合が小さく、しかも着色領域が連続したもの
となっている。このような図形の処理にあたっては、従
来の技術による場合、着色領域と非着色領域とを均等に
処理するものであり、比較的広く、かつ連続した非着色
領域をまとめて処理するようなことがなされていなかっ
たため、全体的に処理の効率が高いとは言えない点も問
題となっていた。
Further, in the figure shown in FIG. 14, although the whole is over a wide area, the ratio of the colored area is small and the colored area is continuous. In the processing of such a figure, in the case of the conventional technology, the colored region and the non-colored region are processed uniformly, and a relatively wide and continuous non-colored region may be collectively processed. However, the efficiency of the processing is not high as a whole, which is a problem.

【0026】このように、従来の技術により、輪郭線を
示す情報を用いて多角形を表示する場合には、処理負担
の軽減と、情報欠落がなく良好な表示結果を得ることと
の両立を図り難い点が問題となっており、また、記憶装
置の容量による制限があり、多様な表示をするためには
装置コストが上昇することとなる点が問題となってい
た。
As described above, when a polygon is displayed by using the information indicating the contour line according to the conventional technique, it is necessary to reduce the processing load and obtain a good display result without any information loss. There is a problem in that it is difficult to plan, and there is a limitation due to the capacity of the storage device, and the cost of the device increases in order to perform various displays.

【0027】本発明は、かかる事情に鑑みてなされたも
のであり、処理負担を大きく増大することなく、良好な
表示結果を得ることができる多角形描画方法を提供する
ことを目的とする。また、本発明は、多大な容量の記憶
装置を用いることなく、効率的に処理を行って多様な表
示をすることが可能である多角形描画方法を提供するこ
とを目的とする。また、本発明は、処理負担を大きく増
大することなく、良好な表示結果を得ることができる多
角形描画方法、および多大な容量の記憶装置を用いるこ
となく、効率的に処理を行って多様な表示をすることが
可能である多角形描画装置を提供することを目的とす
る。
The present invention has been made in view of such circumstances, and an object of the present invention is to provide a polygon drawing method capable of obtaining a good display result without greatly increasing a processing load. Another object of the present invention is to provide a polygon drawing method capable of efficiently performing processing and displaying various displays without using a large-capacity storage device. In addition, the present invention provides a polygon drawing method capable of obtaining a good display result without greatly increasing a processing load, and efficiently performing various processes without using a storage device having a large capacity. An object of the present invention is to provide a polygon drawing device capable of displaying.

【0028】[0028]

【課題を解決するための手段】上記目的を達成するため
に、本発明の請求項1にかかる多角形描画方法は、多角
形の輪郭線を示す外枠情報を用いて、上記輪郭線の内部
が着色された多角形を描画する多角形描画方法におい
て、上記輪郭線を示す外枠情報の一定量に対して、上記
一定量を構成する単位量ごとの排他的論理和処理を並行
的に実行することにより、上記輪郭線の内部に対し着色
を指定する旨の情報であるマスク情報を生成するととも
に、上記生成したマスク情報を用いて、上記多角形の描
画を行うものである。これにより、輪郭線を示す情報に
適切に対応したマスク情報を単純な処理により生成して
描画に用いる。
In order to achieve the above object, a polygon drawing method according to the first aspect of the present invention uses an outer frame information indicating a polygon outline to create a polygon inside the outline. In the polygon drawing method for drawing a colored polygon, an exclusive OR process is performed in parallel for each of a certain amount of the unit amount constituting the certain amount with respect to a certain amount of the outer frame information indicating the outline. By doing so, mask information that is information indicating that coloring is to be performed inside the contour line is generated, and the polygon is drawn using the generated mask information. Thus, the mask information appropriately corresponding to the information indicating the outline is generated by a simple process and used for drawing.

【0029】また、本発明の請求項2にかかる多角形描
画方法は、請求項1記載の多角形描画方法において、上
記マスク情報の生成は、上記排他的論理和処理の他に、
上記輪郭線を示す外枠情報の一定量と、これに対し上記
排他的論理和処理を並行的に実行した結果との論理和処
理を含むようにしたものである。これにより、マスク情
報を生成する過程でその欠落部分を直ちに補正する。
According to a second aspect of the present invention, there is provided a polygon rendering method according to the first aspect, wherein the generation of the mask information is performed in addition to the exclusive OR processing.
The method includes a logical sum process of a fixed amount of the outer frame information indicating the outline and a result of executing the exclusive OR process in parallel with the fixed amount. Thus, the missing portion is immediately corrected in the process of generating the mask information.

【0030】また、本発明の請求項3にかかる多角形描
画方法は、多角形の輪郭線を示す外枠情報を用いて、上
記輪郭線の内部が着色された多角形を描画する多角形描
画方法において、上記輪郭線を示す情報の一定量を用い
て、上記輪郭線の内部に対し着色を指定する旨の情報で
あるマスク情報を生成するとともに、上記マスク情報の
生成状態を、上記情報の一定量を越えて継続すべきか否
かを示す状態情報を生成し、上記生成したマスク情報を
用いて、上記多角形の描画を行い、後続する、上記輪郭
線を示す情報の一定量を用いた、上記マスク情報と上記
状態情報との生成においては、上記輪郭線を示す情報の
一定量とともに、前回のマスク情報と状態情報との生成
における上記状態情報を用いて行うようにしたものであ
る。これにより、一連の輪郭線を示す情報を一定量ずつ
分割して、適切に処理を行う。
According to a third aspect of the present invention, there is provided a polygon drawing method for drawing a polygon in which the outline is colored using outer frame information indicating the outline of the polygon. In the method, using a certain amount of information indicating the outline, generating mask information that is information indicating that coloring is to be performed inside the outline, and generating a state of the mask information based on the information. Generate state information indicating whether to continue beyond a certain amount, use the generated mask information, draw the polygon, and use a certain amount of subsequent information indicating the contour line The generation of the mask information and the state information is performed by using the state information in the previous generation of the mask information and the state information together with a certain amount of the information indicating the contour line. As a result, information indicating a series of contour lines is divided by a fixed amount, and processing is appropriately performed.

【0031】また、本発明の請求項4にかかる多角形描
画方法は、請求項3記載の多角形描画方法において、上
記生成したマスク情報は、上記輪郭線を示す外枠情報の
一定量を用いて生成したマスク情報を、当該外枠情報の
一定量を用いて補正したものである。これにより、マス
ク情報を生成する過程でその欠落部分を直ちに補正され
たマスク情報が得られる。
In the polygon drawing method according to a fourth aspect of the present invention, in the polygon drawing method according to the third aspect, the generated mask information uses a fixed amount of outer frame information indicating the outline. The generated mask information is corrected by using a certain amount of the outer frame information. As a result, in the process of generating the mask information, the mask information in which the missing portion is immediately corrected can be obtained.

【0032】また、本発明の請求項5にかかる多角形描
画装置は、多角形の輪郭線を示す外枠情報を用いて、上
記輪郭線の内部が着色された多角形を描画する多角形描
画装置において、上記多角形を構成する点の座標を示す
座標情報に基づいて、輪郭線を示す情報である外枠情報
を生成する外枠情報生成手段と、上記外枠情報生成手段
が生成した外枠情報の一定量に対して、上記一定量を構
成する単位量ごとの排他的論理和処理を並行的に実行
し、上記輪郭線の内部に対し着色を指定する旨の情報で
あるマスク情報を生成するマスク情報生成手段と、上記
マスク情報生成手段が生成したマスク情報を用いて、上
記多角形の描画を行う線分発生手段とを備えたものであ
る。これにより、輪郭線を示す情報に適切に対応したマ
スク情報を単純な処理により生成して描画に用いる。
A polygon drawing device according to a fifth aspect of the present invention is a polygon drawing device for drawing a polygon having the inside of the outline colored using outer frame information indicating the outline of the polygon. In the apparatus, based on coordinate information indicating coordinates of points constituting the polygon, outer frame information generating means for generating outer frame information which is information indicating a contour line, and an outer frame information generating means for generating the outer frame information generated by the outer frame information generating means. For a certain amount of the frame information, exclusive OR processing is performed in parallel for each unit amount constituting the above-mentioned fixed amount, and mask information which is information indicating designation of coloring inside the outline is obtained. And a line segment generating unit for drawing the polygon using the mask information generated by the mask information generating unit. Thus, the mask information appropriately corresponding to the information indicating the outline is generated by a simple process and used for drawing.

【0033】また、本発明の請求項6にかかる多角形描
画装置は、請求項5記載の多角形描画装置において、上
記マスク情報生成手段は、上記排他的論理和処理の他
に、上記輪郭線を示す外枠情報の一定量と、これに対し
上記排他的論理和処理を並行的に実行した結果との論理
和処理を行うようにしたものである。これにより、マス
ク情報を生成する過程でその欠落部分を直ちに補正す
る。
According to a sixth aspect of the present invention, there is provided a polygon rendering apparatus according to the fifth aspect, wherein said mask information generating means is configured to execute said contour line processing in addition to said exclusive OR processing. And the result of executing the exclusive OR processing in parallel with the fixed amount of outer frame information indicating the logical sum processing is performed. Thus, the missing portion is immediately corrected in the process of generating the mask information.

【0034】また、本発明の請求項7にかかる多角形描
画装置は、多角形の輪郭線を示す外枠情報を用いて、上
記輪郭線の内部が着色された多角形を描画する多角形描
画装置において、上記多角形を構成する点の座標を示す
座標情報に基づいて、輪郭線を示す情報である外枠情報
を生成する外枠情報生成手段と、上記外枠情報生成手段
が生成した外枠情報の一定量を用いて、着色を指定する
情報であるマスク情報を生成するとともに、上記マスク
情報の生成状態を、上記情報の一定量を越えて継続すべ
きか否かを示す状態情報を生成し、当該状態情報が継続
を示す場合は、次に上記外枠情報生成手段が生成する外
枠情報の一定量と、先の処理状態を示す状態情報とを用
いてマスク情報の生成と状態情報の生成を継続するマス
ク情報生成手段と、上記マスク情報生成手段が生成した
マスク情報を用いて、上記多角形の描画を行う線分発生
手段とを備えたものである。これにより、一連の輪郭線
を示す情報を一定量ずつ分割して、適切に処理を行う。
According to a seventh aspect of the present invention, there is provided a polygon drawing device for drawing a polygon having a colored inside of the outline using outer frame information indicating the outline of the polygon. In the apparatus, based on coordinate information indicating coordinates of points constituting the polygon, outer frame information generating means for generating outer frame information which is information indicating a contour line, and an outer frame information generating means for generating the outer frame information generated by the outer frame information generating means. Using a certain amount of frame information, generate mask information that is information for specifying coloring, and generate state information indicating whether the generation state of the mask information should be continued beyond the certain amount of information. When the state information indicates continuation, the generation of mask information and the state information are performed using a certain amount of outer frame information generated by the outer frame information generating means and the state information indicating the previous processing state. Mask information generating means for continuing generation of Using the mask information the mask information generating means has generated, in which a line segment generating means for drawing the polygon. As a result, information indicating a series of contour lines is divided by a fixed amount, and processing is appropriately performed.

【0035】また、本発明の請求項8にかかる多角形描
画装置は、請求項7に記載の多角形描画装置において、
上記マスク情報生成手段が生成したマスク情報は、上記
輪郭線を示す外枠情報の一定量を用いて生成したマスク
情報を、当該外枠情報の一定量を用いて補正するように
したものである。これにより、マスク情報を生成する過
程でその欠落部分を直ちに補正されたマスク情報が得ら
れる。
The polygon drawing apparatus according to claim 8 of the present invention is the polygon drawing apparatus according to claim 7, wherein
The mask information generated by the mask information generating means is configured to correct the mask information generated by using a fixed amount of the outer frame information indicating the contour line by using the fixed amount of the outer frame information. . As a result, in the process of generating the mask information, the mask information in which the missing portion is immediately corrected can be obtained.

【0036】また、本発明の請求項9にかかる多角形描
画装置は、請求項5または7記載の多角形描画装置にお
いて、上記マスク情報生成手段が生成したマスク情報を
一時保持するマスク情報一時保持手段をさらに備え、上
記線分発生手段は、上記マスク情報一時保持手段が保持
するマスク情報を用いて上記描画を行うものである。こ
れにより、マスク情報の生成に至る処理と、該生成した
マスク情報を用いる処理とを並行的に実行する。
According to a ninth aspect of the present invention, there is provided the polygon drawing apparatus according to the fifth or seventh aspect, wherein the mask information generated by the mask information generating means is temporarily stored. Means for performing the drawing using the mask information held by the mask information temporary holding means. As a result, the processing leading to the generation of the mask information and the processing using the generated mask information are executed in parallel.

【0037】[0037]

【発明の実施の形態】実施の形態1.本発明の実施の形
態1による多角形描画装置は、排他的論理和処理を並列
的に行うことで、効率的に描画を行うものである。図1
は、本実施の形態1の多角形描画装置の構成を示すブロ
ック図である。図示するように本実施の形態1の多角形
描画装置は、アウトライン座標情報格納部101、外枠
情報発生部102、制御プレーン103、マスク情報生
成部104、シーケンサ105、線分発生部106、お
よび描画プレーン107を備えたものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 The polygon drawing device according to the first embodiment of the present invention performs drawing efficiently by performing exclusive OR processing in parallel. FIG.
1 is a block diagram illustrating a configuration of a polygon drawing apparatus according to a first embodiment. As shown in the figure, the polygon drawing apparatus according to the first embodiment includes an outline coordinate information storage unit 101, an outer frame information generation unit 102, a control plane 103, a mask information generation unit 104, a sequencer 105, a line segment generation unit 106, The drawing plane 107 is provided.

【0038】アウトライン座標情報格納部101は、本
実施の形態1の多角形描画装置に対する装置入力とし
て、複数の点の座標を示す情報として入力されるアウト
ライン座標情報を格納する。外枠情報発生部102は、
アウトライン座標情報格納部101に格納された、アウ
トライン座標情報に基づいて、表示すべき多角形の輪郭
を示す情報である外枠情報を生成するものであり、多角
形を構成する点の座標を示す座標情報に基づいて、輪郭
線を示す情報である外枠情報を生成する外枠情報発生手
段に相当する。制御プレーン103は、外枠情報発生部
102が生成した外枠情報を保持する。マスク情報生成
部104は、制御プレーン103に保持された外枠情報
を、一定量ずつ取り出して処理することにより、着色を
指示する情報であるマスク情報を生成するものであり、
後述するマスク情報生成手段に相当するものである。シ
ーケンサ105は、マスク情報生成部104における処
理を制御する。線分発生部106は、マスク情報生成部
104が生成したマスク情報に基づいて、着色処理を行
ったデータを描画プレーン107に書き込むものであ
り、マスク情報生成部104が生成したマスク情報を用
いて、上記多角形の描画を行う線分発生手段に相当す
る。描画プレーン107は、表示すべきデータを保持す
る。描画プレーン107に保持されたデータは、本実施
の形態1の多角形描画装置の装置出力として、表示さ
れ、又は印刷等されるものとなる。
The outline coordinate information storage unit 101 stores outline coordinate information input as information indicating the coordinates of a plurality of points as a device input to the polygon drawing device of the first embodiment. The outer frame information generation unit 102
Based on the outline coordinate information stored in the outline coordinate information storage unit 101, outer frame information, which is information indicating the outline of a polygon to be displayed, is generated, and indicates the coordinates of points constituting the polygon. This corresponds to outer frame information generating means for generating outer frame information that is information indicating a contour line based on coordinate information. The control plane 103 holds the outer frame information generated by the outer frame information generation unit 102. The mask information generating unit 104 generates mask information that is information for instructing coloring by taking out and processing the outer frame information held in the control plane 103 by a fixed amount at a time.
This corresponds to mask information generating means described later. The sequencer 105 controls processing in the mask information generation unit 104. The line segment generating unit 106 writes the color-processed data on the drawing plane 107 based on the mask information generated by the mask information generating unit 104, and uses the mask information generated by the mask information generating unit 104. , Corresponds to a line segment generating means for drawing the polygon. The drawing plane 107 holds data to be displayed. The data held in the drawing plane 107 is displayed or printed as a device output of the polygon drawing device of the first embodiment.

【0039】このように構成された本実施の形態1の多
角形描画装置の動作を、以下に図を用いて説明する。本
実施の形態1の多角形描画装置に対する装置入力とし
て、複数の点の座標を示す情報アウトライン座標情報が
入力されると、アウトライン座標情報はアウトライン座
標情報格納部101に格納される。格納がなされたなら
ば、外枠情報発生部102は、アウトライン座標情報に
基づいて、表示すべき多角形の輪郭を示す外枠情報を生
成し、これを制御プレーン103に格納する。図2(a)
は、制御プレーン103における外枠情報の格納状態を
示す図であり、この外枠情報は、同図(b) の多角形
“A”に対応する情報である。すなわち、同図(b) は、
同図(a) の外枠情報から得られるべき表示結果を示すも
のである。マスク情報生成部104は、制御プレーン1
03に格納された外枠情報を、一定量ずつ読み出して、
シーケンサ105の制御に従って処理することにより、
外枠情報の内部を塗りつぶしたマスク情報を生成する。
The operation of the polygon drawing apparatus according to the first embodiment thus configured will be described below with reference to the drawings. When information outline coordinate information indicating the coordinates of a plurality of points is input as a device input to the polygon drawing device according to the first embodiment, the outline coordinate information is stored in the outline coordinate information storage unit 101. When the storage is performed, the outer frame information generating unit 102 generates outer frame information indicating the outline of the polygon to be displayed based on the outline coordinate information, and stores this in the control plane 103. Fig. 2 (a)
Is a diagram showing a storage state of outer frame information in the control plane 103. This outer frame information is information corresponding to the polygon "A" in FIG. That is, FIG.
It shows a display result to be obtained from the outer frame information of FIG. The mask information generation unit 104 controls the control plane 1
03 is read out by a fixed amount at a time.
By processing according to the control of the sequencer 105,
Generate mask information in which the inside of the outer frame information is filled.

【0040】図3は、図1に示すマスク情報生成部10
4の内部構成、および処理を説明するための図である。
同図に示すマスク情報生成部104は、ガードビット生
成部1041と、マスク処理部1042と、セレクタ1
045とを内包するものであり、図1に示す制御プレー
ン103から外枠情報S301を入力し、外枠情報S3
01の中で最初に“1”が現れたビット位置から当該外
枠情報S301の中で次に“1”が現れたビット位置ま
での区間のビットを全て“1”にセットすることによ
り、この区間を塗りつぶす旨のマスク情報を線分発生部
106に対して出力する。本実施の形態1のマスク情報
生成部104は、一定量、すなわち8ビットの外枠情報
S301を入力して処理し、8ビットのマスク情報S3
05を生成する。
FIG. 3 shows the mask information generation unit 10 shown in FIG.
FIG. 4 is a diagram for describing an internal configuration and a process of FIG.
The mask information generation unit 104 shown in FIG. 1 includes a guard bit generation unit 1041, a mask processing unit 1042, and a selector 1
045, and the outer frame information S301 is input from the control plane 103 shown in FIG.
By setting all bits in the section from the bit position where “1” first appears in 01 to the bit position where “1” appears next in the outer frame information S301 to “1”, Mask information indicating that the section is to be painted is output to the line segment generator 106. The mask information generation unit 104 according to the first embodiment inputs and processes a fixed amount, that is, 8-bit outer frame information S301, and outputs 8-bit mask information S3.
05 is generated.

【0041】ガードビット生成部1041は、マスク情
報の生成が複数の外枠情報S301にまたがる場合に、
マスク情報の生成を継続して行う旨を示すガードビット
を生成するものである。即ち、或る外枠情報S301の
中で“1”が現れたにもかかわらず、これに対応する偶
数番目の“1”が当該外枠情報S301には存在せず、
これより後に入力される外枠情報S301のなかで初め
て現れる場合に、マスク情報を生成中である旨を示すガ
ードビットを、先の外枠情報の処理中に生成するもので
ある。これは、前の段階、即ち先に入力された外枠情報
S301における処理の結果と、当該段階、即ち今回入
力された外枠情報S301の入力とを処理することによ
って、当該段階の処理の結果を示すガードビット(1ビ
ットのデータ)を生成するものである。図示するように
ガードビット生成部1041は、前段階の処理で生成さ
れたガードビットを保持する前段ガードビット保持部1
043と、外枠情報S301のビット数と同数のEXO
R(排他的論理和)回路1041aないし1041h
と、当該段階において生成したガードビットを保持する
生成ガードビット保持部1044とを備えている。
When the generation of mask information spans a plurality of pieces of outer frame information S301, the guard bit generation unit 1041
This is to generate a guard bit indicating that the generation of mask information is to be continued. That is, even though “1” appears in certain outer frame information S301, an even-numbered “1” corresponding thereto does not exist in the outer frame information S301.
When it first appears in the outer frame information S301 input after this, a guard bit indicating that the mask information is being generated is generated during the processing of the outer frame information. This is because the processing of the previous step, that is, the processing of the outer frame information S301 previously input, and the processing of the current step, that is, the input of the outer frame information S301 input this time, are performed. To generate a guard bit (1 bit data) indicating the following. As shown in the figure, the guard bit generation unit 1041 stores the guard bit generated in the previous stage processing.
043 and the same number of EXOs as the number of bits of the outer frame information S301.
R (exclusive OR) circuits 1041a to 1041h
And a generated guard bit holding unit 1044 that holds the guard bit generated in this stage.

【0042】セレクタ1045は、シーケンサ105か
らの制御信号S302に対応して、値「0」か、生成ガ
ードビット保持部1044が保持するガードビットS3
04の値かのいずれかを選択し、当該選択したデータS
303を前段ガードビット保持部1043に出力する。
In response to the control signal S 302 from the sequencer 105, the selector 1045 sets the value “0” or the guard bit S 3 held by the generated guard bit holding unit 1044.
04 is selected, and the selected data S
303 is output to the preceding-stage guard bit holding unit 1043.

【0043】ガードビット生成部1041は、外枠情報
生成部102が生成した外枠情報の一定量に対して、上
記一定量を構成する単位量ごとの排他的論理和処理を並
行的に実行し、上記輪郭線の内部に対し着色を指定する
旨の情報であるマスク情報を生成するマスク情報生成手
段に相当するとともに、外枠情報生成部102が生成し
た外枠情報の一定量を用いて、着色を指定する情報であ
るマスク情報を生成するとともに、上記マスク情報の生
成状態を、上記情報の一定量を越えて継続すべきか否か
を示す状態情報を生成し、当該状態情報が継続を示す場
合は、次に上記外枠情報生成手段が生成する外枠情報の
一定量と、先の処理状態を示す状態情報とを用いてマス
ク情報の生成と状態情報の生成を継続するマスク情報生
成手段にも相当するものであり、その内部において複数
のEXOR回路が連結されているものである。本実施の
形態1の場合には、図示するように8個のEXOR回路
1041aないし1041hが含まれるものとなってお
り、制御プレーン103より入力した8ビットのデータ
i0ないしi7と、前段ガードビット保持部1043に
保持されたガードビットとを処理対象として、2ビット
ずつがEXOR処理され、EXOR処理の結果はマスク
処理部1042と生成ガードビット保持部1044とに
出力される。より詳しくは、EXOR回路1041aは
前段ガードビット保持部1043に保持されたガードビ
ットと外枠情報S301の第0ビットi0を2入力とし
てこれらの排他的論理和を生成し、EXOR回路104
1bはEXOR回路1041aの出力と外枠情報S30
1の第1ビットi1を2入力としてこれらの排他的論理
和を生成する。以下同様に、EXOR回路1041cな
いし1041hはその前段のEXOR回路1041bな
いし1041gの出力と外枠情報S301の第2ビット
i2ないし第7ビットi7を2入力としてこれらの排他
的論理和を生成する。そしてこのEXOR回路1041
hの出力が生成ガードビット保持部1044に保持され
る。
The guard bit generation unit 1041 executes an exclusive OR process for each unit amount constituting the fixed amount in parallel with a fixed amount of the outer frame information generated by the outer frame information generation unit 102. A mask information generating unit that generates mask information that is information indicating that coloring is to be performed on the inside of the outline, and using a certain amount of outer frame information generated by the outer frame information generating unit 102, In addition to generating mask information that is information designating coloring, generating state information indicating whether the generation state of the mask information should be continued beyond a certain amount of the information, and indicating that the state information indicates continuation In the case, the mask information generating means for continuing the generation of the mask information and the generation of the state information using the fixed amount of the outer frame information generated by the outer frame information generating means and the state information indicating the previous processing state Equivalent to It is those, in which a plurality of EXOR circuits are connected in the interior thereof. In the case of the first embodiment, eight EXOR circuits 1041a to 1041h are included as shown in the figure, and the 8-bit data i0 to i7 input from the control plane 103 and the pre-stage guard bit holding EXOR processing is performed on two bits each with the guard bit held in the unit 1043 as a processing target, and the result of the EXOR processing is output to the mask processing unit 1042 and the generated guard bit holding unit 1044. More specifically, the EXOR circuit 1041a generates an exclusive OR of the guard bit held in the preceding-stage guard bit holding unit 1043 and the 0th bit i0 of the outer frame information S301 as two inputs.
1b is the output of the EXOR circuit 1041a and the outer frame information S30
The exclusive OR of these bits is generated using the first bit i1 of 1 as two inputs. Similarly, the EXOR circuits 1041c to 1041h generate exclusive ORs of the outputs of the preceding EXOR circuits 1041b to 1041g and the second bit i2 to the seventh bit i7 of the outer frame information S301 as two inputs. And this EXOR circuit 1041
The output of h is held in the generated guard bit holding unit 1044.

【0044】マスク処理部1042は、輪郭線を示す外
枠情報S301の一定量(8ビット)を用いて、ガード
ビット生成部1041が生成したマスク情報に対し、当
該外枠情報を用いて補正を行うものであり、上記EXO
R処理結果の他に、輪郭線を示す外枠情報の一定量と、
これに対し上記EXOR処理結果を並列的に実行した結
果とのOR処理を行うものであり、マスク情報処理手段
の一部に相当し、その内部において複数のOR回路を含
むものである。本実施の形態1の場合には、図示するよ
うに8個のOR回路1042aないし1042hが含ま
れるものとなっており、8ビットのマスク情報を生成す
るものであり、ガードビット生成部1041から出力さ
れる処理結果を2ビットずつOR処理することで、マス
ク情報S305を生成する。より詳しくは、OR回路1
042aは外枠情報S301の第0ビットi0とEXO
R回路1041aの出力を2入力としてこれらの論理和
であるマスク情報S305の第0ビットm0を生成す
る。以下同様に、OR回路1042bないし1042h
はEXOR回路1041bないし1041hの出力と外
枠情報S301の第1ビットi1ないし第7ビットi7
を2入力としてこれらの論理和であるマスク情報S30
5の第1ビットm1ないし第7ビットm7を生成する。
The mask processing unit 1042 corrects the mask information generated by the guard bit generation unit 1041 using the fixed amount (8 bits) of the outer frame information S301 indicating the outline using the outer frame information. The above EXO
In addition to the R processing result, a certain amount of outer frame information indicating the contour line,
On the other hand, it performs an OR process with the result of executing the EXOR process in parallel, and corresponds to a part of the mask information processing means and includes a plurality of OR circuits therein. In the case of the first embodiment, eight OR circuits 1042a to 1042h are included as shown in the figure to generate 8-bit mask information. The masking information S305 is generated by performing an OR process on the processing result performed two bits at a time. More specifically, OR circuit 1
042a is the 0th bit i0 of the outer frame information S301 and EXO
The output of the R circuit 1041a is used as two inputs, and the 0th bit m0 of the mask information S305, which is the logical sum of these, is generated. Similarly, OR circuits 1042b to 1042h
Are the outputs of the EXOR circuits 1041b to 1041h and the first to seventh bits i1 to i7 of the outer frame information S301.
Is input as mask information S30
The first to seventh bits m1 to m7 are generated.

【0045】すなわち、本実施の形態1のマスク情報生
成部104は、外枠情報を8ビットずつ処理するもので
あり、マスク情報の生成が8ビットを越えて継続すべき
場合は、前段8ビットの処理について、その状態を示す
1ビットのガードビット(状態情報)を生成し、これを
保持することで、後段8ビットの処理を適切に実行する
ものである。また、このガードビットの生成処理過程に
おける出力と外枠情報との論理和を生成することによ
り、マスク情報を生成するのと同時にこれに含まれうる
欠落箇所の補正を実行するものである。
That is, the mask information generation unit 104 of the first embodiment processes the outer frame information in units of 8 bits. If the generation of the mask information should be continued beyond 8 bits, the former 8 bits In the process (1), a 1-bit guard bit (status information) indicating the status is generated and held, so that the subsequent 8-bit process is appropriately executed. Further, by generating the logical sum of the output and the outer frame information in the process of generating the guard bit, the mask information is generated and at the same time, the missing portion included in the mask information is corrected.

【0046】このように構成されるマスク情報生成部1
04において、図2(a) に示す外枠情報に対する処理を
行う場合の動作を以下に説明する。前述のように、本実
施の形態1においてマスク情報生成部104(図1参
照)は、外枠情報を8ビットずつ処理するものであり、
制御プレーン103(図1参照)より8ビット分の外枠
情報を読み込む。マスク情報生成部104は、図2(a)
に示す外枠情報を構成する水平ラインを上から順に、図
中に示した走査方向に8ビットずつ読み込んで処理する
ものである。水平1ラインは16ビットからなるもので
あるので、本実施の形態1では、マスク情報生成部10
4において、外枠情報を格納した制御プレーンを構成す
る各水平1ラインが2度に分割されて読み込まれ、処理
されることとなる。
The mask information generator 1 configured as described above
The operation in the case of performing the processing on the outer frame information shown in FIG. As described above, in the first embodiment, the mask information generation unit 104 (see FIG. 1) processes the outer frame information by 8 bits.
The outer frame information of 8 bits is read from the control plane 103 (see FIG. 1). The mask information generation unit 104 is configured as shown in FIG.
The horizontal lines constituting the outer frame information shown in FIG. 8 are sequentially read from the top in 8 bits at a time in the scanning direction shown in FIG. Since one horizontal line is composed of 16 bits, in the first embodiment, the mask information generation unit 10
In step 4, each horizontal one line constituting the control plane storing the outer frame information is divided twice and read and processed.

【0047】図4、及び図5はマスク情報生成部104
における処理を説明するための図である。以下に図2、
及び図3を参照しつつ、図4、及び図5を用いてマスク
情報生成部104における8ビットごとの処理を説明す
る。図2(a) の水平ライン201の最初の(左端から
の)8ビットが処理される場合を図4(a) に示す。本実
施の形態1では、マスク情報生成部104における処理
が、ラインの最初(左端から)のビットからの処理とな
る場合には、シーケンサ105(図1参照)の出力する
制御信号S302(図3参照)により、セレクタ104
5は、値「0」を選択しこれを信号S303として出力
する。この場合には、前段ガードビット保持部1043
においては値「0」が保持されるものとなる。
FIGS. 4 and 5 show the mask information generation unit 104.
FIG. 6 is a diagram for explaining the processing in. FIG. 2,
4 and 5, the process of the mask information generation unit 104 for every 8 bits will be described with reference to FIGS. FIG. 4A shows the case where the first 8 bits (from the left end) of the horizontal line 201 in FIG. 2A are processed. In the first embodiment, when the processing in mask information generating section 104 is processing from the first (leftmost) bit of the line, control signal S302 output from sequencer 105 (see FIG. 1) (see FIG. 3) ), The selector 104
5 selects the value "0" and outputs it as a signal S303. In this case, the preceding-stage guard bit holding unit 1043
Holds the value “0”.

【0048】従って、ガードビット生成部1041(図
3参照)では、値「0」のガードビット(S303)
と、値が「0」,「0」,「0」,「0」,「0」,
「1」,「1」,「0」である8ビットi0からi7
(S301)とから、ガードビットと第0ビットi0と
のEXOR処理結果を求め、これと第1ビットi1との
EXOR処理結果をさらに求め、以下同様にEXOR処
理結果を順次求めることにより、最終的な処理結果であ
るガードビットは値「0」となり、これが生成ガードビ
ット保持部1044において保持される。また、このE
XOR処理結果は「0」,「0」,「0」,「0」,
「0」,「1」,「0」,「0」となり、このままでは
フォントの幅が1ピクセル分細くなってしまうが、マス
ク処理部1042(図3参照)においてこのEXOR処
理結果と元の外枠情報S301とのOR処理を行うこと
により、直ちに補正された8ビットのマスク情報S30
5(図3参照)が生成される。この場合のマスク情報S
305は、図4(b) に示すように、「0」,「0」,
「0」,「0」,「0」,「1」,「1」,「0」とな
り、これは、図2(b) に示すように、本来得られるべき
幅のフォントの幅を示すものである。
Therefore, in the guard bit generation unit 1041 (see FIG. 3), the guard bit of the value “0” (S303)
And the values are "0", "0", "0", "0", "0",
8 bits i0 to i7 that are "1", "1", and "0"
From (S301), the EXOR processing result of the guard bit and the 0th bit i0 is obtained, and the EXOR processing result of this and the first bit i1 is further obtained. The guard bit, which is a result of the processing, has a value of “0”, which is held in the generated guard bit holding unit 1044. In addition, this E
XOR processing results are "0", "0", "0", "0",
"0", "1", "0", "0", and the font width becomes thinner by one pixel in this state. However, in the mask processing unit 1042 (see FIG. 3), the result of the EXOR processing is different from the original. By performing an OR process with the frame information S301, the 8-bit mask information S30 immediately corrected
5 (see FIG. 3) is generated. Mask information S in this case
305, “0”, “0”,
"0", "0", "0", "1", "1", "0", as shown in FIG. 2 (b), indicate the width of the font that should be originally obtained. It is.

【0049】次いで、図2(a) の水平ライン201の後
続の8ビットが処理される場合を図4(c) に示す。本実
施の形態1では、マスク情報生成部104における処理
が、ラインの最初(左端から)のビットからの処理でな
い場合には、シーケンサ105(図1参照)の出力する
制御信号S302(図3参照)により、セレクタ104
5は、生成ガードビット保持部1044に保持された信
号(ガードビット)S304を選択し、これを信号S3
03として出力する。この場合は、先に生成ガードビッ
ト保持部1044において保持された値「0」が前段ガ
ードビット保持部1043に入力されて、これに保持さ
れるものとなる。
Next, FIG. 4C shows a case where the subsequent 8 bits of the horizontal line 201 in FIG. 2A are processed. In the first embodiment, when the processing in the mask information generation unit 104 is not processing from the first (leftmost) bit of the line, the control signal S302 output from the sequencer 105 (see FIG. 1) (see FIG. 3) ), The selector 104
5 selects the signal (guard bit) S304 held in the generated guard bit holding unit 1044 and converts it to the signal S3.
03 is output. In this case, the value “0” previously held in the generated guard bit holding unit 1044 is input to the preceding guard bit holding unit 1043 and held therein.

【0050】そして、ガードビット生成部1041(図
3参照)では、値「0」のガードビット(S303)
と、値が「0」,「1」,「1」,「0」,「0」,
「0」,「0」,「0」である8ビットi0からi7
(S301)とから、ガードビットと第0ビットi0と
のEXOR処理結果を求め、これと第1ビットi1との
EXOR処理結果をさらに求め、以下同様にEXOR処
理結果を順次求めることにより、最終的な処理結果であ
るガードビットは値「0」となり、これが生成ガードビ
ット保持部1044において保持される。また、このE
XOR処理結果は「0」,「1」,「0」,「0」,
「0」,「0」,「0」,「0」となり、このままでは
フォントの幅が1ピクセル分細くなってしまうが、マス
ク処理部1042(図3参照)においてこのEXOR処
理結果と元の外枠情報S301とのOR処理を行うこと
により、直ちに補正された8ビットのマスク情報S30
5(図3参照)が生成される。この場合のマスク情報S
305は、図4(d) に示すように、「0」,「1」,
「1」,「0」,「0」,「0」,「0」,「0」とな
り、これは、図2(b) に示すように、本来得られるべき
幅のフォントの幅を示すものである。
Then, the guard bit generation unit 1041 (see FIG. 3) sets the guard bit of the value "0" (S303).
And the values are "0", "1", "1", "0", "0",
8 bits i0 to i7 that are "0", "0", "0"
From (S301), the EXOR processing result of the guard bit and the 0th bit i0 is obtained, and the EXOR processing result of this and the first bit i1 is further obtained. The guard bit, which is a result of the processing, has a value of “0”, which is held in the generated guard bit holding unit 1044. In addition, this E
XOR processing results are "0", "1", "0", "0",
“0”, “0”, “0”, “0”, and the font width is reduced by one pixel in this state. However, in the mask processing unit 1042 (see FIG. 3), the result of the EXOR processing is different from the original. By performing an OR process with the frame information S301, the 8-bit mask information S30 immediately corrected
5 (see FIG. 3) is generated. Mask information S in this case
305, as shown in FIG. 4D, "0", "1",
"1", "0", "0", "0", "0", "0", as shown in FIG. 2 (b), indicate the width of the font that should be originally obtained. It is.

【0051】そして、図4(b) および同図(d) に示すマ
スク情報に従って、値「0」を「塗らない」とし、値
「1」を「塗る」として処理した結果は図2(c) の水平
ライン203に相当するものとなる。なお、塗りの処理
については、線分発生部106(図1参照)が処理を行
うものであり、その処理については後述する。
According to the mask information shown in FIGS. 4B and 4D, the result of processing the value “0” as “not paint” and the value “1” as “paint” is shown in FIG. ) Is equivalent to the horizontal line 203. Note that the painting process is performed by the line segment generating unit 106 (see FIG. 1), and the process will be described later.

【0052】次に、図2(a) の外枠情報の水平ライン2
02についても、水平ライン201と同様に8ビットず
つ処理される。図2(a) の水平ライン202の最初の
(左端からの)8ビットが処理される場合を図5(a) に
示す。この場合にもラインの最初(左端から)のビット
からの処理となるので、シーケンサ105(図1参照)
の出力する制御信号S302(図3参照)により、セレ
クタ1045は、値「0」を信号S303として出力
し、前段ガードビット保持部1043においては値
「0」が保持されるものとなる。
Next, the horizontal line 2 of the outer frame information shown in FIG.
02 is processed 8 bits at a time similarly to the horizontal line 201. FIG. 5A shows a case where the first 8 bits (from the left end) of the horizontal line 202 in FIG. 2A are processed. In this case as well, the processing is performed from the first bit (from the left end) of the line, so that the sequencer 105 (see FIG. 1)
The selector 1045 outputs the value “0” as the signal S303 according to the control signal S302 (see FIG. 3) output by the control unit S1, and the value “0” is held in the preceding guard bit holding unit 1043.

【0053】ガードビット生成部1041(図3参照)
では、値「0」のガードビット(S303)と、図5
(a) に示す8ビットi0からi7(S301)とから、
ガードビットと第0ビットi0とのEXOR処理結果を
求め、これと第1ビットi1とのEXOR処理結果をさ
らに求め、以下同様にEXOR処理結果を順次求めるこ
とにより、最終的な処理結果であるガードビットは値
「1」となり、これが生成ガードビット保持部1044
において保持される。また、このEXOR処理結果は
「0」,「0」,「0」,「0」,「1」,「1」,
「1」,「1」となり、これは本来得られるべきフォン
トの幅を示しているものであるが、これがマスク処理部
1042(図3参照)において元の外枠情報S301と
のOR処理が行われても、生成される8ビットのマスク
情報S305(図3参照)は、図5(b) に示すように、
「0」,「0」,「0」,「0」,「1」,「1」,
「1」,「1」となり、EXOR処理結果がマスク処理
部1042を通過することによって、既に得られてい
る,本来の処理結果が損なわれることはない。
Guard bit generator 1041 (see FIG. 3)
In FIG. 5, a guard bit (S303) having a value "0"
From the 8 bits i0 to i7 (S301) shown in (a),
The EXOR processing result of the guard bit and the 0th bit i0 is obtained, and the EXOR processing result of this and the 1st bit i1 is further obtained. The bit has the value “1”, which is the generated guard bit holding unit 1044
Is held in. The EXOR processing result is “0”, “0”, “0”, “0”, “1”, “1”,
"1", "1", which indicates the width of the font to be originally obtained, which is subjected to OR processing with the original outer frame information S301 in the mask processing unit 1042 (see FIG. 3). Nevertheless, the generated 8-bit mask information S305 (see FIG. 3) has, as shown in FIG.
"0", "0", "0", "0", "1", "1",
"1", "1", and the EXOR processing result passes through the mask processing unit 1042, so that the original processing result already obtained is not impaired.

【0054】次いで、図2(a) の水平ライン202の後
続の8ビットが処理される場合を図5(c) に示す。マス
ク情報生成部104における処理が、ラインの最初(左
端から)のビットからの処理でないので、シーケンサ1
05(図1参照)の出力する制御信号S302(図3参
照)により、セレクタ1045は、生成ガードビット保
持部1044に保持された信号(ガードビット)S30
4を選択し、これを信号S303として出力する。従っ
て、この場合は、前段ガードビット保持部1043にお
いては値「1」が保持されるものとなる。
Next, FIG. 5C shows a case where the subsequent 8 bits of the horizontal line 202 in FIG. 2A are processed. Since the processing in the mask information generating unit 104 is not processing from the first (leftmost) bit of the line, the sequencer 1
In response to the control signal S302 (see FIG. 3) output from the generation guard bit holding unit 1044, the selector 1045 outputs the signal (guard bit) S30
4 is selected and output as a signal S303. Therefore, in this case, the value “1” is held in the preceding-stage guard bit holding unit 1043.

【0055】そして、ガードビット生成部1041(図
3参照)では、値「1」のガードビット(S303)
と、図5(c) に示す値の8ビットi0からi7(S30
1)とから、ガードビットと第0ビットi0とのEXO
R処理結果を求め、これと第1ビットi1とのEXOR
処理結果をさらに求め、以下同様にEXOR処理結果を
順次求めることにより、最終的な処理結果であるガード
ビットは値「0」となり、これが生成ガードビット保持
部1044において保持される。また、このEXOR処
理結果は「1」,「1」,「1」,「1」,「0」,
「0」,「0」,「0」となり、このままではフォント
の幅が1ピクセル分細くなってしまうが、マスク処理部
1042(図3参照)においてこのEXOR処理結果と
元の外枠情報S301とのOR処理を行うことにより、
直ちに補正された8ビットのマスク情報S305(図3
参照)が生成され、この場合のマスク情報S305は、
図5(d) に示すように、「1」,「1」,「1」,
「1」,「1」,「0」,「0」,「0」となり、これ
は、図2(b) に示すように、本来得られるべき幅のフォ
ントの幅を示すものである。
Then, the guard bit generation unit 1041 (see FIG. 3) sets the guard bit of the value "1" (S303).
And 8 bits i0 to i7 (S30) of the value shown in FIG.
1), the EXO of the guard bit and the 0th bit i0
An R processing result is obtained, and EXOR of the result and the first bit i1 is performed.
The processing result is further obtained, and the EXOR processing result is sequentially obtained in the same manner as described above. As a result, the guard bit that is the final processing result becomes a value “0”, which is held in the generated guard bit holding unit 1044. The EXOR processing result is “1”, “1”, “1”, “1”, “0”,
"0", "0", "0", and the font width becomes thinner by one pixel in this state. However, the mask processing unit 1042 (see FIG. 3) outputs the EXOR processing result and the original outer frame information S301. By performing the OR processing of
Immediately corrected 8-bit mask information S305 (FIG. 3)
Reference) is generated, and the mask information S305 in this case is
As shown in FIG. 5 (d), "1", "1", "1",
"1", "1", "0", "0", "0" indicate the width of the font which should be originally obtained as shown in FIG. 2 (b).

【0056】そして、図5(b)および同図(d)に示すマス
ク情報に従って、値「0」を「塗らない」とし、値
「1」を「塗る」として処理した結果は図2(c) の水平
ライン204に相当するものとなる。このように、本実
施の形態1のマスク情報生成部104は、水平16ビッ
ト相当の外枠情報を8ビットずつ処理するにあたり、1
ビットのマスク情報を生成して保持することにより前段
の処理結果を後段において用いることを可能とするもの
である。
According to the mask information shown in FIGS. 5B and 5D, the result of processing the value “0” as “not paint” and the value “1” as “paint” is shown in FIG. 2 (c). ) Is equivalent to the horizontal line 204. As described above, the mask information generation unit 104 according to the first embodiment processes the outer frame information equivalent to 16 bits in the horizontal direction by 8 bits at a time.
By generating and holding bit mask information, the processing result of the preceding stage can be used in the subsequent stage.

【0057】図1において、マスク情報は、線分発生部
106に出力され、線分発生部106は、描画プレーン
107におけるマスク情報と対応する位置にデータの書
き込みを行う。この際に線分発生部106は、色変換処
理を行うことにより、マスク情報中の1ビットのデータ
に基づいて、例えば8ビット幅等の着色データを生成し
て、描画プレーン107に書き込むものとすることがで
きる。
In FIG. 1, the mask information is output to a line segment generating section 106, and the line segment generating section 106 writes data at a position on the drawing plane 107 corresponding to the mask information. At this time, the line segment generating unit 106 performs color conversion processing to generate, for example, 8-bit width coloring data based on the 1-bit data in the mask information and write the coloring data to the drawing plane 107. can do.

【0058】描画プレーン107において書き込まれた
情報は、本実施の形態1の多角形描画装置の装置出力と
して、表示され、又は印刷等されるものとなる。図2
(a) に示す外枠情報から得られる表示等の結果は同図
(c) に示すものとなり、同図(b)に示す本来得られるべ
き表示結果と同等のものとなる。従って、同図(d) に示
す従来の技術による場合のように着色領域が欠落するこ
とがなく、良好な表示・印刷等が得られるものである。
The information written in the drawing plane 107 is displayed or printed as a device output of the polygon drawing device of the first embodiment. FIG.
The results such as the display obtained from the outer frame information shown in (a) are
The result is as shown in (c), which is equivalent to the display result which should be originally obtained as shown in FIG. Therefore, unlike the case of the prior art shown in FIG. 1D, the colored region is not lost, and good display and printing can be obtained.

【0059】このように、本実施の形態1の多角形描画
装置によれば、シーケンサ105の制御に従ってマスク
情報を生成するマスク情報生成部104を備え、外枠情
報を一定量(一定幅ビット)ずつ処理して、該処理の結
果を1ビットのガードビットとして保持し、当該一定量
に対してEXOR処理とOR処理のみの単純な処理を実
行して、塗りつぶしを指定するマスク情報を生成するよ
うにしたので、同一の装置を繰り返し適用して任意のビ
ット幅の塗りつぶし処理を行うことが可能となる。ま
た、EXOR処理によって塗りつぶし処理を行うと同時
にこれにOR処理を行って本来のフォントからの欠落箇
所の補正処理を行うので、EXOR処理のみではマスク
情報に欠落が生じていたものが、マスク情報を生成する
のと同時に直ちに補正され、欠落のない塗りつぶし処理
を行うことができる。また、EXOR処理を並列的に行
うので、処理の迅速さと良好な表示等とを両立すること
が可能となる。
As described above, according to the polygon drawing apparatus of the first embodiment, the mask information generating section 104 for generating the mask information under the control of the sequencer 105 is provided, and the outer frame information is made a fixed amount (a fixed width bit). Each time, the result of the processing is held as a 1-bit guard bit, and a simple processing of only the EXOR processing and the OR processing is performed on the fixed amount to generate mask information for designating the fill. Therefore, the same device can be repeatedly applied to perform the painting process with an arbitrary bit width. Further, since the filling process is performed by the EXOR process and at the same time the OR process is performed to correct the missing portion from the original font, the mask information is missing when the EXOR process alone is used. Correction is immediately performed at the same time as the generation, so that a filling process without any omission can be performed. In addition, since the EXOR processing is performed in parallel, it is possible to achieve both high processing speed and good display.

【0060】実施の形態2.本発明の実施の形態2によ
る多角形描画装置は、実施の形態1と同様の処理を行う
ものであり、これにマスクバッファを追加したものであ
る。図6は、本実施の形態2の多角形描画装置の構成を
示すブロック図である。図示するように本実施の形態2
の多角形描画装置は、アウトライン座標情報格納部60
1、外枠情報発生部602、制御プレーン603、マス
ク情報生成部604、シーケンサ605、線分発生部6
06、描画プレーン607、およびマスクバッファ60
8を備えたものである。
Embodiment 2 The polygon drawing apparatus according to the second embodiment of the present invention performs the same processing as in the first embodiment, and adds a mask buffer to this. FIG. 6 is a block diagram showing a configuration of the polygon drawing apparatus according to the second embodiment. As shown in FIG.
The polygon drawing device of FIG.
1. Outer frame information generator 602, control plane 603, mask information generator 604, sequencer 605, line segment generator 6
06, drawing plane 607, and mask buffer 60
8 is provided.

【0061】マスク情報生成部604は、実施の形態1
のマスク情報生成部104(図1参照)と同様にマスク
情報を生成するが、生成に際して後述するようにスキッ
プを含む処理を行うものであり、又、該生成したマスク
情報をマスクバッファ608に出力するものである。マ
スクバッファ608はマスク情報を一旦保持するもので
ある。線分発生部606は、実施の形態1の線分発生部
106(図1参照)と同様に、マスク情報に基づいて、
着色処理を行ったデータを描画プレーン607に書き込
むが、用いるマスク情報はマスク情報生成部604から
ではなくマスクバッファ608から取得するものであ
る。アウトライン座標情報格納部601、外枠情報発生
部602、制御プレーン603、シーケンサ605、お
よび描画プレーン607は、実施の形態1の多角形描画
装置における101、102、103、105、および
107と同様のものである。
The mask information generation unit 604 is used in the first embodiment.
The mask information is generated in the same manner as the mask information generation unit 104 (see FIG. 1) of FIG. 1, but the processing including skip is performed at the time of generation, and the generated mask information is output to the mask buffer 608. Is what you do. The mask buffer 608 temporarily holds the mask information. The line segment generation unit 606 is based on the mask information, like the line segment generation unit 106 of the first embodiment (see FIG. 1).
The data subjected to the coloring process is written in the drawing plane 607, and the mask information to be used is obtained not from the mask information generation unit 604 but from the mask buffer 608. The outline coordinate information storage unit 601, the outer frame information generation unit 602, the control plane 603, the sequencer 605, and the drawing plane 607 are the same as 101, 102, 103, 105, and 107 in the polygon drawing apparatus according to the first embodiment. Things.

【0062】このように構成された本実施の形態2の多
角形描画装置の動作を以下に説明する。まず、装置入力
として、複数の点の座標を示す情報アウトライン座標情
報が入力されてアウトライン座標情報格納部601に格
納され、外枠情報発生部602は、アウトライン座標情
報に基づいて、表示すべき多角形の輪郭を示す外枠情報
を生成し、これを制御プレーン603に格納する。図7
(a) は、制御プレーン603における外枠情報の格納状
態を示す図であり、この外枠情報は、同図(b)の多角形
に対応する情報である。すなわち、同図(b) は、同図
(a) の外枠情報から得られるべき表示結果を示すもので
ある。ここで図7は、図14と同様にカーナビゲーショ
ンシステムの地図情報で用いられる「川」等を示す図形
であり、図示するように多角形の外側には塗りつぶしを
されない領域が多数存在するものとなっている。
The operation of the polygon drawing apparatus according to the second embodiment thus configured will be described below. First, as an apparatus input, information indicating the coordinates of a plurality of points is input as outline coordinate information and stored in the outline coordinate information storage unit 601, and the outer frame information generation unit 602 determines the number of points to be displayed based on the outline coordinate information. Outer frame information indicating a rectangular outline is generated and stored in the control plane 603. FIG.
(a) is a figure which shows the storage state of the outer frame information in the control plane 603, and this outer frame information is information corresponding to the polygon of the same figure (b). That is, FIG.
It shows the display result to be obtained from the outer frame information of (a). Here, FIG. 7 is a diagram showing a “river” and the like used in the map information of the car navigation system as in FIG. 14, and it is assumed that there are many unpainted areas outside the polygon as shown in FIG. Has become.

【0063】本実施の形態2のマスク情報生成部604
は、実施の形態1のマスク情報生成部104(図1参
照)と同様に、制御プレーン603に格納された外枠情
報を、図7(a) に示すように、外枠情報を構成する水平
ラインを上から順に、図中に示した走査方向に8ビット
ずつ読み込んで処理する。ここで、図7(a) に示す外枠
情報を構成する水平ラインは、64ビット相当(8×8
ビット相当)のものであるので、マスク情報生成部60
4は、水平1ラインを8ビットずつ8回読み込んで処理
するものとなる。
The mask information generation unit 604 according to the second embodiment
As in the case of the mask information generation unit 104 (see FIG. 1) of the first embodiment, the outer frame information stored in the control plane 603 is converted into a horizontal frame constituting the outer frame information as shown in FIG. Lines are sequentially read from the top in the scanning direction shown in FIG. Here, the horizontal line constituting the outer frame information shown in FIG. 7A is equivalent to 64 bits (8 × 8).
Bits), the mask information generation unit 60
No. 4 reads and processes one horizontal line eight times in 8-bit units.

【0064】従って、図7(a) に示す外枠情報を構成す
る最上位の水平ライン701は、処理単位G1〜G8の
8単位として処理されることとなる。このうち、処理単
位G1〜G7については、それぞれを構成する8ビット
の全てが「塗りなし」を示す値「0」となり、処理単位
G8のみが「塗り」を示す値「1」のビットを含む単位
となる。本実施の形態2のマスク情報生成部604は、
8ビットごとの処理において、処理対象となる8ビット
全てが値「0」である場合には、マスク情報の生成を行
わずスキップするものである。従ってこの場合には、水
平ライン701に対して、処理単位G1〜G7をスキッ
プし、処理単位G8に対してのみ実施の形態1と同様の
処理を行ってマスク情報を生成することとなる。マスク
情報生成部604は生成したマスク情報をマスクバッフ
ァ608に出力し、マスクバッファ608はこれを保持
する。このように、本実施の形態2では、処理単位G1
〜G8で構成される64ビット相当の外枠情報ライン7
01に対して、処理単位G8の8ビットのみが実質的な
処理対象となるものである。
Therefore, the uppermost horizontal line 701 constituting the outer frame information shown in FIG. 7A is processed as eight units of processing units G1 to G8. Of these, for the processing units G1 to G7, all of the eight bits constituting each of them have the value “0” indicating “no painting”, and only the processing unit G8 includes the bit of the value “1” representing “painting”. Unit. The mask information generation unit 604 according to the second embodiment
In the process for every 8 bits, when all 8 bits to be processed are values “0”, the mask information is skipped without generating the mask information. Therefore, in this case, the processing units G1 to G7 are skipped for the horizontal line 701, and the same processing as in the first embodiment is performed only for the processing unit G8 to generate mask information. The mask information generation unit 604 outputs the generated mask information to the mask buffer 608, and the mask buffer 608 holds this. As described above, in the second embodiment, the processing unit G1
Outer frame information line 7 corresponding to 64 bits composed of G8 to G8
In contrast to 01, only 8 bits of the processing unit G8 are to be substantially processed.

【0065】同様に、図7(a) において水平ライン70
2を走査する場合にも、「塗りなし」を示す値「0」の
ビットのみとなる処理単位G1と、処理単位G6〜G8
とは処理対象とせず、処理単位G2〜G5を構成する3
2ビットのみを対象として、そのうち24ビットに対し
て塗りつぶしを行えば良いものとなる。
Similarly, the horizontal line 70 in FIG.
In the case of scanning 2, the processing unit G1 having only the bit of the value “0” indicating “no paint” and the processing units G6 to G8
Is not a processing target, and constitutes processing units G2 to G5.
It is sufficient to paint out only 24 bits out of 2 bits only.

【0066】マスク情報生成部604は、生成したマス
ク情報をマスクバッファ608に格納し、線分発生部6
06は、マスクバッファ608から取り出したマスク情
報に基づいて描画プレーン607に書き込みを行う。マ
スク情報生成部604の動作は実施の形態1と同様のも
のとなるが、本実施の形態2においては、マスク情報生
成部604と、線分発生部606とが直接マスク情報を
授受するのではなく、マスクバッファ608を介してマ
スク情報を伝達するものとなるので、マスク情報生成部
604における処理と、線分発生部606における処理
とは並行的なパイプライン処理によるものとすることが
できる。そして、これにより、マスク情報生成部604
までの処理と線分発生部606以降の処理とに速度差が
存在しても、これをマスクバッファ608で吸収できる
ため、処理を迅速かつ確実に行うことが可能となる。
The mask information generation unit 604 stores the generated mask information in the mask buffer 608, and
06 writes to the drawing plane 607 based on the mask information extracted from the mask buffer 608. The operation of the mask information generation unit 604 is the same as that of the first embodiment, but in the second embodiment, the mask information generation unit 604 and the line segment generation unit 606 directly exchange mask information. Instead, the mask information is transmitted via the mask buffer 608, so that the processing in the mask information generation unit 604 and the processing in the line segment generation unit 606 can be performed by parallel pipeline processing. Then, by this, the mask information generation unit 604
Even if there is a speed difference between the processing up to and the processing after the line segment generation unit 606, this can be absorbed by the mask buffer 608, so that the processing can be performed quickly and reliably.

【0067】このように、本実施の形態2の多角形描画
装置によれば、アウトライン座標情報格納部601、外
枠情報発生部602、制御プレーン603、マスク情報
生成部604、シーケンサ605、線分発生部606、
描画プレーン607、およびマスクバッファ608を備
え、マスク情報生成部604が処理対象を限定するもの
とし、マスク情報生成部604から線分発生部606に
はマスクバッファ608を介してマスク情報が伝達され
るので、地図情報における地形や物体のような多角形の
図形を処理する場合にも、一定量ごとの効率的な処理を
可能とし、さらにパイプライン動作により処理速度の向
上を図ることが可能となる。
As described above, according to the polygon drawing apparatus of the second embodiment, the outline coordinate information storage unit 601, the outer frame information generation unit 602, the control plane 603, the mask information generation unit 604, the sequencer 605, the line segment Generator 606,
A drawing plane 607 and a mask buffer 608 are provided, and the mask information generation unit 604 limits the processing target. Mask information is transmitted from the mask information generation unit 604 to the line segment generation unit 606 via the mask buffer 608. Therefore, even when processing a polygonal figure such as a terrain or an object in map information, it is possible to perform an efficient processing for each fixed amount, and to improve a processing speed by a pipeline operation. .

【0068】実施の形態3.本発明の実施の形態3によ
る多角形描画装置は、実施の形態2と同様の処理を行う
ものを半導体集積回路装置として実現したものであり、
高速な記憶媒体で実現される制御プレーンを繰り返し使
用するものである。図8は、本実施の形態3の多角形描
画装置の構成を示すブロック図である。図示するように
本実施の形態3の多角形描画装置は、アウトライン座標
情報格納部801、外枠情報発生部802、制御プレー
ン803、マスク情報生成部804、シーケンサ80
5、線分発生部806、描画プレーン807、およびマ
スクバッファ808を備えたものである。
Embodiment 3 The polygon drawing apparatus according to the third embodiment of the present invention is an apparatus that performs the same processing as that of the second embodiment as a semiconductor integrated circuit device.
A control plane realized by a high-speed storage medium is repeatedly used. FIG. 8 is a block diagram showing a configuration of the polygon drawing apparatus according to the third embodiment. As shown in the drawing, the polygon drawing apparatus according to the third embodiment includes an outline coordinate information storage unit 801, an outer frame information generation unit 802, a control plane 803, a mask information generation unit 804, a sequencer 80
5, a line segment generator 806, a drawing plane 807, and a mask buffer 808.

【0069】アウトライン座標情報格納部801、外枠
情報発生部802、制御プレーン803、マスク情報生
成部804、シーケンサ805、線分発生部806、描
画プレーン807、およびマスクバッファ808は、実
施の形態2の601〜608と同様に機能するものであ
るが、本実施の形態3の多角形描画装置においては、図
示するように、外枠情報発生部802、制御プレーン8
03、マスク情報生成部804、シーケンサ805、線
分発生部806、およびマスクバッファ808を共通の
基板を持つ描画プロセッサチップ810としてこれらを
1チップに集積回路化するとともに、描画プレーン80
7とアウトライン座標情報格納部801とを外部記憶装
置(外部メモリ)820上に備える構成としたものであ
る。ここで、制御プレーン803としては、描画プロセ
ッサチップ810の内部記憶装置(内部メモリ)が用い
られるものであり、これは外部記憶装置820よりも高
速なものである。
An outline coordinate information storage unit 801, an outer frame information generation unit 802, a control plane 803, a mask information generation unit 804, a sequencer 805, a line segment generation unit 806, a drawing plane 807, and a mask buffer 808 are described in the second embodiment. However, in the polygon drawing apparatus according to the third embodiment, the outer frame information generation unit 802 and the control plane 8
03, a mask information generating unit 804, a sequencer 805, a line segment generating unit 806, and a mask buffer 808 as a drawing processor chip 810 having a common substrate.
7 and an outline coordinate information storage unit 801 are provided on an external storage device (external memory) 820. Here, as the control plane 803, an internal storage device (internal memory) of the drawing processor chip 810 is used, which is faster than the external storage device 820.

【0070】このように構成された本実施の形態3によ
る多角形描画装置において、図7に示す図形を処理する
場合の動作を以下に説明する。まず、本実施の形態3に
よる多角形描画装置に対する装置入力として、アウトラ
イン座標情報が外部のCPU等から入力され、外部記憶
装置820上のアウトライン座標情報格納部801に格
納される。次に外枠情報発生部802は、アウトライン
座標情報格納部801に格納されたアウトライン座標情
報に基づいて外枠情報を発生して、制御プレーン803
に格納するが、その際、本実施の形態3においては、以
下のようにシーケンサ805の制御に従った処理をする
ものとなる。
In the polygon drawing apparatus according to the third embodiment having the above-described configuration, the operation when processing the graphic shown in FIG. 7 will be described below. First, outline coordinate information is input as an apparatus input to the polygon rendering apparatus according to the third embodiment from an external CPU or the like, and is stored in the outline coordinate information storage unit 801 on the external storage device 820. Next, the outer frame information generation unit 802 generates outer frame information based on the outline coordinate information stored in the outline coordinate information storage unit 801, and generates the control plane 803.
At this time, in the third embodiment, processing according to the control of the sequencer 805 is performed as described below.

【0071】実施の形態2においては、制御プレーン8
03は十分な容量を有するものとし、外枠情報は図7
(a) のように格納されるものとしているが、本実施の形
態3では、制御プレーン803として描画プロセッサチ
ップ810上の高速な内部メモリを使用するものとして
いるので、一般に制御プレーン803としてはあまり大
容量のメモリを用いることができない。ここでは、制御
プレーン803の容量が256ビットであるものとす
る。
In the second embodiment, the control plane 8
03 has a sufficient capacity, and the outer frame information is shown in FIG.
(a), but in the third embodiment, a high-speed internal memory on the drawing processor chip 810 is used as the control plane 803. Large capacity memory cannot be used. Here, it is assumed that the capacity of the control plane 803 is 256 bits.

【0072】本実施の形態3では、シーケンサ805
は、処理対象となる多角形の輪郭を示すアウトライン座
標情報の格納が終了したならば、当該多角形の外枠情報
を制御プレーン803において格納可能であるか否かを
判定するものである。ここでは、図7(a) の格納状態を
実現するためには、横64ビット×縦16ビットで、1
024ビットを要するため、これは格納することができ
ないものと判定する。そして、シーケンサ805は、描
画プレーン803を横幅64ビットとして用いるように
制御する。図9に示すように、横64ビット×縦4ビッ
トを処理することとすれば、そのデータサイズは256
ビットであり、これは描画プレーン803に格納可能で
ある。従って、本実施の形態3では、図9に示すよう
に、輪郭線を示す情報を4回に分割して(同図(a) 〜
(d)の〜参照)処理するものとなる。
In the third embodiment, the sequencer 805
When the storage of the outline coordinate information indicating the outline of the polygon to be processed is completed, it is determined whether or not the outer frame information of the polygon can be stored in the control plane 803. Here, in order to realize the storage state shown in FIG.
Since it requires 024 bits, it is determined that this cannot be stored. Then, the sequencer 805 controls the drawing plane 803 to be used with a width of 64 bits. As shown in FIG. 9, if processing is performed for 64 bits horizontally × 4 bits vertically, the data size is 256 bits.
Bits, which can be stored in the drawing plane 803. Therefore, in the third embodiment, as shown in FIG. 9, the information indicating the contour is divided into four times (FIG.
(See (d) ~).

【0073】シーケンサ805の制御に従って、外枠情
報発生部802は、アウトライン座標情報格納部801
から、指定量(ここでは1/4)のアウトライン座標情
報を読み出し、外枠情報を発生させて制御プレーン80
3に格納する。従って、制御プレーン803における格
納状態は、図9(a) のようになる。
Under the control of the sequencer 805, the outer frame information generation unit 802 controls the outline coordinate information storage unit 801.
, The outline coordinate information of the designated amount (in this case, 1/4) is read out, the outer frame information is generated, and the control plane 80 is read.
3 is stored. Therefore, the storage state in the control plane 803 is as shown in FIG.

【0074】外枠情報が格納されたならば、マスク情報
生成部804は実施の形態2と同様にしてマスク情報を
生成し、マスクバッファ808に格納する。線分発生部
806も実施の形態2と同様にマスクバッファ808に
格納されたマスク情報に基づいて、描画プレーン807
に書き込みを行う。描画プレーン807においては、図
9(e) のような書き込みが行われることとなる。
When the outer frame information has been stored, the mask information generation unit 804 generates mask information in the same manner as in the second embodiment, and stores it in the mask buffer 808. Similarly to the second embodiment, the line segment generating unit 806 also uses the drawing plane 807 based on the mask information stored in the mask buffer 808.
Write to. In the drawing plane 807, writing as shown in FIG. 9E is performed.

【0075】次いで、後続の1/4のアウトライン座標
情報から、図9(b) に示す外枠情報が得られ、同様の処
理が行われる。以下、同様にして、外枠情報発生から、
描画プレーンに対する書き込みまでの一連の処理が合計
4回実行されたならば、対象である多角形に対する処理
は終了する。
Next, the outer frame information shown in FIG. 9B is obtained from the subsequent 1/4 outline coordinate information, and the same processing is performed. Hereinafter, similarly, from generation of outer frame information,
If a series of processing up to writing on the drawing plane has been executed a total of four times, the processing on the target polygon is completed.

【0076】このように、本実施の形態3の多角形描画
装置によれば、アウトライン座標情報格納部801、外
枠情報発生部802、制御プレーン803、マスク情報
生成部804、シーケンサ805、線分発生部806、
描画プレーン807、およびマスクバッファ808を備
え、外枠情報発生部802、制御プレーン803、マス
ク情報生成部804、シーケンサ805、線分発生部8
06、およびマスクバッファ808については、これら
を、共通の半導体基板上に描画プロセッサチップ810
として1チップ化したので、制御プレーン803として
高速な内部メモリを用いて、処理の迅速化を図ることが
可能となる。また、シーケンサ805が、アウトライン
座標情報格納部801に格納されたアウトライン座標情
報に対応して、外枠情報発生部802における外枠情報
の発生と、制御プレーン803への格納状態とを制御す
るので、地図情報の処理等において、種々の大きさと形
状を有する多角形が処理対象となるような場合にも、容
量の限定された高速な内部メモリを制御プレーンとして
効率的に使用し、適切な処理を実行することが可能とな
る。
As described above, according to the polygon drawing apparatus of the third embodiment, the outline coordinate information storage unit 801, the outer frame information generation unit 802, the control plane 803, the mask information generation unit 804, the sequencer 805, the line segment Generating unit 806,
A drawing plane 807 and a mask buffer 808 are provided, and an outer frame information generation unit 802, a control plane 803, a mask information generation unit 804, a sequencer 805, and a line segment generation unit 8 are provided.
06 and the mask buffer 808, these are placed on a common semiconductor substrate by the drawing processor chip 810.
Since the control plane 803 is a single chip, it is possible to use a high-speed internal memory as the control plane 803 to speed up processing. Also, the sequencer 805 controls the generation of the outer frame information in the outer frame information generation unit 802 and the state of storage in the control plane 803 in accordance with the outline coordinate information stored in the outline coordinate information storage unit 801. In the processing of map information, etc., even when polygons having various sizes and shapes are to be processed, a high-speed internal memory with a limited capacity is efficiently used as a control plane, and appropriate processing is performed. Can be executed.

【0077】なお、本実施の形態3においては、上述の
ようにシーケンサ805の制御により、描画対象に対応
した処理を行うものとしているが、多角形描画装置の用
途等により、描画対象が予め限定されており、描画プレ
ーン807の構成を一定のものとしても支障がないよう
な場合には、シーケンサ805がかかる制御を実行せ
ず、実施の形態2と同様に処理を行うものとすることも
可能である。このような場合にも、1チップ化による高
速化という効果が同様に得られるものとなる。
In the third embodiment, the processing corresponding to the object to be drawn is performed under the control of the sequencer 805 as described above. However, the object to be drawn is limited in advance depending on the application of the polygon drawing apparatus. In the case where there is no problem even if the configuration of the drawing plane 807 is fixed, the sequencer 805 may perform the same processing as in the second embodiment without performing such control. It is. Even in such a case, the effect of speeding up by one chip can be obtained similarly.

【0078】[0078]

【発明の効果】以上のように、本発明の請求項1にかか
る多角形描画方法によれば、多角形の輪郭線を示す外枠
情報を用いて、上記輪郭線の内部が着色された多角形を
描画する多角形描画方法において、上記輪郭線を示す外
枠情報の一定量に対して、上記一定量を構成する単位量
ごとの排他的論理和処理を並行的に実行することによ
り、上記輪郭線の内部に対し着色を指定する旨の情報で
あるマスク情報を生成するとともに、上記生成したマス
ク情報を用いて、上記多角形の描画を行うようにしたの
で、単純な処理を並行的に実行して処理負担の軽減を図
ることが可能な多角形描画方法が得られる効果がある。
As described above, according to the polygon drawing method of the first aspect of the present invention, the outline of the polygon is colored by using the outer frame information indicating the outline of the polygon. In the polygon drawing method for drawing a polygon, an exclusive OR process for each unit amount constituting the fixed amount is performed in parallel on a fixed amount of the outer frame information indicating the outline, In addition to generating mask information that is information indicating that coloring is to be performed inside the contour line, and drawing the polygon using the generated mask information, simple processing can be performed in parallel. There is an effect that a polygon drawing method that can be executed to reduce the processing load can be obtained.

【0079】また、本発明の請求項2にかかる多角形描
画方法によれば、請求項1記載の多角形描画方法におい
て、上記マスク情報の生成は、上記排他的論理和処理の
他に、上記輪郭線を示す外枠情報の一定量と、これに対
し上記排他的論理和処理を並行的に実行した結果との論
理和処理を含むようにしたので、単純な処理を並行的に
実行して処理負担の軽減を図り得るものとなり、かつ、
輪郭線を示す情報を生成する過程においてその補正を直
ちに行うことができ、情報の欠落を生じないので、良好
な表示結果が得れれるとともに、別途補正に要する処理
の増加を招くことがない多角形描画方法が得られる効果
がある。
Further, according to the polygon drawing method of the present invention, in the polygon drawing method of the first aspect, the generation of the mask information is performed in addition to the exclusive OR processing. Since a certain amount of outer frame information indicating the contour line and a result obtained by executing the exclusive OR process in parallel with the fixed amount are included, a simple process is executed in parallel. The processing load can be reduced, and
In the process of generating the information indicating the contour, the correction can be performed immediately and the information is not lost, so that a good display result can be obtained and the processing required for the correction is not increased. There is an effect that a square drawing method can be obtained.

【0080】また、本発明の請求項3にかかる多角形描
画方法によれば、多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色された多角形を描画する多
角形描画方法において、上記輪郭線を示す情報の一定量
を用いて、上記輪郭線の内部に対し着色を指定する旨の
情報であるマスク情報を生成するとともに、上記マスク
情報の生成状態を、上記情報の一定量を越えて継続すべ
きか否かを示す状態情報を生成し、上記生成したマスク
情報を用いて、上記多角形の描画を行い、後続する、上
記輪郭線を示す情報の一定量を用いた、上記マスク情報
と上記状態情報との生成においては、上記輪郭線を示す
情報の一定量とともに、前回のマスク情報と状態情報と
の生成における上記状態情報を用いて行うようにしたの
で、一連の輪郭線を示す情報を一定量ごとに分割して、
効率よく、しかも適切に処理することが可能となる多角
形描画方法が得られる効果がある。
Further, according to the polygon drawing method of the third aspect of the present invention, a polygon in which the inside of the outline is colored is drawn using the outer frame information indicating the outline of the polygon. In the rectangular drawing method, while using a certain amount of the information indicating the outline, generating mask information that is information indicating designation of coloring inside the outline, and generating the mask information, Generate state information indicating whether or not to continue beyond a certain amount of information, draw the polygon by using the generated mask information, and determine a certain amount of subsequent information indicating the contour line. Used, in the generation of the mask information and the state information, together with a certain amount of information indicating the contour line, since it was performed using the state information in the previous generation of the mask information and the state information, Set of contour lines By dividing the information in each predetermined amount,
There is an effect that a polygon drawing method capable of efficiently and appropriately processing can be obtained.

【0081】また、本発明の請求項4にかかる多角形描
画方法によれば、請求項3記載の多角形描画方法におい
て、上記生成したマスク情報は、上記輪郭線を示す外枠
情報の一定量を用いて生成したマスク情報を、当該外枠
情報の一定量を用いて補正したものとしたので、一連の
輪郭線を示す情報を一定量ごとに分割して、効率よく、
しかも適切に処理することが可能となり、かつ、輪郭線
を示す情報を生成する過程においてその補正を直ちに行
うことができ、情報の欠落を生じないので、良好な表示
結果が得れれるとともに、別途補正に要する処理の増加
を招くことがない多角形描画方法が得られる効果があ
る。
According to a fourth aspect of the present invention, in the polygon rendering method according to the third aspect, the generated mask information includes a fixed amount of outer frame information indicating the outline. Since the mask information generated by using is corrected by using a certain amount of the outer frame information, information indicating a series of contour lines is divided into fixed amounts, and efficiently,
In addition, appropriate processing can be performed, and the correction can be performed immediately in the process of generating the information indicating the contour line, and no information is lost, so that a good display result can be obtained. There is an effect that a polygon drawing method that does not increase the processing required for correction can be obtained.

【0082】また、本発明の請求項5にかかる多角形描
画装置によれば、多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色された多角形を描画する多
角形描画装置において、上記多角形を構成する点の座標
を示す座標情報に基づいて、輪郭線を示す情報である外
枠情報を生成する外枠情報生成手段と、上記外枠情報生
成手段が生成した外枠情報の一定量に対して、上記一定
量を構成する単位量ごとの排他的論理和処理を並行的に
実行し、上記輪郭線の内部に対し着色を指定する旨の情
報であるマスク情報を生成するマスク情報生成手段と、
上記マスク情報生成手段が生成したマスク情報を用い
て、上記多角形の描画を行う線分発生手段とを備るよう
にしたので、単純な処理を並行的に実行して処理負担の
軽減を図ることが可能な多角形描画装置が得られる効果
がある。
Further, according to the polygon drawing apparatus of the fifth aspect of the present invention, a polygon which draws a polygon whose inside is colored by using the outer frame information indicating the outline of the polygon. In the polygon drawing apparatus, the outer frame information generating unit generates outer frame information which is information indicating a contour line based on coordinate information indicating coordinates of points constituting the polygon, and the outer frame information generating unit generates the outer frame information generating unit. A mask which is information indicating that the exclusive OR processing for each unit amount constituting the above-mentioned constant amount is executed in parallel with respect to the fixed amount of the outer frame information, and coloring is designated inside the contour line. Mask information generating means for generating information;
A line segment generating means for drawing the polygon using the mask information generated by the mask information generating means is provided, so that simple processing is executed in parallel to reduce the processing load. There is an effect that a polygon drawing device capable of performing the above can be obtained.

【0083】また、本発明の請求項6にかかる多角形描
画装置によれば、請求項5記載の多角形描画装置におい
て、上記マスク情報生成手段は、上記排他的論理和処理
の他に、上記輪郭線を示す外枠情報の一定量と、これに
対し上記排他的論理和処理を並行的に実行した結果との
論理和処理を行うようにしたので、単純な処理を並行的
に実行して処理負担の軽減を図り得るものとなり、か
つ、輪郭線を示す情報を生成する過程においてその補正
を直ちに行うことができ、情報の欠落を生じないので、
良好な表示結果が得れれるとともに、別途補正に要する
処理の増加を招くことがない多角形描画装置が得られる
効果がある。
According to the polygon drawing apparatus of claim 6 of the present invention, in the polygon drawing apparatus of claim 5, the mask information generating means may perform the above-mentioned exclusive OR processing, Since a fixed amount of the outer frame information indicating the contour and the result obtained by executing the exclusive OR processing in parallel are performed on the fixed amount, the simple processing is executed in parallel. Since the processing load can be reduced, and the correction can be performed immediately in the process of generating the information indicating the outline, and the information is not lost,
A good display result can be obtained, and a polygon drawing device that does not cause an increase in processing required for correction separately can be obtained.

【0084】また、本発明の請求項7にかかる多角形描
画装置によれば、多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色された多角形を描画する多
角形描画装置において、上記多角形を構成する点の座標
を示す座標情報に基づいて、輪郭線を示す情報である外
枠情報を生成する外枠情報生成手段と、上記外枠情報生
成手段が生成した外枠情報の一定量を用いて、着色を指
定する情報であるマスク情報を生成するとともに、上記
マスク情報の生成状態を、上記情報の一定量を越えて継
続すべきか否かを示す状態情報を生成し、当該状態情報
が継続を示す場合は、次に上記外枠情報生成手段が生成
する外枠情報の一定量と、先の処理状態を示す状態情報
とを用いてマスク情報の生成と状態情報の生成を継続す
るマスク情報生成手段と、上記マスク情報生成手段が生
成したマスク情報を用いて、上記多角形の描画を行う線
分発生手段とを備えたので、一連の輪郭線を示す情報を
一定量ごとに分割して、効率よく、しかも適切に処理す
ることが可能となる多角形描画装置が得られる効果があ
る。
Further, according to the polygon drawing apparatus of the present invention, a polygon for drawing the inside of the outline is colored using outer frame information indicating the outline of the polygon. In the polygon drawing apparatus, the outer frame information generating unit generates outer frame information which is information indicating a contour line based on coordinate information indicating coordinates of points constituting the polygon, and the outer frame information generating unit generates the outer frame information generating unit. Using a certain amount of the outer frame information thus generated, while generating mask information that is information for specifying coloring, and state information indicating whether the generation state of the mask information should be continued beyond the certain amount of the information. Is generated, and when the status information indicates continuation, mask information is generated using a certain amount of outer frame information generated by the outer frame information generating unit and status information indicating the previous processing state. Mask information generation that continues to generate state information And a line segment generating means for drawing the polygon using the mask information generated by the mask information generating means, so that information indicating a series of contour lines is divided into predetermined amounts, There is an effect that a polygonal drawing apparatus capable of performing processing efficiently and appropriately can be obtained.

【0085】また、本発明の請求項8にかかる多角形描
画装置によれば、請求項7に記載の多角形描画装置にお
いて、上記マスク情報生成手段が生成したマスク情報
は、上記輪郭線を示す外枠情報の一定量を用いて生成し
たマスク情報を、当該外枠情報の一定量を用いて補正す
るようにしたので、一連の輪郭線を示す情報を一定量ご
とに分割して、効率よく、しかも適切に処理することが
可能となり、かつ、輪郭線を示す情報を生成する過程に
おいてその補正を直ちに行うことができ、情報の欠落を
生じないので、良好な表示結果が得れれるとともに、別
途補正に要する処理の増加を招くことがない多角形描画
装置が得られる効果がある。
Further, according to the polygon drawing apparatus of the present invention, in the polygon drawing apparatus of the present invention, the mask information generated by the mask information generating means indicates the outline. Mask information generated using a certain amount of outer frame information is corrected using a certain amount of the outer frame information. In addition, it is possible to perform appropriate processing, and in the process of generating the information indicating the outline, the correction can be performed immediately, and no information is lost, so that a good display result can be obtained. There is an effect that a polygonal drawing apparatus which does not cause an increase in processing required for correction separately can be obtained.

【0086】また、本発明の請求項9にかかる多角形描
画装置によれば、請求項5または7記載の多角形描画装
置において、上記マスク情報生成手段が生成したマスク
情報を一時保持するマスク情報一時保持手段をさらに備
え、上記線分発生手段は、上記マスク情報一時保持手段
が保持するマスク情報を用いて上記描画を行うものとし
たので、一連の輪郭線を示す情報を一定量ごとに分割し
て、効率よく、しかも適切に処理することが可能とな
り、あるいは、一連の輪郭線を示す情報を一定量ごとに
分割して、効率よく、しかも適切に処理することが可能
となるばかりでなく、マスク情報の生成と、該マスク情
報を用いた描画処理とを並行的に実行し得るものとな
り、処理の高速化を図ることが可能となる効果がある。
According to a ninth aspect of the present invention, in the polygonal drawing apparatus according to the fifth or seventh aspect, the mask information for temporarily holding the mask information generated by the mask information generating means is provided. The apparatus further includes a temporary holding unit, and the line segment generating unit performs the drawing using the mask information held by the mask information temporary holding unit. As a result, it is possible to efficiently and appropriately process, or to divide the information indicating a series of contour lines into a predetermined amount to efficiently and appropriately process the information. Thus, the generation of the mask information and the drawing processing using the mask information can be executed in parallel, and there is an effect that the processing can be sped up.

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

【図1】本発明の実施の形態1による多角形描画装置の
構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a polygon drawing device according to a first embodiment of the present invention.

【図2】同実施の形態1における外枠情報の格納状態
と、該外枠情報を用いた処理を示す図である。
FIG. 2 is a diagram illustrating a storage state of outer frame information and a process using the outer frame information according to the first embodiment.

【図3】同実施の形態1の多角形描画装置が備えるマス
ク情報生成部の内部構成とその処理とを説明するための
図である。
FIG. 3 is a diagram illustrating an internal configuration of a mask information generation unit included in the polygon drawing apparatus according to the first embodiment and a process thereof;

【図4】同実施の形態1の多角形描画装置におけるマス
ク情報の生成を説明するための図である。
FIG. 4 is a diagram for explaining generation of mask information in the polygon drawing apparatus according to the first embodiment;

【図5】同実施の形態1の多角形描画装置におけるマス
ク情報の生成を説明するための図である。
FIG. 5 is a diagram for explaining generation of mask information in the polygon drawing apparatus according to the first embodiment;

【図6】本発明の実施の形態2による多角形描画装置の
構成を示すブロック図である。
FIG. 6 is a block diagram showing a configuration of a polygon drawing device according to a second embodiment of the present invention.

【図7】同実施の形態2における外枠情報の格納状態
と、該外枠情報を用いた処理を示す図である。
FIG. 7 is a diagram showing a storage state of outer frame information and a process using the outer frame information in the second embodiment.

【図8】本発明の実施の形態3による多角形描画装置の
構成を示すブロック図である。
FIG. 8 is a block diagram showing a configuration of a polygon drawing device according to a third embodiment of the present invention.

【図9】同実施の形態3における外枠情報の格納状態
と、該外枠情報を用いた処理を示す図である。
FIG. 9 is a diagram showing a storage state of outer frame information and a process using the outer frame information in the third embodiment.

【図10】輪郭線を示す情報を説明するための図であ
る。
FIG. 10 is a diagram for explaining information indicating a contour line.

【図11】従来の技術による多角形描画処理における、
輪郭線を示す情報の格納状態と、該情報を用いた処理を
示す図である。
FIG. 11 illustrates a polygon drawing process according to the related art.
FIG. 4 is a diagram illustrating a storage state of information indicating an outline and a process using the information.

【図12】従来の技術による多角形描画処理における、
輪郭線を示す情報を用いた塗りつぶしを指定する情報の
生成を説明するための図である。
FIG. 12 illustrates a polygon drawing process according to the related art.
FIG. 9 is a diagram for explaining generation of information designating a fill using information indicating an outline.

【図13】従来の技術による多角形描画処理における、
輪郭線を示す情報を用いた塗りつぶしの処理手順を説明
するための図である。
FIG. 13 illustrates a polygon drawing process according to the related art.
FIG. 9 is a diagram for describing a painting procedure using information indicating an outline.

【図14】従来の技術による多角形描画処理における、
地図情報等に用いられる輪郭線を示す情報の格納状態を
示す図である。
FIG. 14 illustrates a polygon drawing process according to the related art.
FIG. 4 is a diagram illustrating a storage state of information indicating an outline used for map information and the like.

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

101,601,801 アウトライン座標情報格納
部 102,602,802 外枠情報発生部 103,603,803 制御プレーン 104,604,804 マスク情報生成部 105,605,805 シーケンサ 106,606,806 線分発生部 107,507,807 描画プレーン 608,808 マスクバッファ 1041 ガードビット生成部 1042 マスク処理部 1043 前段ガードビット保持部 1044 生成ガードビット保持部 S301 外枠情報(一定量) S302 制御信号 S303 選択された信号 S304 生成されたガードビット S305 マスク情報
101, 601, 801 Outline coordinate information storage unit 102, 602, 802 Outer frame information generation unit 103, 603, 803 Control plane 104, 604, 804 Mask information generation unit 105, 605, 805 Sequencer 106, 606, 806 Line segment generation Unit 107, 507, 807 Drawing plane 608, 808 Mask buffer 1041 Guard bit generation unit 1042 Mask processing unit 1043 Previous guard bit holding unit 1044 Generated guard bit holding unit S301 Outer frame information (constant amount) S302 Control signal S303 Selected signal S304 Generated guard bit S305 Mask information

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色される多角形を描画する多
角形描画方法において、 上記輪郭線を示す外枠情報の一定量に対して、上記一定
量を構成する単位量ごとの排他的論理和処理を並行的に
実行し、上記輪郭線の内部に対し着色を指定する旨の情
報であるマスク情報を生成するとともに、 上記生成したマスク情報を用いて、上記多角形の描画を
行うことを特徴とする多角形描画方法。
1. A polygon drawing method for drawing a polygon in which the inside of a contour is colored using outer frame information indicating a contour of the polygon, wherein a certain amount of outer frame information indicating the contour is provided. In response to the above, while performing exclusive OR processing for each unit amount constituting the fixed amount in parallel to generate mask information that is information indicating that coloring is to be performed inside the outline, A polygon drawing method, wherein the polygon is drawn by using the generated mask information.
【請求項2】 請求項1記載の多角形描画方法におい
て、 上記マスク情報の生成は、上記排他的論理和処理の他
に、上記輪郭線を示す外枠情報の一定量と、これに対し
上記排他的論理和処理を並行的に実行した結果との論理
和処理を含むことを特徴とする多角形描画方法。
2. The polygon drawing method according to claim 1, wherein the generation of the mask information includes, in addition to the exclusive OR processing, a certain amount of outer frame information indicating the contour line, and A polygon drawing method characterized by including an OR operation with a result of executing an exclusive OR operation in parallel.
【請求項3】 多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色される多角形を描画する多
角形描画方法において、 上記輪郭線を示す外枠情報の一定量を用いて、上記輪郭
線の内部に対し着色を指定する旨の情報であるマスク情
報を生成するとともに、上記マスク情報の生成状態を、
上記情報の一定量を越えて継続すべきか否かを示す状態
情報を生成し、 上記生成したマスク情報を用いて、上記多角形の描画を
行い、 後続する、上記輪郭線を示す情報の一定量を用いた、上
記マスク情報と上記状態情報との生成は、上記輪郭線を
示す情報の一定量とともに、前回のマスク情報と状態情
報との生成における上記状態情報を用いて行うことを特
徴とする多角形描画方法。
3. A polygon drawing method for drawing a polygon in which the inside of the outline is colored using outer frame information indicating the outline of the polygon, wherein a certain amount of outer frame information indicating the outline is provided. Is used to generate mask information that is information indicating that coloring is to be performed inside the contour line, and the generation state of the mask information is
Generates state information indicating whether or not to continue beyond a certain amount of the information, draws the polygon using the generated mask information, and subsequently sets a certain amount of information indicating the contour line The generation of the mask information and the state information using the above is performed by using the state information in the previous generation of the mask information and the state information together with a certain amount of the information indicating the contour line. Polygon drawing method.
【請求項4】 請求項3記載の多角形描画方法におい
て、 上記生成したマスク情報は、上記輪郭線を示す外枠情報
の一定量を用いて生成したマスク情報を、当該外枠情報
の一定量を用いて補正したものであることを特徴とする
多角形描画方法。
4. The polygon drawing method according to claim 3, wherein the generated mask information is obtained by converting a certain amount of mask information generated using a certain amount of outer frame information indicating the contour line into a certain amount of the outer frame information. A polygon drawing method characterized in that the polygon drawing is corrected by using.
【請求項5】 多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色される多角形を描画する多
角形描画装置において、 上記多角形を構成する点の座標を示す座標情報に基づい
て、輪郭線を示す情報である外枠情報を生成する外枠情
報生成手段と、 上記外枠情報生成手段が生成した外枠情報の一定量に対
して、上記一定量を構成する単位量ごとの排他的論理和
処理を並行的に実行し、上記輪郭線の内部に対し着色を
指定する旨の情報であるマスク情報を生成するマスク情
報生成手段と、 上記マスク情報生成手段が生成したマスク情報を用い
て、上記多角形の描画を行う線分発生手段とを備えたこ
とを特徴とする多角形描画装置。
5. A polygon drawing apparatus for drawing a polygon in which the inside of the outline is colored using outer frame information indicating the outline of the polygon, wherein coordinates of points constituting the polygon are indicated. Outer frame information generating means for generating outer frame information that is information indicating a contour line based on the coordinate information; and forming the fixed amount with respect to a fixed amount of outer frame information generated by the outer frame information generating means. Mask information generating means for executing exclusive OR processing in parallel for each unit amount to generate mask information that is information indicating that coloring is to be performed inside the contour line; and A polygon drawing device, comprising: a line segment generating means for drawing the polygon using the generated mask information.
【請求項6】 請求項5記載の多角形描画装置におい
て、 上記マスク情報生成手段は、上記排他的論理和処理の他
に、上記輪郭線を示す外枠情報の一定量と、これに対し
上記排他的論理和処理を並行的に実行した結果との論理
和処理を行うものであることを特徴とする多角形描画装
置。
6. The polygon drawing apparatus according to claim 5, wherein, in addition to the exclusive-OR processing, the mask information generating means sets a certain amount of outer frame information indicating the contour line, A polygon drawing device for performing a logical sum process with a result of executing an exclusive logical sum process in parallel.
【請求項7】 多角形の輪郭線を示す外枠情報を用い
て、上記輪郭線の内部が着色される多角形を描画する多
角形描画装置において、 上記多角形を構成する点の座標を示す座標情報に基づい
て、輪郭線を示す情報である外枠情報を生成する外枠情
報生成手段と、 上記外枠情報生成手段が生成した外枠情報の一定量を用
いて、着色を指定する情報であるマスク情報を生成する
とともに、上記マスク情報の生成状態を、上記情報の一
定量を越えて継続すべきか否かを示す状態情報を生成
し、当該状態情報が継続を示す場合は、次に上記外枠情
報生成手段が生成する外枠情報の一定量と、先の処理状
態を示す状態情報とを用いてマスク情報の生成と状態情
報の生成を継続するマスク情報生成手段と、 上記マスク情報生成手段が生成したマスク情報を用い
て、上記多角形の描画を行う線分発生手段とを備えたこ
とを特徴とする多角形描画装置。
7. A polygon drawing apparatus for drawing a polygon in which the inside of the outline is colored using outer frame information indicating the outline of the polygon, wherein coordinates of points constituting the polygon are indicated. Outer frame information generating means for generating outer frame information that is information indicating a contour line based on coordinate information, and information for specifying coloring by using a certain amount of outer frame information generated by the outer frame information generating means. In addition to generating the mask information, and generating the state information indicating whether or not to continue the generation state of the mask information beyond a certain amount of the information, if the state information indicates continuation, then Mask information generating means for continuing generation of mask information and generation of state information using a certain amount of outer frame information generated by the outer frame information generating means and state information indicating the previous processing state; The mask information generated by the generation means And a line segment generating means for drawing the polygon by using the polygon drawing device.
【請求項8】 請求項7記載の多角形描画装置におい
て、 上記マスク情報生成手段が生成したマスク情報は、上記
輪郭線を示す外枠情報の一定量を用いて生成したマスク
情報を、当該外枠情報の一定量を用いて補正したもので
あることを特徴とする多角形描画装置。
8. The polygon drawing apparatus according to claim 7, wherein the mask information generated by the mask information generating means includes mask information generated by using a fixed amount of outer frame information indicating the outline. A polygon drawing device, wherein the correction is performed using a fixed amount of frame information.
【請求項9】 請求項5または7記載の多角形描画装置
において、 上記マスク情報生成手段が生成したマスク情報を一時保
持するマスク情報一時保持手段をさらに備え、 上記線分発生手段は、上記マスク情報一時保持手段が保
持するマスク情報を用いて上記描画を行うものであるこ
とを特徴とする多角形描画装置。
9. The polygon drawing apparatus according to claim 5, further comprising: mask information temporary holding means for temporarily holding the mask information generated by said mask information generating means; A polygon drawing apparatus which performs the drawing using mask information held by an information temporary holding unit.
JP2000000906A 1999-01-06 2000-01-06 Method and device for plotting polygon Pending JP2000259845A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000000906A JP2000259845A (en) 1999-01-06 2000-01-06 Method and device for plotting polygon

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP11-1379 1999-01-06
JP137999 1999-01-06
JP2000000906A JP2000259845A (en) 1999-01-06 2000-01-06 Method and device for plotting polygon

Publications (1)

Publication Number Publication Date
JP2000259845A true JP2000259845A (en) 2000-09-22

Family

ID=26334589

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000000906A Pending JP2000259845A (en) 1999-01-06 2000-01-06 Method and device for plotting polygon

Country Status (1)

Country Link
JP (1) JP2000259845A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100343047C (en) * 2004-03-02 2007-10-17 精工爱普生株式会社 Apparatus for, and method of, forming parenthesized image, apparatus for, and method of, forming externally framed image, program, and memory medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100343047C (en) * 2004-03-02 2007-10-17 精工爱普生株式会社 Apparatus for, and method of, forming parenthesized image, apparatus for, and method of, forming externally framed image, program, and memory medium
US7869080B2 (en) 2004-03-02 2011-01-11 Seiko Epson Corporation Apparatus for, and method of, forming parenthesized image; apparatus for, and method of, forming externally framed image; program; and memory medium
US8102562B2 (en) 2004-03-02 2012-01-24 Seiko Epson Corporation Apparatus for, and method of, forming parenthesized image; apparatus for, and method of, forming externally framed image; program; and memory medium
US8451491B2 (en) 2004-03-02 2013-05-28 Seiko Epson Corporation Apparatus for and method of, forming parenthesized image; apparatus for and method of, forming externally framed image; program; and memory medium

Similar Documents

Publication Publication Date Title
JP4693660B2 (en) Drawing apparatus, drawing method, and drawing program
JP4157569B2 (en) Drawing apparatus, drawing method, and drawing program
JP5172640B2 (en) Vector drawing equipment
KR100361387B1 (en) Polygon drawing method and polygon drawing apparatus
JPH01296389A (en) Method and device for processing graphic
JP5159949B2 (en) Vector drawing equipment
JP2000259845A (en) Method and device for plotting polygon
JPH02270019A (en) Generation system for high quality character pattern
JP2782904B2 (en) Polygon fill method
JP3129717B2 (en) Image processing apparatus and image processing method
JP3191409B2 (en) Font data generator
JP3493745B2 (en) Drawing device
JP2005077750A (en) Display device and character display control method
JPH02168361A (en) Pattern data preparing device to prepare coordinates data and processor
JP2836617B2 (en) Rendering processor
JP3089906B2 (en) Drawing equipment
JP2835056B2 (en) High quality character pattern generation method
JPH0350686A (en) Graphic processing system
JPH10149453A (en) Polygon graphic plotting device
JPH0628486A (en) Image processor
JP2001229373A (en) Reduction processing method for binary image, and image forming device
JPH0573693A (en) Outline paint out system
JPH0594170A (en) Vector font plotting device
JPH096311A (en) Outline font plotting device
JP2001111805A (en) Drawing processing device