zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
__DRIswrastLoaderExtensionRec Struct Reference

#include <dri_interface.h>

Public Attributes

__DRIextension base
 
void(* getDrawableInfo )(__DRIdrawable *drawable, int *x, int *y, int *width, int *height, void *loaderPrivate)
 
void(* getImage )(__DRIdrawable *readable, int x, int y, int width, int height, char *data, void *loaderPrivate)
 
void(* putImage )(__DRIdrawable *drawable, int op, int x, int y, int width, int height, char *data, void *loaderPrivate)
 

Detailed Description

Definition at line 396 of file dri_interface.h.

Member Data Documentation

__DRIextension __DRIswrastLoaderExtensionRec::base

Definition at line 397 of file dri_interface.h.

void(* __DRIswrastLoaderExtensionRec::getDrawableInfo)(__DRIdrawable *drawable, int *x, int *y, int *width, int *height, void *loaderPrivate)

Definition at line 402 of file dri_interface.h.

void(* __DRIswrastLoaderExtensionRec::getImage)(__DRIdrawable *readable, int x, int y, int width, int height, char *data, void *loaderPrivate)

Get image from readable

Definition at line 416 of file dri_interface.h.

void(* __DRIswrastLoaderExtensionRec::putImage)(__DRIdrawable *drawable, int op, int x, int y, int width, int height, char *data, void *loaderPrivate)

Put image to drawable

Definition at line 409 of file dri_interface.h.


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