#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/tokenzr.h>
#include "wx/pdfdoc.h"
#include "wx/pdfgraphics.h"
Functions | |
| static void | SubdivideCubicCurve (double src[], int srcOff, double left[], int leftOff, double right[], int rightOff) |
| static double | PointSegmentDistanceSq (double x1, double y1, double x2, double y2, double px, double py) |
| static double | GetFlatnessSq (double x1, double y1, double cx1, double cy1, double cx2, double cy2, double x2, double y2) |
| static double | GetFlatnessSq (double coords[], int offset) |
| static bool | ColorSpaceOk (const wxPdfColour &col1, const wxPdfColour &col2) |
| static bool ColorSpaceOk | ( | const wxPdfColour & | col1, | |
| const wxPdfColour & | col2 | |||
| ) | [static] |
| static double GetFlatnessSq | ( | double | coords[], | |
| int | offset | |||
| ) | [static] |
| static double GetFlatnessSq | ( | double | x1, | |
| double | y1, | |||
| double | cx1, | |||
| double | cy1, | |||
| double | cx2, | |||
| double | cy2, | |||
| double | x2, | |||
| double | y2 | |||
| ) | [static] |
| static double PointSegmentDistanceSq | ( | double | x1, | |
| double | y1, | |||
| double | x2, | |||
| double | y2, | |||
| double | px, | |||
| double | py | |||
| ) | [static] |
| static void SubdivideCubicCurve | ( | double | src[], | |
| int | srcOff, | |||
| double | left[], | |||
| int | leftOff, | |||
| double | right[], | |||
| int | rightOff | |||
| ) | [static] |
1.5.1-p1