{{+bindTo:partials.standard_nacl_api}}

PP_ImageDataDesc Struct Reference

{{- dummy div to appease doxygen -}}

Data Fields

PP_ImageDataFormat format
struct PP_Size size
int32_t stride

Detailed Description

The PP_ImageDataDesc structure represents a description of image data.


Field Documentation

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

This value represents the size of the bitmap in pixels.

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.


The documentation for this struct was generated from the following file:
{{/partials.standard_nacl_api}}