Songbird Image Parser Source. More...
#include "sbImageParser.h"#include <sbMemoryUtils.h>#include <nsComponentManagerUtils.h>#include <nsServiceManagerUtils.h>#include <plbase64.h>#include <nsIBinaryInputStream.h>#include <nsIFileStreams.h>#include <nsIIOService.h>Go to the source code of this file.
Macros | |
| #define | LITTLE_TO_NATIVE16(x) x |
| #define | LITTLE_TO_NATIVE32(x) x |
Functions | |
| NS_IMPL_THREADSAFE_ISUPPORTS1 (sbImageParser, sbIImageParser) NS_IMETHODIMP sbImageParser | |
Songbird Image Parser Source.
Definition in file sbImageParser.cpp.
| #define LITTLE_TO_NATIVE16 | ( | x | ) | x |
Definition at line 67 of file sbImageParser.cpp.
| #define LITTLE_TO_NATIVE32 | ( | x | ) | x |
Definition at line 68 of file sbImageParser.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbImageParser | , |
| sbIImageParser | |||
| ) |