Graphviz 13.1.0~dev.20250626.0830
Loading...
Searching...
No Matches
glutils.c File Reference
#include <glcomp/glutils.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <glcomp/glcompdefs.h>
#include <math.h>
Include dependency graph for glutils.c:

Go to the source code of this file.

Functions

void GetOGLPosRef (int x, int y, float *X, float *Y)
 
float GetOGLDistance (float l)
 
void to3D (int x, int y, float *X, float *Y, float *Z)
 
static glCompPoint sub (glCompPoint p, glCompPoint q)
 
static double dot (glCompPoint p, glCompPoint q)
 
static double len (glCompPoint p)
 
static glCompPoint blend (glCompPoint p, glCompPoint q, float m)
 
static double dist (glCompPoint p, glCompPoint q)
 
double point_to_lineseg_dist (glCompPoint p, glCompPoint a, glCompPoint b)
 
void glCompCalcWidget (glCompCommon *parent, glCompCommon *child, glCompCommon *ref)
 
static void glCompQuadVertex (glCompPoint *p0, glCompPoint *p1, glCompPoint *p2, glCompPoint *p3)
 
void glCompSetColor (glCompColor c)
 
void glCompDrawRectangle (glCompRect *r)
 
void glCompDrawRectPrism (glCompPoint *p, float w, float h, float b, float d, glCompColor *c, bool bumped)
 
float distBetweenPts (glCompPoint A, glCompPoint B, float R)
 
int is_point_in_rectangle (float X, float Y, float RX, float RY, float RW, float RH)
 

Function Documentation

◆ blend()

static glCompPoint blend ( glCompPoint  p,
glCompPoint  q,
float  m 
)
static

Definition at line 141 of file glutils.c.

References glCompPoint::x, glCompPoint::y, and glCompPoint::z.

Referenced by point_to_lineseg_dist().

Here is the caller graph for this function:

◆ dist()

static double dist ( glCompPoint  p,
glCompPoint  q 
)
static

Definition at line 151 of file glutils.c.

References len(), and sub.

Referenced by point_to_lineseg_dist().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ distBetweenPts()

float distBetweenPts ( glCompPoint  A,
glCompPoint  B,
float  R 
)

Definition at line 346 of file glutils.c.

References A, and B.

Referenced by pick_object().

Here is the caller graph for this function:

◆ dot()

static double dot ( glCompPoint  p,
glCompPoint  q 
)
static

Definition at line 131 of file glutils.c.

References glCompPoint::x, glCompPoint::y, and glCompPoint::z.

◆ GetOGLDistance()

float GetOGLDistance ( float  l)

Definition at line 47 of file glutils.c.

Referenced by close_poly(), glmotion_pan(), and pick_object().

Here is the caller graph for this function:

◆ GetOGLPosRef()

void GetOGLPosRef ( int  x,
int  y,
float *  X,
float *  Y 
)

Definition at line 19 of file glutils.c.

References X, and Y.

Referenced by glupdatecamera().

Here is the caller graph for this function:

◆ glCompCalcWidget()

void glCompCalcWidget ( glCompCommon parent,
glCompCommon child,
glCompCommon ref 
)

Definition at line 181 of file glutils.c.

References glCompCommon::align, glCompCommon::anchor, glCompAnchor::bottom, glCompAnchor::bottomAnchor, glAlignBottom, glAlignCenter, glAlignLeft, glAlignNone, glAlignParent, glAlignRight, glAlignTop, glCompCommon::height, glCompAnchor::left, glCompAnchor::leftAnchor, parent, glCompCommon::pos, ref(), glCompCommon::refPos, glCompAnchor::right, glCompAnchor::rightAnchor, glCompAnchor::top, glCompAnchor::topAnchor, glCompCommon::width, glCompPoint::x, and glCompPoint::y.

Referenced by glCompButtonDraw(), glCompImageDraw(), glCompLabelDraw(), and glCompPanelDraw().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompDrawRectangle()

void glCompDrawRectangle ( glCompRect r)

Definition at line 282 of file glutils.c.

References glCompRect::h, glCompRect::pos, glCompRect::w, glCompPoint::x, glCompPoint::y, and glCompPoint::z.

Referenced by glCompPanelDraw().

Here is the caller graph for this function:

◆ glCompDrawRectPrism()

void glCompDrawRectPrism ( glCompPoint p,
float  w,
float  h,
float  b,
float  d,
glCompColor c,
bool  bumped 
)

Definition at line 292 of file glutils.c.

References A, glCompColor::A, glCompColor::B, B, C, D, dim, E, F, glCompColor::G, G, glCompQuadVertex(), glCompColor::R, glCompPoint::x, glCompPoint::y, and glCompPoint::z.

Referenced by glCompButtonDraw(), and glCompPanelDraw().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompQuadVertex()

static void glCompQuadVertex ( glCompPoint p0,
glCompPoint p1,
glCompPoint p2,
glCompPoint p3 
)
static

Definition at line 271 of file glutils.c.

References glCompPoint::x, glCompPoint::y, and glCompPoint::z.

Referenced by glCompDrawRectPrism().

Here is the caller graph for this function:

◆ glCompSetColor()

void glCompSetColor ( glCompColor  c)

Definition at line 280 of file glutils.c.

References glCompColor::A, glCompColor::B, glCompColor::G, and glCompColor::R.

Referenced by glCompRenderText().

Here is the caller graph for this function:

◆ is_point_in_rectangle()

int is_point_in_rectangle ( float  X,
float  Y,
float  RX,
float  RY,
float  RW,
float  RH 
)

Definition at line 354 of file glutils.c.

References X, and Y.

Referenced by pick_objects_in_rect().

Here is the caller graph for this function:

◆ len()

◆ point_to_lineseg_dist()

double point_to_lineseg_dist ( glCompPoint  p,
glCompPoint  a,
glCompPoint  b 
)

Definition at line 162 of file glutils.c.

References blend(), dist(), dot, and sub.

Referenced by pick_object().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sub()

static glCompPoint sub ( glCompPoint  p,
glCompPoint  q 
)
static

Definition at line 126 of file glutils.c.

References glCompPoint::x, glCompPoint::y, and glCompPoint::z.

◆ to3D()

void to3D ( int  x,
int  y,
float *  X,
float *  Y,
float *  Z 
)

Definition at line 91 of file glutils.c.

References WIDTH, X, and Y.

Referenced by appmouse_down(), appmouse_drag(), appmouse_move(), and appmouse_up().

Here is the caller graph for this function: