#include "mupdf-page.h"
#include "mupdf-page_p.h"
#include "mupdf-document.h"
#include "mupdf-document_p.h"
#include "mupdf-textbox.h"
#include "mupdf-textbox_p.h"
#include <mupdf/fitz.h>
#include <QImage>
#include <QSizeF>
Go to the source code of this file.
|
QPointF | MuPDF::mapToOrigin (const QPointF &pos, float scaleX, float scaleY, float rotation=0.0f) |
| Map from a transformed point to the original point. More...
|
|
QSizeF | MuPDF::mapToOrigin (const QSizeF &size, float scaleX, float scaleY, float rotation=0.0f) |
| Map from a transformed size to the original size. More...
|
|
QRectF | MuPDF::mapToOrigin (const QRectF &rect, float scaleX, float scaleY, float rotation=0.0f) |
| Map from a transformed rect to the original rect. More...
|
|
QPointF | MuPDF::mapFromOrigin (const QPointF &pos, float scaleX, float scaleY, float rotation=0.0f) |
| Map from a original point to the transformed point. More...
|
|
QSizeF | MuPDF::mapFromOrigin (const QSizeF &size, float scaleX, float scaleY, float rotation=0.0f) |
| Map from a original size to the transformed size. More...
|
|
QRectF | MuPDF::mapFromOrigin (const QRectF &rect, float scaleX, float scaleY, float rotation=0.0f) |
| Map from a original rect to the transformed rect. More...
|
|