#include "tinyptc.h"Go to the source code of this file.
Typedefs | |
| typedef void(* | PTC_CONVERTER )(void *src, void *dst, int pixels) |
Functions | |
| PTC_CONVERTER | ptc_request_converter (int bits, int32 r, int32 g, int32 b) |
|
|
|
|
||||||||||||||||||||
|
Definition at line 199 of file convert.c. References ptc_convert_32_to_16_bgr555(), ptc_convert_32_to_16_bgr565(), ptc_convert_32_to_16_rgb555(), ptc_convert_32_to_16_rgb565(), ptc_convert_32_to_24_bgr888(), ptc_convert_32_to_24_rgb888(), ptc_convert_32_to_32_bgr888(), and ptc_convert_32_to_32_rgb888(). Referenced by ptc_open(). |
1.4.2