JPH079197Y2 - Drawing device - Google Patents
Drawing deviceInfo
- Publication number
- JPH079197Y2 JPH079197Y2 JP10159189U JP10159189U JPH079197Y2 JP H079197 Y2 JPH079197 Y2 JP H079197Y2 JP 10159189 U JP10159189 U JP 10159189U JP 10159189 U JP10159189 U JP 10159189U JP H079197 Y2 JPH079197 Y2 JP H079197Y2
- Authority
- JP
- Japan
- Prior art keywords
- cursor
- request
- host computer
- cursor position
- fifo
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Description
【考案の詳細な説明】 〈産業上の利用分野〉 本考案は、コンピュータ・システムのCRT表示装置に設
置されグラフィックス等を描画する描画装置に関し、特
に、カーソル描画処理を改善するものである。DETAILED DESCRIPTION OF THE INVENTION <Industrial field of application> The present invention relates to a drawing device installed in a CRT display device of a computer system for drawing graphics and the like, and particularly to improve cursor drawing processing.
〈従来の技術〉 一般に、グラフィックス等を描画する描画装置は、ホス
ト計算機から逐次送信される描画要求に含まれる描画コ
マンドに従って描画動作を行っている。<Prior Art> Generally, a drawing apparatus for drawing graphics or the like performs a drawing operation according to a drawing command included in a drawing request sequentially transmitted from a host computer.
また、CRT表示画面上の位置座票を指示するカーソル描
画についても同様であり、ホスト計算機から送信された
描画要求内の描画コマンドがカーソル描画要求である場
合に、カーソル描画が行われる。The same applies to the cursor drawing for instructing the position chart on the CRT display screen, and when the drawing command in the drawing request transmitted from the host computer is the cursor drawing request, the cursor drawing is performed.
〈考案が解決しようとする課題〉 以上のような従来の描画装置では、ホスト計算機からこ
の描画装置の能力よりも多い描画要求が送信されると、
ホスト計算機がカーソル描画要求を送信してから実際に
カーソルが描画されるまでに待たされた時間がかかり、
カーソル表示、移動に遅れを生じていた。<Problems to be Solved by the Invention> In the conventional drawing device as described above, when the host computer sends a drawing request larger than the capability of the drawing device,
It takes time to wait until the cursor is actually drawn after the host computer sends the cursor drawing request,
There was a delay in the cursor display and movement.
本考案は、このような問題を解決することを課題とし、
カーソル移動の反応を高速にして時間遅れのない描画装
置を得ることを目的とする。The present invention aims to solve such a problem,
It is an object of the present invention to obtain a drawing device which does not delay time by speeding up the reaction of cursor movement.
〈課題を解決するための手段〉 上記課題を解決した本考案は、ホスト計算機から逐次与
えられる描画要求に応じて描画動作を行う描画装置にお
いて、前記ホスト計算機から書き込み可能なカーソル位
置バッファと、このカーソル位置バッファ内の値に従っ
てカーソルを描画するカーソル描画部と、前記描画要求
を逐次蓄積するFIFO(First In First Out)メモリと、
このFIFOメモリから前記描画要求を取り出してコマンド
を解釈して対応する処理を起動するとともに該処理終了
時または描画要求がない時は前記カーソル描画部を起動
する要求解釈部とを設けた描画装置である。<Means for Solving the Problems> The present invention, which has solved the above problems, is a writing apparatus that performs a drawing operation in response to a drawing request successively given from a host computer, and a cursor position buffer writable from the host computer, A cursor drawing unit that draws a cursor according to a value in the cursor position buffer; a FIFO (First In First Out) memory that sequentially stores the drawing requests;
A drawing device provided with a request interpreting unit that fetches the drawing request from the FIFO memory, interprets a command, activates the corresponding process, and activates the cursor drawing unit at the end of the process or when there is no drawing request. is there.
〈作用〉 本考案の描画装置は、次のように動作する。<Operation> The drawing apparatus of the present invention operates as follows.
ホスト計算機からの描画要求を逐次FIFOに格納して読み
出し、その描画コマンドに対応する処理が終了した時、
または描画要求がない時にカーソル描画を行う。When drawing requests from the host computer are sequentially stored in the FIFO and read, and the processing corresponding to the drawing command is completed,
Alternatively, the cursor is drawn when there is no drawing request.
〈実施例〉 第1図は本考案を実施した描画装置の構成を表わすブロ
ック図である。<Embodiment> FIG. 1 is a block diagram showing the configuration of a drawing apparatus embodying the present invention.
ホスト計算機1は描画要求を発して本考案の描画装置2
に与え、この描画要求は逐次、FIFO(First In First O
ut)メモリ21に格納される。要求解釈部22はFIFO21に格
納された描画要求を順次読み出し、この描画要求内の描
画コマンドに対応して処理p1,p2,…,pnの内対応する
処理を起動する。そして、各処理が終了する毎に、カー
ソル描画部23を起動する。カーソル描画部23はカーソル
位置を保持するカーソル位置バッファ24からカーソル位
置を取り出し、CRT表示装置3にカーソルを描画する。The host computer 1 issues a drawing request to draw the drawing device 2 of the present invention.
This drawing request is given to the FIFO (First In First O
ut) Stored in the memory 21. The request interpreting unit 22 sequentially reads the drawing requests stored in the FIFO 21, and activates the corresponding processing among the processing p 1 , p 2 , ..., Pn corresponding to the drawing command in the drawing request. Then, every time each processing is completed, the cursor drawing unit 23 is activated. The cursor drawing unit 23 takes out the cursor position from the cursor position buffer 24 holding the cursor position and draws the cursor on the CRT display device 3.
尚、ホスト計算機1は、カーソル位置バッファ24にカー
ソル位置設定可能であり、このカーソル位置バッファ24
に書き込みを行うときは、ロックをかける。カーソル位
置バッファ24はロックをかけられると、カーソル描画部
23はこのカーソル位置バッファ24を読み出すことができ
ず、カーソル描画は行われない。The host computer 1 can set the cursor position in the cursor position buffer 24.
When writing to, lock it. When the cursor position buffer 24 is locked, the cursor drawing unit
23 cannot read this cursor position buffer 24 and cursor drawing is not performed.
第2図は、第1図に示した本考案装置の動作を表わすフ
ローチャートであり、このフローチャートを用いて説明
する。FIG. 2 is a flow chart showing the operation of the device of the present invention shown in FIG. 1, which will be described below.
ホスト計算機1は、描画要求を順次送信し、FIFO21はこ
の描画要求を蓄積する。The host computer 1 sequentially sends drawing requests, and the FIFO 21 stores the drawing requests.
要求解釈部22は、FIFO21に蓄積される描画要求を読み出
す。The request interpretation unit 22 reads the drawing request accumulated in the FIFO 21.
FIFO21が空の場合は、カーソル位置バッファ24のロック
状態をみてロックされていなければ、カーソル位置を取
り出してカーソル描画部23を起動し、カーソル描画を実
行する。If the FIFO 21 is empty, the locked position of the cursor position buffer 24 is checked and if not locked, the cursor position is taken out, the cursor drawing unit 23 is activated, and cursor drawing is executed.
FIFO21が空でない場合は、読み出した描画要求を解釈
し、対応する処理(p1,p2,…,pnのいずれかの処理)
を起動する。If the FIFO 21 is not empty, interpret the read drawing request and perform the corresponding processing ( one of p 1 , p 2 , ..., pn processing)
To start.
この処理が終了すると、カーソル位置バッファ24のロッ
ク状態をみてカーソル位置を取り出し、カーソル描画を
実行する。When this process ends, the cursor position is taken out by checking the locked state of the cursor position buffer 24, and the cursor drawing is executed.
そして、再びFIFO21の次の描画要求を読み出し、同様の
処理を繰り返す。Then, the next drawing request from the FIFO 21 is read again, and the same processing is repeated.
このように、本考案装置は、FIFO21から順次描画要求を
読み出して対応した処理が終了する毎に、または描画要
求ない時にカーソル描画を行うことになり、ホスト計算
機1から発せられたカーソル描画が待たされるというこ
とはない。As described above, the device of the present invention performs cursor drawing each time the drawing request is sequentially read from the FIFO 21 and the corresponding processing is completed, or when there is no drawing request, and the cursor drawing issued from the host computer 1 waits. There is no such thing.
即ち、以上の動作をまとめると、次に説明する、
(1),(2),(3)の3通りの場合に分けられる。
(1)描画要求を処理している時にカーソル位置がセッ
トされた場合 要求解釈部22はFIFO21から描画要求を取り出して解釈
し、その要求に対応する処理を行う。この間に、ホスト
計算機1等によりカーソル位置バッファ24内のカーソル
位置が変更される場合であり、この要求に対応した処理
が終了した時点で、カーソル描画部23はカーソル位置バ
ッファ24よりカーソル位置を読み出してカーソルを描画
する。(2)ホスト計算機1がカーソル位置をセットし
ている際にカーソル描画部23が起動した場合 カーソル描画部23がカーソル位置バッファ24のカーソル
位置を取り出そうとしても、ホスト計算機1が書き込み
中であるため、カーソル位置バッファ24にはロックがか
かっていてカーソル位置を読み出すことはできない。こ
の時は、カーソル描画を行わず、FIFO21か次の描画要求
を取り出してその処理をする。以後は(1)と同様の動
作である。That is, the above operation will be summarized as follows.
There are three cases of (1), (2), and (3).
(1) When the cursor position is set while processing a drawing request: The request interpreter 22 extracts the drawing request from the FIFO 21 and interprets it, and performs the processing corresponding to the request. In the meantime, when the cursor position in the cursor position buffer 24 is changed by the host computer 1 or the like, the cursor drawing unit 23 reads the cursor position from the cursor position buffer 24 when the processing corresponding to this request is completed. To draw the cursor. (2) When the cursor drawing unit 23 is activated while the host computer 1 is setting the cursor position Even if the cursor drawing unit 23 tries to extract the cursor position of the cursor position buffer 24, the host computer 1 is writing. Therefore, the cursor position buffer 24 is locked and the cursor position cannot be read. At this time, the cursor 21 is not drawn, and the FIFO 21 or the next drawing request is fetched and processed. After that, the operation is the same as (1).
(3)描画要求はなく、ホスト計算機1によりカーソル
位置がセットされる場合 処理すべき描画要求はなく、カーソル位置バッファ24の
ロックが解除されしだい、カーソル描画が行われる。(3) When there is no drawing request and the cursor position is set by the host computer 1. There is no drawing request to be processed, and cursor drawing is performed as soon as the lock of the cursor position buffer 24 is released.
以上のように、描画装置がどのような状態にあっても、
カーソル描画は直ちに実行される。As described above, no matter what the state of the drawing device,
Cursor drawing is executed immediately.
〈考案の効果〉 ホスト計算機から、処理しきれない大量の描画要求を受
け取った場合でも、カーソル描画を最優先で行うことが
できるので、マウス等の装置を使用してカーソルを移動
させるような場合であっても、他の描画動作を実行しつ
つ高速にカーソルを移動させることができる。<Effect of device> Even when a large number of drawing requests that cannot be processed are received from the host computer, cursor drawing can be performed with the highest priority. Therefore, when moving the cursor using a device such as a mouse. Even in this case, the cursor can be moved at high speed while executing another drawing operation.
第1図は本考案を実施した描画装置の構成図、第2図は
本考案装置の動作を表わすフローチャートである。 1……ホスト計算機、2……描画装置、21……FIFOメモ
リ、22……要求解釈部、23……カーソル描画部、24……
カーソル位置バッファ、3……CRT表示装置。FIG. 1 is a block diagram of a drawing device embodying the present invention, and FIG. 2 is a flow chart showing the operation of the device of the present invention. 1 ... Host computer, 2 ... Drawing device, 21 ... FIFO memory, 22 ... Request interpreting unit, 23 ... Cursor drawing unit, 24 ...
Cursor position buffer, 3 ... CRT display device.
Claims (1)
に応じて描画動作を行う描画装置において、前記ホスト
計算機から書き込み可能なカーソル位置バッファと、こ
のカーソル位置バッファ内の値に従ってカーソルを描画
するカーソル描画部と、前記描画要求を逐次蓄積するFI
FO(First In First Out)メモリと、このFIFOメモリか
ら前記描画要求を取り出してコマンドを解釈して対応す
る処理を起動するとともに該処理終了時または描画要求
がない時は前記カーソル描画部を起動する要求解釈部と
を設けた描画装置。1. A drawing apparatus for performing a drawing operation in response to a drawing request successively given from a host computer, and a cursor position buffer writable by the host computer and a cursor drawing for drawing a cursor according to a value in the cursor position buffer. Section and FI that sequentially stores the drawing request
FO (First In First Out) memory and fetches the drawing request from this FIFO memory, interprets the command and activates the corresponding process, and activates the cursor drawing unit at the end of the process or when there is no drawing request. A drawing device provided with a request interpretation unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10159189U JPH079197Y2 (en) | 1989-08-30 | 1989-08-30 | Drawing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10159189U JPH079197Y2 (en) | 1989-08-30 | 1989-08-30 | Drawing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0339794U JPH0339794U (en) | 1991-04-17 |
JPH079197Y2 true JPH079197Y2 (en) | 1995-03-06 |
Family
ID=31650538
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10159189U Expired - Lifetime JPH079197Y2 (en) | 1989-08-30 | 1989-08-30 | Drawing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH079197Y2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101036374B1 (en) * | 2008-04-16 | 2011-05-23 | 손미향 | Manufacturing method buoyancy substance for buoyance suit |
-
1989
- 1989-08-30 JP JP10159189U patent/JPH079197Y2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH0339794U (en) | 1991-04-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8004533B2 (en) | Graphics input command stream scheduling method and apparatus | |
US4941111A (en) | Video picking and clipping method and apparatus | |
JP2000331150A (en) | Graphics system, method for executing graphics operation, and computer-readable medium | |
JPH06161647A (en) | Pen input processor | |
JPH079197Y2 (en) | Drawing device | |
CN112540711B (en) | Control method, device and equipment for selecting three-dimensional space object at webpage end | |
JP3119051B2 (en) | Print information conversion method and apparatus | |
JPH04251291A (en) | Character string plotting system in raster image processing system | |
JP3312699B2 (en) | Screen display method using virtual VRAM | |
JPS6139160A (en) | Graphic element retrieval processing system | |
JP3193784B2 (en) | Computer game equipment | |
KR100308265B1 (en) | Graphic image processor and method | |
JPS63271672A (en) | Graphic output controller | |
JPH06250812A (en) | Multiwindow system | |
JPH0260195B2 (en) | ||
JPS63204295A (en) | Data display device | |
JPS63136080A (en) | Cursor moving apparatus | |
JPS62219073A (en) | Graphic data restoration system in graphic processing system | |
JPS63280387A (en) | Display system for repetitive pattern | |
JPH01296328A (en) | Program executing system | |
Bales | Hardware/Software Issues for Video Guidance Systems: The Coreco Frame Grabber | |
JPH0331943A (en) | Method for clearing file area in information processor | |
JPS62121490A (en) | Fast scrolling system gpt menu drawing | |
JPH0434175B2 (en) | ||
JPH0425975A (en) | Graphic plotting abbreviating system |