gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
16 rgba[0] = glc[0] / 255.;
17 rgba[1] = glc[1] / 255.;
18 rgba[2] = glc[2] / 255.;
19 rgba[3] = glc[3] / 255.;
26 g = (color >> 8) & 255;
27 b = (color >> 16) & 255;
28 a = (color >> 24) & 255;
36 double width,
double height,
double tic,
37 int horizontal,
double font_size);
39 double width,
double height,
double tic,
42 double width,
double height,
double tic,
43 int horizontal,
double font_size);
45 double width,
double height,
double tic,
46 int horizontal,
double font_size);
48 double z,
double font_size);
static void writeX3DScale(FILE *fp, PView *p, double xmin, double ymin, double width, double height, double tic, int horizontal, double font_size)
static void UnsignedChar2rgba(unsigned char *glc, double *rgba)
static void writeX3DScaleLabel(FILE *fp, PView *p, double xmin, double ymin, double width, double height, double tic, int horizontal, double font_size)
static void writeX3DScaleBar(FILE *fp, PView *p, double xmin, double ymin, double width, double height, double tic, int horizontal)
static void writeX3DStringCenter(FILE *fp, char *label, double x, double y, double z, double font_size)
static void unsignedInt2RGBA(unsigned int &color, double &r, double &g, double &b, double &a)
static void writeX3DScaleValues(FILE *fp, PView *p, double xmin, double ymin, double width, double height, double tic, int horizontal, double font_size)