Pepper_31_C_interfaces
Public Attributes | List of all members
PP_ImageDataDesc Struct Reference

#include <ppb_image_data.h>

Collaboration diagram for PP_ImageDataDesc:
Collaboration graph

Public Attributes

PP_ImageDataFormat format
 
struct PP_Size size
 
int32_t stride
 

Detailed Description

The PP_ImageDataDesc structure represents a description of image data.

Definition at line 81 of file ppb_image_data.h.

Member Data Documentation

PP_ImageDataFormat PP_ImageDataDesc::format

This value represents one of the image data types in the PP_ImageDataFormat enum.

Definition at line 86 of file ppb_image_data.h.

struct PP_Size PP_ImageDataDesc::size

This value represents the size of the bitmap in pixels.

Definition at line 88 of file ppb_image_data.h.

int32_t PP_ImageDataDesc::stride

This value represents the row width in bytes. This may be different than width * 4 since there may be padding at the end of the lines.

Definition at line 93 of file ppb_image_data.h.


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