Searched defs:DECLARE_DECODER_CREATOR (Results 1 - 2 of 2) sorted by last modified time

/external/skia/include/core/
H A DSkImageDecoder.h526 #define DECLARE_DECODER_CREATOR(codec) \ macro
538 DECLARE_DECODER_CREATOR(BMPImageDecoder);
539 DECLARE_DECODER_CREATOR(GIFImageDecoder);
540 DECLARE_DECODER_CREATOR(ICOImageDecoder);
541 DECLARE_DECODER_CREATOR(JPEGImageDecoder);
542 DECLARE_DECODER_CREATOR(PNGImageDecoder);
543 DECLARE_DECODER_CREATOR(WBMPImageDecoder);
544 DECLARE_DECODER_CREATOR(WEBPImageDecoder);
545 DECLARE_DECODER_CREATOR(PKMImageDecoder);
546 DECLARE_DECODER_CREATOR(KTXImageDecode
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h458 #define DECLARE_DECODER_CREATOR(codec) \ macro
470 DECLARE_DECODER_CREATOR(BMPImageDecoder);
471 DECLARE_DECODER_CREATOR(GIFImageDecoder);
472 DECLARE_DECODER_CREATOR(ICOImageDecoder);
473 DECLARE_DECODER_CREATOR(JPEGImageDecoder);
474 DECLARE_DECODER_CREATOR(PNGImageDecoder);
475 DECLARE_DECODER_CREATOR(WBMPImageDecoder);
476 DECLARE_DECODER_CREATOR(WEBPImageDecoder);
477 DECLARE_DECODER_CREATOR(PKMImageDecoder);
478 DECLARE_DECODER_CREATOR(KTXImageDecode
[all...]

Completed in 221 milliseconds