#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/zstream.h>
#include "wx/pdfdoc.h"
#include "wx/pdfform.h"
#include "wx/pdfgraphics.h"
#include "wx/pdftemplate.h"
#include "pdffontdata.inc"
Defines | |
#define | MODMULT(a, b, c, m, s) q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m |
Functions | |
static int * | makeFail (const char *target, int tlen) |
static int | findString (const char *src, int slen, const char *target, int tlen, int *f) |
#define MODMULT | ( | a, | |||
b, | |||||
c, | |||||
m, | |||||
s | ) | q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m |
static int findString | ( | const char * | src, | |
int | slen, | |||
const char * | target, | |||
int | tlen, | |||
int * | f | |||
) | [static] |
static int* makeFail | ( | const char * | target, | |
int | tlen | |||
) | [static] |