Planar Dome Md2/PCI Developer's Manual page 101

Display controller
Hide thumbs Also See for Dome Md2/PCI:
Table of Contents

Advertisement

FillRects
Errors
DMD_ERROR_BAD_DEVICE -
rectangle fill.
Example This example draws two rectangles on the screen using
the pixel value 20.
#include "domeMd.h"
DMdDev
DMdFillRect
DError
rect[0].dstx = 50;
rect[0].dsty = 45;
rect[0].width = 80;
rect[0].height = 65;
rect[1].dstx = 30;
error = (*dev->FillRects) (dev, GXcopy, ~0, 20,
See also
DMdDev Structure, DMdFillRect Structure
dev;
rect[2];
error;
.
.
.
.
.
.
rect, 2);
Device failed to complete the
93

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dome md4/pciDome md5/pciDome md8/pci

Table of Contents