IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:54:47 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r41319 r41340  
    4545  KAPA_PLOT_BARS_OUTLINE =  4,
    4646  KAPA_PLOT_BARS_OUTFILL =  5,
    47   KAPA_PLOT_POLYGON      =  6,
    48   KAPA_PLOT_POLYFILL     =  7,
    49   KAPA_PLOT_INVALID_MAX  =  8,
     47  KAPA_PLOT_INVALID_MAX  =  6,
    5048} KapaPlotStyle;
    5149
     
    174172  int Nx, Ny, Nbyte;
    175173  bDrawColor **pixels;
    176   char **mask;
    177174  png_color *palette;
    178175  int Npalette;
    179 
    180176  // current drawing values:
    181177  int bWeight;
     
    222218int KapaPNG (int fd, const char *filename);
    223219int KapaPPM (int fd, const char *filename);
    224 int KapaPDF (int fd, const char *filename, int scaleMode, int pageMode, char *pagename);
    225220
    226221/* KiiCursor.c */
     
    261256int KapaGetImageData (int fd, KapaImageData *graphmode);
    262257int KapaSetToolbox (int fd, int location);
    263 int KapaSetSmoothSigma (int fd, float sigma);
    264 int KapaMemoryDump (int fd);
    265 int KapaMemoryDumpLines (int fd, int Nlines);
    266 int KapaMemoryDumpOnExit (int fd, int state);
    267258
    268259/* KapaColors */
     
    281272/* RotFont.c */
    282273void InitRotFonts PROTO((void));
    283 void FreeRotFonts PROTO((void));
    284274int SetRotFont PROTO((char *name, int size));
    285275char *GetRotFont PROTO((int *size));
     
    292282int DrawRotTextInit (Display *display, Window window, GC gc, unsigned long fore, unsigned long back);
    293283
    294 /* PDFRotFont.c */
    295 void PDFRotText (IOBuffer *buffer, int x, int y, char *string, int pos, double angle);
    296284
    297285/* PSRotFont.c */
    298286void PSRotText PROTO((FILE *f, int x, int y, char *string, int pos, double angle));
     287void PSDumpRotSegment PROTO((FILE *f, char *segment, int *Nseg));
     288void PSSetFont PROTO((FILE *f, char *name, int size));
    299289int PSRotStrlen PROTO((char *c));
    300290
     
    302292bDrawBuffer *bDrawBufferCreate (int Nx, int Ny, int Nbyte, png_color *palette, int Npalette);
    303293void bDrawBufferFree (bDrawBuffer *buffer);
    304 int bDrawMerge (bDrawBuffer *base, bDrawBuffer *layer);
    305294void bDrawSetBuffer (bDrawBuffer *buffer);
    306295void bDrawSetColor (bDrawBuffer *buffer, bDrawColor color);
     
    323312void bDrawTriOpen  (bDrawBuffer *buffer, double x1, double y1, double x2, double y2, double x3, double y3);
    324313void bDrawTriFill  (bDrawBuffer *buffer, double x1, double y1, double dx, double dy);
    325 void bDrawPolyFill (bDrawBuffer *buffer, double *x, double *y, int Npoints);
    326 
    327 void bDrawSmooth (bDrawBuffer *buffer, float sigma);
    328314
    329315/* bDrawRotFont.c */
Note: See TracChangeset for help on using the changeset viewer.