TwiceAsNice  2019-02-18
Functions | Variables
extract.c File Reference
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "extract.h"
#include "plist.h"
Include dependency graph for extract.c:

Functions

void lutzalloc (int width, int height)
 
void lutzfree ()
 
int lutz (objliststruct *objlistroot, int nroot, objstruct *objparent, objliststruct *objlist)
 
void lutzsort (infostruct *info, objliststruct *objlist)
 

Variables

static infostructinfo
 
static infostructstore
 
static char * marker
 
static statuspsstack
 
static int * start
 
static int * end
 
static int * discan
 
static int xmin
 
static int ymin
 
static int xmax
 
static int ymax
 

Function Documentation

◆ lutz()

int lutz ( objliststruct objlistroot,
int  nroot,
objstruct objparent,
objliststruct objlist 
)

◆ lutzalloc()

void lutzalloc ( int  width,
int  height 
)

◆ lutzfree()

void lutzfree ( void  )

◆ lutzsort()

void lutzsort ( infostruct info,
objliststruct objlist 
)

Variable Documentation

◆ discan

int * discan
static

◆ end

int * end
static

◆ info

infostruct* info
static

◆ marker

char* marker
static

◆ psstack

status* psstack
static

◆ start

int* start
static

◆ store

infostruct * store
static

◆ xmax

int xmax
static

◆ xmin

int xmin
static

◆ ymax

int ymax
static

◆ ymin

int ymin
static