KImgIO
eps.cpp File Reference
#include <unistd.h>
#include <stdio.h>
#include <qimage.h>
#include <qfile.h>
#include <qpainter.h>
#include <qprinter.h>
#include <kapplication.h>
#include <ktempfile.h>
#include <kdebug.h>
#include "eps.h"
Include dependency graph for eps.cpp:
Go to the source code of this file.
Defines | |
#define | BBOX "%%BoundingBox:" |
#define | BBOX_LEN strlen(BBOX) |
#define | BUFLEN 200 |
Functions | |
static bool | bbox (QIODevice *io, int *x1, int *y1, int *x2, int *y2) |
KDE_EXPORT void | kimgio_eps_read (QImageIO *image) |
KDE_EXPORT void | kimgio_eps_write (QImageIO *imageio) |
static bool | seekToCodeStart (QIODevice *io, Q_UINT32 &ps_offset, Q_UINT32 &ps_size) |
Define Documentation
Function Documentation
static bool bbox | ( | QIODevice * | io, | |
int * | x1, | |||
int * | y1, | |||
int * | x2, | |||
int * | y2 | |||
) | [static] |
static bool seekToCodeStart | ( | QIODevice * | io, | |
Q_UINT32 & | ps_offset, | |||
Q_UINT32 & | ps_size | |||
) | [static] |