#include <stdio.h>
#include <string.h>
#include "idima.h"
#include "iderr.h"
#include "idprint.h"
#include "idio.h"
Go to the source code of this file.
Functions | |
int | IdImaFill (PPIMAGE_UCHAR ims, PPIMAGE_UCHAR imd, int connexite) |
|
Definition at line 94 of file imafill.c. References ID_WFILE_TEXT, IDERR_ALLOC_MEM, IDERR_INVALID_NUMBER, IDERR_OPEN_FAILED, IDERR_WRONG_TYPE, IdErrMsg(), IdErrno, IdErrPrintf(), IdImaAlloc(), IdImaDimX(), IdImaDimY(), IdImaFree, IdImaLabel(), IdImaType(), IMA_SHORT, IMA_UCHAR, PPIMAGE_SHORT, PPIMAGE_UCHAR, val, and x. Referenced by IdCntFillPolygon(). |