Picasso API  2.8
Data Structures | Typedefs
Graphic Object Types

Data Structures

struct  _ps_glyph
 A character glyph of a font. More...
 
struct  _ps_size
 A structure that contains width and height values. More...
 
struct  _ps_rect
 A structure that contains location and dimensions of a rectangle. More...
 
struct  _ps_point
 A structure that contains a point in a two-dimensional coordinate system. More...
 
struct  _ps_color
 A structure that contains rgba values for a color. More...
 

Typedefs

typedef struct _ps_context ps_context
 An opaque type represents a Picasso drawing environment. More...
 
typedef struct _ps_canvas ps_canvas
 An opaque type represents a pixel buffer. More...
 
typedef struct _ps_image ps_image
 An opaque type represents an image. More...
 
typedef struct _ps_pattern ps_pattern
 An opaque type represents a pattern. More...
 
typedef struct _ps_gradient ps_gradient
 An opaque type represents a gradient. More...
 
typedef struct _ps_matrix ps_matrix
 An opaque type represents a transform matrix. More...
 
typedef struct _ps_path ps_path
 An opaque type represents a graphic path. More...
 
typedef struct _ps_mask ps_mask
 An opaque type represents an alpha mask. More...
 
typedef struct _ps_font ps_font
 An opaque type represents a font. More...
 
typedef struct _ps_glyph ps_glyph
 A character glyph of a font.
 
typedef struct _ps_size ps_size
 A structure that contains width and height values.
 
typedef struct _ps_rect ps_rect
 A structure that contains location and dimensions of a rectangle.
 
typedef struct _ps_point ps_point
 A structure that contains a point in a two-dimensional coordinate system.
 
typedef struct _ps_color ps_color
 A structure that contains rgba values for a color.
 

Detailed Description

Typedef Documentation

◆ ps_canvas

An opaque type represents a pixel buffer.

See also
ps_context, ps_image

Definition at line 116 of file picasso.h.

◆ ps_context

An opaque type represents a Picasso drawing environment.

See also
ps_canvas

Definition at line 109 of file picasso.h.

◆ ps_font

An opaque type represents a font.

See also
ps_context

Definition at line 165 of file picasso.h.

◆ ps_gradient

An opaque type represents a gradient.

See also
ps_path, ps_matrix

Definition at line 137 of file picasso.h.

◆ ps_image

An opaque type represents an image.

See also
ps_canvas, ps_pattern

Definition at line 123 of file picasso.h.

◆ ps_mask

An opaque type represents an alpha mask.

See also
ps_path, ps_image, ps_canvas

Definition at line 158 of file picasso.h.

◆ ps_matrix

An opaque type represents a transform matrix.

See also
ps_path, ps_context

Definition at line 144 of file picasso.h.

◆ ps_path

An opaque type represents a graphic path.

See also
ps_matrix, ps_context

Definition at line 151 of file picasso.h.

◆ ps_pattern

An opaque type represents a pattern.

See also
ps_canvas, ps_image

Definition at line 130 of file picasso.h.