tesseract  4.00.00dev
pdfrenderer.cpp File Reference
#include <memory>
#include "allheaders.h"
#include "baseapi.h"
#include "math.h"
#include "renderer.h"
#include "strngs.h"
#include "tprintf.h"

Go to the source code of this file.

Namespaces

 tesseract
 

Functions

double tesseract::prec (double x)
 
long tesseract::dist2 (int x1, int y1, int x2, int y2)
 
void tesseract::GetWordBaseline (int writing_direction, int ppi, int height, int word_x1, int word_y1, int word_x2, int word_y2, int line_x1, int line_y1, int line_x2, int line_y2, double *x0, double *y0, double *length)
 
void tesseract::AffineMatrix (int writing_direction, int line_x1, int line_y1, int line_x2, int line_y2, double *a, double *b, double *c, double *d)
 
void tesseract::ClipBaseline (int ppi, int x1, int y1, int x2, int y2, int *line_x1, int *line_y1, int *line_x2, int *line_y2)
 
bool tesseract::CodepointToUtf16be (int code, char utf16[kMaxBytesPerCodepoint])