Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_cairo_path_data_t Union Reference

#include <cairo.h>

Data Fields

struct { 
 
   cairo_path_data_type_t   type 
 
   int   length 
 
header 
 
struct { 
 
   double   x 
 
   double   y 
 
point 
 

Detailed Description

Definition at line 2214 of file cairo.h.

Field Documentation

◆ [struct]

struct { ... } _cairo_path_data_t::header

◆ length

int _cairo_path_data_t::length

Definition at line 2217 of file cairo.h.

◆ [struct]

struct { ... } _cairo_path_data_t::point

◆ type

cairo_path_data_type_t _cairo_path_data_t::type

Definition at line 2216 of file cairo.h.

◆ x

double _cairo_path_data_t::x

Definition at line 2220 of file cairo.h.

◆ y

double _cairo_path_data_t::y

Definition at line 2220 of file cairo.h.


The documentation for this union was generated from the following file: