US4736200A - Graphic processing apparatus with clipping circuit - Google Patents

Graphic processing apparatus with clipping circuit Download PDF

Info

Publication number
US4736200A
US4736200A US06/554,105 US55410583A US4736200A US 4736200 A US4736200 A US 4736200A US 55410583 A US55410583 A US 55410583A US 4736200 A US4736200 A US 4736200A
Authority
US
United States
Prior art keywords
bit map
clip
comparator
memory
map memory
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 - Fee Related
Application number
US06/554,105
Inventor
Shouji Ounuma
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.)
Toshiba Corp
Original Assignee
Tokyo Shibaura Electric 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 Tokyo Shibaura Electric Co Ltd filed Critical Tokyo Shibaura Electric Co Ltd
Assigned to TOKYO SHIBAURA DENKI KABUSHIKI KAISHA, reassignment TOKYO SHIBAURA DENKI KABUSHIKI KAISHA, ASSIGNMENT OF ASSIGNORS INTEREST. Assignors: OUNUMA, SHOUJI
Application granted granted Critical
Publication of US4736200A publication Critical patent/US4736200A/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/393Arrangements for updating the contents of the bit-mapped memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Generation (AREA)

Abstract

A graphic apparatus of the invention having a clip function includes a clip register storing coordinates of points defining a display designation clip area. The contents of the clip register and an address supplied to a bit map memory are compared by a comparator. Control operation for clipping is performed such that only data falling within the clip area is written in the bit map memory in accordance with the comparison result of the comparator.

Description

BACKGROUND OF THE INVENTION
The present invention relates to a graphic apparatus which realizes clipping with simple hardware.
In a graphic apparatus, data is processed so as to display a figure expressed within a predetermined coordinate plane within a specific region on a screen. In this case, this specific region is generally a square region having sides parallel to the x- and y-axes. Processing for eliminating the portion of the figure falling outside this region is termed windowing. Clipping is generally known as one of windowing techniques.
FIG. 1 is a block diagram showing a partial configuration of a conventional graphic apparatus which realizes clipping. Referring to FIG. 1, an arithmetic unit 11 performs various arithmetic operations for graphics processing. A bit map memory 12 stores data corresponding to a graphic pattern. The bit map memory 12 generally has a one-dimensional address space and the addresses logically correspond to the coordinate plane for developing a figure. Data to be written in the bit map memory 12 is temporarily stored in a register 15 through a common data bus 101 and is then supplied to the bit map memory 12. The data read out from the bit map memory 12 is supplied to an output controller 17 which supplies display data to a CRT display unit. The data read out from the bit map memory 12 is also temporarily stored in a register 16 and is then supplied to the common data bus 101.
The read and write operations of data into and from the bit map memory 12 as described above are controlled by a memory controller 13. The memory controller 13 receives a control signal m1 from the arithmetic unit 11 through a control bus 103 and also receives a control signal m2 from a display controller 18. In accordance with these signals, the memory controller 13 controls the read and write operations of data into and from the bit map memory 12. In response to an address supplied through an address bus 102, a memory address controller 14 supplies to the bit map memory 12 a read address or a write address of the bit map memory 12.
In the bit map memory 12, as shown in FIG. 2, one word consists of 16 bits and memory locations from address 0 to address 8191 are allocated. The capacity of the bit map memory 12 corresponds to the effective screen area of the CRT display unit. The screen of the CRT unit has 512 dots in the horizontal direction and 256 dots in the vertical direction, as shown in FIG. 2. FIG. 3 shows the state wherein the contents of the bit map memory 12 are updated upon drawing graphic elements. For example, when a straight line 30 is first drawn and then a straight line 31 is drawn, contents 32 of the bit map memory 12 corresponding to a portion of the line surrounded by a thick slice i are changed to contents 33.
A coordinate plane as shown in FIG. 4 is considered in the graphic apparatus as described above. A rectangular area defined in the coordinate plane by points of coordinates Ps (Xs, Ys) and Pe (Xe, Ye) will be referred to as a clip area 40. The clip function allows development (i.e., display) of a figure within the clip area 40 alone. More specifically, when a straight line connecting points of coordinates P1 (X1, Y1) and P2 (X2, Y2) is drawn, as shown in FIG. 4, the arithmetic unit 11 calculates a point Pi (Xi, Yi) between the two points P1 and P2 in accordance with an equation (1) below:
Y=(Y2-Y1)·(X-Xi)/(X2-X1)+Yi                       (1)
The contents (M) at the address of the bit map memory 12 which are converted in accordance with an equation (3) below in correspondence with a point Pi (Xi, Yi) satisfying relations (2) below are fetched in the arithmetic unit 11:
Xs≦Xi≦Xe, Ys≦Yi≦Ye             (2)
M=32Y+[X/16]                                               (3)
where [X/16] is an integral part of X/16. The arithmetic unit 11 creates data with set bit data (B) given by an equation (4) below:
B=X-16(n-1)                                                (4)
where n is an integer of 1 or more which renders the right side of the equation (4) minimum. The data processed in this manner is stored at the original address of the bit map memory 12 through the register 15 from which it was read out. Then, the line segment within the clip area 40 alone (i.e., between the points P1 and P3) is displayed, and the clip function is completed.
However, in a conventional graphic apparatus, such a clip function as described above is performed under program control of the arithmetic unit (generally comprising a microprocessor). This results in a low graphic processing speed and a complex program being stored in the arithmetic unit.
SUMMARY OF THE INVENTION
It is an object of the present invention to provide a graphic apparatus which realizes clipping with simple hardware, simplifies a program to be stored in an arithmetic unit, and performs high-speed graphics processing.
According to the graphic apparatus of the present invention, a clip register stores coordinates of a point which define a predetermined display designation area in a coordinate plane. A bit map memory storing a graphic pattern has addresses which logically correspond to the coordinate plane. An address supplied to the bit map memory and the coordinates of a point set in the clip register are compared by a comparator so as to determine whether the address falls within the display designation area. In accordance with the discrimination result obtained from the comparator, only data falling within the display designation area are written in the bit map memory under the control of a memory controller.
With the graphic apparatus of this configuration, clipping can be performed at high speed by simple hardware such as a clip register, a comparator and the like. This realizes high-speed graphics processing and simplifies a program to be stored in the arithmetic unit.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram showing the configuration of a conventional graphic apparatus;
FIG. 2 is a representation showing correspodence between a display screen and a bit map memory;
FIG. 3 shows the state wherein the contents of the bit map memory are updated upon drawing of a graphic element;
FIG. 4 is a representation for explaining the clip function utilizing the coordinate plane;
FIG. 5 is a block diagram showing the configuration of a graphic apparatus according to an embodiment of the present invention;
FIG. 6 is a circuit diagram showing the details of circuit portions surrounding a clip register and a comparator of the apparatus shown in FIG. 5;
FIG. 7 is a circuit diagran showing the details of circuit portions surrounding a gate circuit, a select circuit, and the clip register of the apparatus shown in FIG. 5;
FIG. 8 is a circuit diagram showing the details of the select circuit of the apparatus shown in FIG. 5;
FIG. 9 is a representation for explaining the clip function in the apparatus shown in FIG. 5;
FIGS. 10a to 10d are representations for explaining the mode of operation of the graphic apparatus shown in FIG. 5;
FIG. 11 is a block diagram showing the configuration of a graphic apparatus according to a second embodiment of the present invention; and
FIG. 12 is a circuit diagram showing the partial configuration of a memory controller of the apparatus shown in FIG. 11.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
The first embodiment of the present invention will be described with reference to FIGS. 5 to 10. FIG. 5 is a block diagram showing the configuration of a graphic apparatus according to the first embodiment. Referring to FIG. 5, an arithmetic unit 11 performs various arithmetic operations necessary for graphics processing. A clip register 50 stores coordinates of predetermined points which are supplied from the arithmetic unit 11 through a common data bus 101. The coordinates of the points are data for defining a predetermined display designation area in a coordinate plane (space corresponding to a screen area). The coordinates of the points set in the clip register 50 are supplied to a comparator 51 as one input thereto. The comparator 51 receives as its other input an address of a bit map memory 12 from a memory address controller 14. The comparator 51 compares the two inputs and supplies a control signal 215 to a gate circuit 52 and a control signal 216 to a memory controller 13 in accordance with the comparison result. The gate circuit 52 controls transfer of the contents in the clip register 50 to a select circuit 53 in accordance with the control signal 215 from the comparator 51. In accordance with an output signal from the gate circuit 52, the select circuit 53 selects one of the data supplied from the arithmetic unit 11 through the common data bus 101 and the data read out from the bit map memory 12. The select circuit 53 then supplies the selected data to the bit map memory 12.
The bit map memory 12 has addresses which logically correspond to a coordinate plane corresponding to a display screen of a CRT display unit, for example. The bit map memory 12 stores the data (i.e., graphic pattern) from the select circuit 53 at an address corresponding to the address signal supplied from the memory address controller 14. The memory address controller 14 receives address signals from the arithmetic unit 11 through a address bus 102. Data read out from the bit map memory 12 is supplied to a CRT display unit, for example, as display data. The read and write operations of data into and from the bit map memory 12 are controlled by the memory controller 13. Reference numerals 103 to 105 denote memory control signals RD, WR and CE supplied from the memory controller 13 to the bit map memory 12.
FIG. 6 is a block diagram showing circuit portions surrounding the clip register 50 and the comparator 51 of the apparatus shown in FIG. 5. The clip register 50 includes a plurality of registers 501 to 504 (others also included), which respectively store coordinates Xsu, Xeu, Ysu and Yeu for defining a clip area. Note that a clip area is a predetermined display designation area 40 (FIG. 9) for realizing clipping. The comparator 51 consists of a plurality of comparators 511 to 514. Each of the comparators 511 to 514 compares the corresponding one of the coordinates Xsu, Xeu, Ysu and Yeu from the clip register 50 with an address (X, Y) from the memory address controller 14. More specifically, the comparator 511 compares Xsu with X. If they coincide, the comparator 511 supplies a control signal 2151 to the gate circuit 52. If Xsu is smaller than X, the comparator 511 supplies a control signal 2161 to an AND gate 60. The comparator 512 compares Xeu and X. If they coincide, the comparator 512 supplies a control signal 2152 to the gate circuit 52. If Xeu is greater than X, the comparator 512 supplies a control signal 2162 to the AND gate 60. The comparator 513 compares Ysu with Y. If they coincide or Ysu is greater than Y, the comparator 513 supplies a control signal 2163 to the AND gate 60. The comparator 514 compares Yeu with Y. If they coincide or Yeu is greater than Y, the comparator 514 supplies a control signal 2164 to the AND gate 60. An output signal 216 from the AND gate 60 is supplied to the memory controller 13.
FIG. 7 is a block diagram showing details of the circuit portions surrounding the gate circuit 52, the select circuit 53 and the clip register 50 of the apparatus shown in FIG. 5. Coordinates Xsdot and Xedot are set in registers 505 and 506 (separate registers from the registers 501 to 504 shown in FIG. 6) of the clip register 50. The coordinates Xsdot and Xedot are 16-bit data which are obtained based on the lower four bits of the coordinates Xs and Xe, for example, shown in FIG. 9. Note that Xsu and Xeu consist of the upper bits of Xs and Xe from which the lower four bits have been removed. The contents of the registers 505 and 506 are respectively supplied to gates 521 and 522 of the gate circuit 52. In response to the control signals 2151 and 2152 from the comparator 51, the gates 521 and 522 control to transfer the contents in the registers 505 and 506 to the select circuit 53.
The select circuit 53 comprises, for example, a circuit as shown in FIG. 8. More specifically, the select circuit 53 comprises a combination of an AND gate 80 and an OR gate 81. In response to an output signal 520 (520-0 to 520-15) from the gate circuit 52, the select circuit 53 selects one of data 105 (105-0 to 105-15) from the register 15 and data 102 (102-0 to 102-15) from the bit map memory 12 and supplies the selected data to the bit map memory 12.
The mode of operation of the graphic apparatus having the configuration as described above will now be described. First, when a clip area 40 as shown in FIG. 9 is designated, the coordinates Xsu, Ys, Xeu, and Ye and Xsdot and Xedot defining this clip area 40 are calculated by the arithmetic unit 11 and are supplied to the registers 501 to 506 of the clip register 50, respectively. When a point having coordinates (Xi, Yi) is to be plotted on the screen as shown in FIG. 9, a predetermined address of the bit map memor 12 corresponding to the coordinates is produced from the arithmetic unit 11 and is supplied to the memory address controller 14. The predetermined address is an address of the bit map memory 12 from which the data of set bits corresponding to (Xi, Yi) is read out and into which the data is stored again.
The address supplied from the memory address controller 14 to the bit map memory 12 is also supplied to one input terminal of the comparator 51. The other input terminal of the comparator 51 receives the contents of the clip register 50. When the comparator 51 determines that the address falls within the clip area 40, it produces a control signal 216 for enabling memory write to the memory controller 13. As shown in FIG. 6, when the address (corresponding to Xi, Yi) from the memory address controller 14 satisfies Xsu≦Xi≦Xeu and Ysu≦Yi≦Yeu, the comparators 511 to 514 supply control signals 2161 to 2164 to the AND gate 60. The AND gate 60 then supplies a control signal 216 for enabling memory write to the memory controller 13.
When the comparator 51 determines that Xsu=Xi (the lower four bits are not considered) and Xeu=Xi (the lower four bits are not considered), the comparator 511 or 512 supplies a control signal 2151 or 2152 to the gate circuit 52. In accordance with the control signal 2151 or 2152, Xsdot or Xedot stored in the register 505 or 506 of the clip register 50 is transferred to the select circuit 53, as shown in FIG. 7.
In response to a select signal, that is, a signal 520, from the gate circuit 52 (e.g., in response to a signal 520 of logic level "1") to the select circuit 53, data 105 from the register 15 is selected and is supplied to the bit map memory 12. The data 105 from the register 15 is output data from the arithmetic unit 11. When the signal 520 is at logic level "0", the select circuit 53 selects output data 102 from the bit map memory 12 and returns it to the bit map memory 12. Then, those bits of Xsdot and Xedot of the clip registers 505 and 506 which are set at logic level "1" are updated. Subsequently, updated data 530 is rewritten in the bit map memory 12.
When the address from the memory address controller 14 falls within the clip area 40 and Xsu=Xi (excluding the lower four bits), those bits of Xsdot shown in FIG. 10a which are set at logic level "1" are replaced by output data 105 (FIG. 10b) from the arithmetic unit 11. Those bits of Xsdot which are set at logic level "0" are replaced by output data 102 (FIG. 10c) from the bit map memory 12. In this manner, for the bits corresponding to logic level "0" of Xsdot, the original contents of the bit map memory 12 are retained. In this manner, updated data 530 as shown in FIG. 10d is supplied from the select circuit 53 to the bit map memory 12.
On the other hand, when the address from the memory address controller 14 falls outside the clip area 40, no memory write enable signal 216 is supplied from the comparator 51 to the memory controller 13. Therefore, the contents of the bit map memory 12 are not updated.
Clipping is performed in the manner as described above. Then, a figure including points having coordinates Xi, Yi within the clip area 40 alone is displayed on the screen of the CRT display unit, as shown in FIG. 9.
FIG. 11 is a block diagram showing the configuration of a graphic apparatus according to a second embodiment of the present invention. In the second embodiment, as shown in FIG. 11, an output signal 520 from the gate circuit 52 is supplied to a memory controller 13. FIG. 12 is a circuit diagram showing the partial configuration of the memory controller 13 shown in FIG. 11. Output signals 520-0 to 520-15 from the gate circuit 52 are supplied to one input terminal of each of NAND gates 900 to 915. The other input terminal of each of the NAND gates 900 to 915 commonly receives an output signal from an AND gate 90. The AND gate 90 receives at its one input terminal an output signal 216 from a comparator 51 and at its other input terminal a memory control singal WR supplied through a control bus 103. Output signals 104-0 to 104-15 (or 105-0 to 105-15) from the NAND gates 900 to 915 are supplied to a bit map memory 12 as a memory control signal (write signal).
In the second embodiment shown in FIG. 11, when an address set by an arithmetic circuit 11 falls outside a clip area 40, no control signal 216 for enabling memory write is supplied from the comparator 51 to the memory controller 13 (the AND gate 90 shown in FIG. 12). Therefore, as shown in FIG. 12, the gate of the AND gate 90 is turned off, and memory control signals (memory write signals 104-0 to 104-15) are prohibited from being supplied from the NAND gates 900 to 915 to the bit map memory 12. The contents of the bit map memory 12 are not updated.
Assume that an output signal 520 (see FIG. 7) from the gate circuit 52 is supplied to the memory controller 13 when an address set by the arithmetic unit 11 falls within the clip area 40. This is the case wherein the NAND gates 900 to 915 respectively receive signals 520-0 to 520-15 corresponding to Xsdot or Xedot from the clip register 50 and the gate of the AND gate 90 is turned on by the control signal 216 from the comparator 51. Then, memory write signals 104-0 to 104-15 corresponding to those bits of Xsdot or Xedot set in the clip register 505 or 506 which are set at logic level "1" are supplied to the bit map memory 12 from the NAND gates 900 to 915. Thus, the contents of the bit map memory 12 corresponding to the bits of the memory write signals 104-0 to 104-15 are updated.
When an address set by the arithmetic unit 11 falls within the clip area 40 and signals 520-0 to 520-15 are not supplied from the gate circuit 52 to the NAND gates 900 to 915, all bits of memory write signals 104-0 to 104-15 are supplied from the NAND gates 900 to 915 to the bit map memory 12. In this manner, all bits of the contents of the bit map memory 12 are updated.
In the second embodiment as described above, clipping is performed by controlling an output of the memory write signal 104 from the memory controller 14.
The present invention is not limited to CRT display units described with reference to the first and second embodiments as described above, and may be generally applied to any other types of graphic apparatuses such as a serial printer or a laser beam printer.

Claims (3)

What is claimed is:
1. A graphic apparatus comprising:
means for displaying a graphic pattern;
bit map memory means for storing graphic data indicative of said graphic pattern at addresses corresponding to a coordinate plane of said display means;
clip register means for storing coordinates which define a predetermined clip area in said coordinate plane within which a different pattern is desired to be displayed;
a comparator for comparing said coordinates in said clip register means with said addresses to determine if said addresses fall within said predetermined clip area;
memory control means for selectively controlling a write operation of said graphic data into said bit map memory means based on a comparison signal from said comparator;
select means for receiving: (1) output data from said bit map memory means as first input data, and (2) data corresponding to said different graphic pattern as second input data, and for selecting one of said first and second input data and supplying said selected data to said bit map memory means; and
select control means for controlling said select means to produce one of: (a) all bits of said first input data, when said addresses of said bit map memory means are outside said clip area, or (b) predetermined bits of said first input data corresponding to said graphic pattern and predetermined bits of said second input data corresponding to said different graphic pattern, said predetermined bits of said second input data replacing bits in said clip area other than said predetermined bits of said first input data when said addresses of said bit map means are within said clip area, in accordance with the coordinates stored in said clip register means in response to said comparison signal from said comparator.
2. A graphic apparatus according to claim 1, wherein said memory control means has a gate circuit which is coupled to said bit map memory means to produce a memory write signal, a number of bits of the memory write signal being determined by both said comparison signal from said comparator and said coordinates from said clip register means.
3. Apparatus as in claim 1 wherein said clip register means includes a plurality of registers, each for storing a coordinate defining a boundary of said clip area,
said apparatus further comprising a plurality of comparators, each comparator being coupled to one of said registers, and to said addresses, so that parallel processing is performed to determine if said addresses are within said clip area.
US06/554,105 1982-11-25 1983-11-21 Graphic processing apparatus with clipping circuit Expired - Fee Related US4736200A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP59-206617 1982-11-25
JP57206617A JPS5995669A (en) 1982-11-25 1982-11-25 Graphic processor

Publications (1)

Publication Number Publication Date
US4736200A true US4736200A (en) 1988-04-05

Family

ID=16526336

Family Applications (1)

Application Number Title Priority Date Filing Date
US06/554,105 Expired - Fee Related US4736200A (en) 1982-11-25 1983-11-21 Graphic processing apparatus with clipping circuit

Country Status (2)

Country Link
US (1) US4736200A (en)
JP (1) JPS5995669A (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0183498A2 (en) * 1984-11-27 1986-06-04 Honeywell Inc. Write-protect apparatus for bit mapped memory
EP0278526A2 (en) * 1987-02-13 1988-08-17 Nec Corporation Graphics diplay controller having clipping function
US4862150A (en) * 1983-12-26 1989-08-29 Hitachi, Ltd. Graphic pattern processing apparatus
US4885703A (en) * 1987-11-04 1989-12-05 Schlumberger Systems, Inc. 3-D graphics display system using triangle processor pipeline
US4888712A (en) * 1987-11-04 1989-12-19 Schlumberger Systems, Inc. Guardband clipping method and apparatus for 3-D graphics display system
US4897805A (en) * 1988-05-17 1990-01-30 Prime Computer, Inc. Method and apparatus for performing polygon fills in graphical applications
US4901064A (en) * 1987-11-04 1990-02-13 Schlumberger Technologies, Inc. Normal vector shading for 3-D graphics display system
US4901252A (en) * 1984-07-13 1990-02-13 International Business Machines Corporation Method for producing planar geometric projection images
US4945500A (en) * 1987-11-04 1990-07-31 Schlumberger Technologies, Inc. Triangle processor for 3-D graphics display system
US5012433A (en) * 1987-04-27 1991-04-30 International Business Machines Corporation Multistage clipping method
US5031114A (en) * 1987-03-31 1991-07-09 Kabushiki Kaisha Toshiba Method and apparatus for clipping figures against a clipping frame using line segment cross point and area detection
US5040129A (en) * 1986-08-05 1991-08-13 Minolta Camera Kabushiki Data processor for generating character image
US5051737A (en) * 1989-02-23 1991-09-24 Silicon Graphics, Inc. Efficient graphics process for clipping polygons
US5179642A (en) * 1987-12-14 1993-01-12 Hitachi, Ltd. Image synthesizing apparatus for superposing a second image on a first image
US5216413A (en) * 1988-06-13 1993-06-01 Digital Equipment Corporation Apparatus and method for specifying windows with priority ordered rectangles in a computer video graphics system
US5274364A (en) * 1989-01-09 1993-12-28 Industrial Technology Research Institute Window clipping method and device
US5313227A (en) * 1988-04-15 1994-05-17 International Business Machines Corporation Graphic display system capable of cutting out partial images
US5396263A (en) * 1988-06-13 1995-03-07 Digital Equipment Corporation Window dependent pixel datatypes in a computer video graphics system
US6704019B2 (en) * 1990-07-27 2004-03-09 Hitachi, Ltd. Graphic processing apparatus and method
US20040111452A1 (en) * 2002-07-31 2004-06-10 Junichi Sakamoto Clipping device
US20090231360A1 (en) * 2008-03-03 2009-09-17 Radek Orsak Method for combining display information from graphic subsystem of computer systems and equipment for carrying out that method

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5971562A (en) * 1982-10-18 1984-04-23 Hitachi Ltd Control system of time division computer system
US5923591A (en) * 1985-09-24 1999-07-13 Hitachi, Ltd. Memory circuit
US5175838A (en) * 1984-10-05 1992-12-29 Hitachi, Ltd. Memory circuit formed on integrated circuit device and having programmable function
US5450342A (en) * 1984-10-05 1995-09-12 Hitachi, Ltd. Memory device
US6028795A (en) * 1985-09-24 2000-02-22 Hitachi, Ltd. One chip semiconductor integrated circuit device having two modes of data write operation and bits setting operation
US5448519A (en) * 1984-10-05 1995-09-05 Hitachi, Ltd. Memory device
JPS6249570A (en) * 1985-08-29 1987-03-04 Toshiba Corp Picture processor

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4243987A (en) * 1978-06-27 1981-01-06 Xerox Corporation Display processor for producing video signals from digitally encoded data to create an alphanumeric display
JPS56148247A (en) * 1980-03-10 1981-11-17 Aji No Mansei:Kk Making method of fried rice ball
JPS5774779A (en) * 1980-10-28 1982-05-11 Nippon Telegraph & Telephone Clip vector processing system
JPS5778289A (en) * 1980-10-31 1982-05-15 Toshiba Corp Picture information mask circuit
US4437093A (en) * 1981-08-12 1984-03-13 International Business Machines Corporation Apparatus and method for scrolling text and graphic data in selected portions of a graphic display
US4492956A (en) * 1980-02-29 1985-01-08 Calma Company Graphics display system and method including preclipping circuit
US4545070A (en) * 1982-04-30 1985-10-01 Fuji Electric Company, Ltd. Pattern discriminator
US4586036A (en) * 1983-02-28 1986-04-29 Advanced Computer Concepts, Inc. Graphics display systems

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4243987A (en) * 1978-06-27 1981-01-06 Xerox Corporation Display processor for producing video signals from digitally encoded data to create an alphanumeric display
US4492956A (en) * 1980-02-29 1985-01-08 Calma Company Graphics display system and method including preclipping circuit
JPS56148247A (en) * 1980-03-10 1981-11-17 Aji No Mansei:Kk Making method of fried rice ball
JPS5774779A (en) * 1980-10-28 1982-05-11 Nippon Telegraph & Telephone Clip vector processing system
JPS5778289A (en) * 1980-10-31 1982-05-15 Toshiba Corp Picture information mask circuit
US4437093A (en) * 1981-08-12 1984-03-13 International Business Machines Corporation Apparatus and method for scrolling text and graphic data in selected portions of a graphic display
US4545070A (en) * 1982-04-30 1985-10-01 Fuji Electric Company, Ltd. Pattern discriminator
US4586036A (en) * 1983-02-28 1986-04-29 Advanced Computer Concepts, Inc. Graphics display systems

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4862150A (en) * 1983-12-26 1989-08-29 Hitachi, Ltd. Graphic pattern processing apparatus
US6492992B2 (en) 1983-12-26 2002-12-10 Hitachi, Ltd. Graphic pattern processing apparatus
US4901252A (en) * 1984-07-13 1990-02-13 International Business Machines Corporation Method for producing planar geometric projection images
EP0183498A2 (en) * 1984-11-27 1986-06-04 Honeywell Inc. Write-protect apparatus for bit mapped memory
EP0183498A3 (en) * 1984-11-27 1989-12-13 Honeywell Inc. Write-protect apparatus for bit mapped memory
US5040129A (en) * 1986-08-05 1991-08-13 Minolta Camera Kabushiki Data processor for generating character image
EP0278526A2 (en) * 1987-02-13 1988-08-17 Nec Corporation Graphics diplay controller having clipping function
EP0278526A3 (en) * 1987-02-13 1991-07-03 Nec Corporation Graphics diplay controller having clipping function
US5031114A (en) * 1987-03-31 1991-07-09 Kabushiki Kaisha Toshiba Method and apparatus for clipping figures against a clipping frame using line segment cross point and area detection
US5012433A (en) * 1987-04-27 1991-04-30 International Business Machines Corporation Multistage clipping method
US4885703A (en) * 1987-11-04 1989-12-05 Schlumberger Systems, Inc. 3-D graphics display system using triangle processor pipeline
US4945500A (en) * 1987-11-04 1990-07-31 Schlumberger Technologies, Inc. Triangle processor for 3-D graphics display system
US4901064A (en) * 1987-11-04 1990-02-13 Schlumberger Technologies, Inc. Normal vector shading for 3-D graphics display system
US4888712A (en) * 1987-11-04 1989-12-19 Schlumberger Systems, Inc. Guardband clipping method and apparatus for 3-D graphics display system
US5179642A (en) * 1987-12-14 1993-01-12 Hitachi, Ltd. Image synthesizing apparatus for superposing a second image on a first image
US5313227A (en) * 1988-04-15 1994-05-17 International Business Machines Corporation Graphic display system capable of cutting out partial images
US4897805A (en) * 1988-05-17 1990-01-30 Prime Computer, Inc. Method and apparatus for performing polygon fills in graphical applications
US5216413A (en) * 1988-06-13 1993-06-01 Digital Equipment Corporation Apparatus and method for specifying windows with priority ordered rectangles in a computer video graphics system
US5396263A (en) * 1988-06-13 1995-03-07 Digital Equipment Corporation Window dependent pixel datatypes in a computer video graphics system
US5274364A (en) * 1989-01-09 1993-12-28 Industrial Technology Research Institute Window clipping method and device
US5051737A (en) * 1989-02-23 1991-09-24 Silicon Graphics, Inc. Efficient graphics process for clipping polygons
US6704019B2 (en) * 1990-07-27 2004-03-09 Hitachi, Ltd. Graphic processing apparatus and method
US7019751B2 (en) 1990-07-27 2006-03-28 Hitachi, Ltd. Graphic processing apparatus and method
US7602389B2 (en) 1990-07-27 2009-10-13 Hitachi, Ltd. Graphic processing apparatus and method
US20040111452A1 (en) * 2002-07-31 2004-06-10 Junichi Sakamoto Clipping device
US7315310B2 (en) * 2002-07-31 2008-01-01 Sony Corporation Clipping device
US20090231360A1 (en) * 2008-03-03 2009-09-17 Radek Orsak Method for combining display information from graphic subsystem of computer systems and equipment for carrying out that method

Also Published As

Publication number Publication date
JPS5995669A (en) 1984-06-01

Similar Documents

Publication Publication Date Title
US4736200A (en) Graphic processing apparatus with clipping circuit
US5394170A (en) Apparatus and method for controlling storage of display information in a computer system
US5606650A (en) Method and apparatus for storage and retrieval of a texture map in a graphics display system
US4412296A (en) Graphics clipping circuit
AU612222B2 (en) Z-buffer allocated for window identification
US4622546A (en) Apparatus and method for displaying characters in a bit mapped graphics system
US5434591A (en) Scrolling method and apparatus in which data being displayed is altered during scrolling
JP3038781B2 (en) Memory access control circuit
US4641282A (en) Memory system
US4849747A (en) Display data transfer control apparatus applicable for display unit
EP0164880B1 (en) A circuit for modifying data in a display memory
US3812491A (en) Raster-scanned display devices
US4924414A (en) Apparatus and method for obtaining priority numbers for drawing figures forming a display figure
JPH0126072B2 (en)
JPH07104734A (en) Device for displaying and parallel processing figure data
US4845656A (en) System for transferring data between memories in a data-processing apparatus having a bitblt unit
EP0416421B1 (en) A clipping processor
US5621866A (en) Image processing apparatus having improved frame buffer with Z buffer and SAM port
US5440680A (en) Image display controller having a common memory for storage of image overlay data and window identification data
US4747042A (en) Display control system
US4837564A (en) Display control apparatus employing bit map method
US4996653A (en) Line generation in a display system
EP0280320B1 (en) Graphics display controller equipped with boundary searching circuit
US5020002A (en) Method and apparatus for decomposing a quadrilateral figure for display and manipulation by a computer system
US5053759A (en) Method of and apparatus for generating high-quality pattern

Legal Events

Date Code Title Description
AS Assignment

Owner name: TOKYO SHIBAURA DENKI KABUSHIKI KAISHA, 72 HORIKAWA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNOR:OUNUMA, SHOUJI;REEL/FRAME:004200/0497

Effective date: 19831107

Owner name: TOKYO SHIBAURA DENKI KABUSHIKI KAISHA,, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:OUNUMA, SHOUJI;REEL/FRAME:004200/0497

Effective date: 19831107

CC Certificate of correction
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
FP Lapsed due to failure to pay maintenance fee

Effective date: 19960410

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362