Home
last modified time | relevance | path

Searched refs:DECLARE_DECODER_CREATOR (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkImageDecoder.h377 #define DECLARE_DECODER_CREATOR(codec) \ macro
387 DECLARE_DECODER_CREATOR(BMPImageDecoder);
388 DECLARE_DECODER_CREATOR(GIFImageDecoder);
389 DECLARE_DECODER_CREATOR(ICOImageDecoder);
390 DECLARE_DECODER_CREATOR(JPEGImageDecoder);
391 DECLARE_DECODER_CREATOR(PNGImageDecoder);
392 DECLARE_DECODER_CREATOR(WBMPImageDecoder);
393 DECLARE_DECODER_CREATOR(WEBPImageDecoder);
394 DECLARE_DECODER_CREATOR(PKMImageDecoder);
395 DECLARE_DECODER_CREATOR(KTXImageDecoder);
[all …]