GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
Loading...
Searching...
No Matches
clip.h File Reference
#include "path.h"
Include dependency graph for clip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  plane
 
struct  clip
 
struct  rectangle
 

Functions

void D__set_clip_planes (struct clip *, const struct rectangle *)
 
void D__cull_path (struct path *, const struct path *, const struct clip *)
 
void D__clip_path (struct path *, const struct path *, const struct clip *)
 

Function Documentation

◆ D__clip_path()

void D__clip_path ( struct path dst,
const struct path src,
const struct clip clip 
)

Definition at line 145 of file clip.c.

References path_free(), path_init(), and clip::top.

◆ D__cull_path()

void D__cull_path ( struct path dst,
const struct path src,
const struct clip clip 
)

Definition at line 128 of file clip.c.

References path_free(), path_init(), and clip::top.

◆ D__set_clip_planes()

void D__set_clip_planes ( struct clip clip,
const struct rectangle rect 
)

Definition at line 109 of file clip.c.

References rectangle::bot, rectangle::left, rectangle::rite, clip::top, and rectangle::top.