KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER Struct Reference

#include <cairo_compositor.h>

Public Attributes

cairo_t * context
 Main texture handle. More...
 
cairo_surface_t * surface
 Point to which an image from texture is attached. More...
 
BitmapPtr bitmap
 Pixel storage. More...
 

Detailed Description

Definition at line 130 of file cairo_compositor.h.

Member Data Documentation

◆ bitmap

BitmapPtr KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER::bitmap

Pixel storage.

Definition at line 134 of file cairo_compositor.h.

◆ context

cairo_t* KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER::context

Main texture handle.

Definition at line 132 of file cairo_compositor.h.

◆ surface

cairo_surface_t* KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER::surface

Point to which an image from texture is attached.

Definition at line 133 of file cairo_compositor.h.


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