Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
test_bbox.c File Reference
#include <ft2build.h>
#include <time.h>

Go to the source code of this file.

Macros

#define XSCALE   65536
 
#define XX(x)   ((FT_Pos)(x*XSCALE))
 
#define XVEC(x, y)   { XX(x), XX(y) }
 
#define XVAL(x)   ((x)/(1.0*XSCALE))
 
#define REPEAT   1000000L
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ REPEAT

#define REPEAT   1000000L

Definition at line 173 of file test_bbox.c.

◆ XSCALE

#define XSCALE   65536

Definition at line 26 of file test_bbox.c.

◆ XVAL

#define XVAL (   x)    ((x)/(1.0*XSCALE))

Definition at line 29 of file test_bbox.c.

◆ XVEC

#define XVEC (   x,
  y 
)    { XX(x), XX(y) }

Definition at line 28 of file test_bbox.c.

◆ XX

#define XX (   x)    ((FT_Pos)(x*XSCALE))

Definition at line 27 of file test_bbox.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 175 of file test_bbox.c.