Searched defs:PP_ImageDataFormat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_image_data.h33 * <code>PP_ImageDataFormat</code> is an enumeration of the different types of
67 } PP_ImageDataFormat; typedef in typeref:enum:__anon9257
68 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_ImageDataFormat, 4);
84 * <code>PP_ImageDataFormat</code> enum.
86 PP_ImageDataFormat format;
115 * @return A <code>PP_ImageDataFormat</code> containing the preferred format.
117 PP_ImageDataFormat (*GetNativeImageDataFormat)(void);
130 PP_Bool (*IsImageDataFormatSupported)(PP_ImageDataFormat format);
154 PP_ImageDataFormat format,

Completed in 77 milliseconds