ActualBitmap | KernelBitmap | |
ArePalettesTheSame(const LPLOGPALETTE pLogPalette, const INT32 TransColour=-1) | KernelBitmap | |
AssertValid() const | CCObject | [virtual] |
Attach(BitmapList *=NULL) | KernelBitmap | |
BitmapList class | KernelBitmap | [friend] |
cc_classCCObject | CCObject | [static] |
CCObject() | CCObject | [protected] |
ClearPointers() | ListItem | [virtual] |
Convert24To8(RGBTRIPLE *pPalette, UINT32 NumberOfPaletteEntries) | KernelBitmap | [virtual] |
CreateGreyscaleVersion(BOOL ForceGreyBmp=FALSE) | KernelBitmap | |
DestroyGreyscaleVersion() | KernelBitmap | |
DestroyXPEInfo() | KernelBitmap | [virtual] |
Detach() | KernelBitmap | |
Dump(CDumpContext &dc) const | CCObject | [virtual] |
ExtractOILBitmap() | KernelBitmap | |
GenerateGreyscaleTable() | KernelBitmap | |
GetActualBitmap() const | KernelBitmap | [inline] |
GetAnimationRestoreType() const | KernelBitmap | |
GetBitmapBits() const | KernelBitmap | |
GetBitmapInfo() | KernelBitmap | |
GetBitmapInfoHeader() | KernelBitmap | |
GetBPP() | KernelBitmap | |
GetDelay() | KernelBitmap | |
GetGreyscaleVersion(BOOL ForceGreyBmp=FALSE) | KernelBitmap | |
GetHeight() const | KernelBitmap | |
GetHorizontalDPI() const | KernelBitmap | |
GetInterpolation() | KernelBitmap | |
GetItem(void) | ListItem | [virtual] |
GetLeftOffset() const | KernelBitmap | |
GetMyClass() | CCObject | [static] |
GetName() | KernelBitmap | |
GetNumPaletteEntries() const | KernelBitmap | |
GetOriginalSource(BitmapSource **ppFileBuffer=NULL, BaseBitmapFilter **ppImportFilter=NULL) | KernelBitmap | |
GetPaletteForBitmap() | KernelBitmap | |
GetParentBitmapList() | KernelBitmap | [inline] |
GetRecommendedHeight() | KernelBitmap | |
GetRecommendedWidth() | KernelBitmap | |
GetRuntimeClass() const | CCObject | [virtual] |
GetRuntimeClassByName(LPCTSTR pClassName) | CCObject | [static] |
GetTopOffset() const | KernelBitmap | |
GetTransparencyIndex(INT32 *pIndex) | KernelBitmap | |
GetVerticalDPI() const | KernelBitmap | |
GetWidth() const | KernelBitmap | |
GetXPEInfo(KernelBitmap *&refMasterBitmap, IXMLDOMDocumentPtr &refEditList, BOOL bEnsureList=FALSE) | KernelBitmap | [virtual] |
HasBeenDeleted() | KernelBitmap | |
ImportBitmap(CCLexFile *pFile, BaseBitmapFilter *pBitmapFilter, BaseCamelotFilter *pFilter, BOOL IsCompressed, RGBTRIPLE *pPalette, UINT32 NumberOfPaletteEntries, KernelBitmap **ppImportedBitmap, BOOL *IsNew) | KernelBitmap | [static] |
ImportBitmap(Filter *pFilter, const BitmapInfo *pInfo, INT32 BitmapType, KernelBitmap **, BOOL *) | KernelBitmap | [static] |
Init() | SimpleCCObject | [static] |
IsBrowserPalette() const | KernelBitmap | |
IsDefaultBitmap() | KernelBitmap | |
IsGreyscale() | KernelBitmap | |
IsKindOf(const CCRuntimeClass *pClass) const | CCObject | |
IsLossy() | KernelBitmap | |
IsOK() const | KernelBitmap | |
IsTransparent() | KernelBitmap | |
IsUsedByBrush() | KernelBitmap | [inline] |
IsUsedInDocument(Document *pDoc, BOOL bIncludeHidden=FALSE) | KernelBitmap | |
IsXPEMaster() | KernelBitmap | [virtual] |
KernelBitmap(OILBitmap *pBitmap=NULL, BOOL Temp=FALSE) | KernelBitmap | |
KernelBitmap(const KernelBitmap &) | KernelBitmap | |
KernelBitmap(UINT32, UINT32, UINT32, UINT32, BOOL Temp=FALSE) | KernelBitmap | |
ListItem() | ListItem | |
m_bDontDeleteActualBitmap | KernelBitmap | [protected] |
m_bFractalAttached | KernelBitmap | [protected] |
m_bUsedByBrush | KernelBitmap | [protected] |
m_pParentList | KernelBitmap | [protected] |
MakeKernelBitmap(OILBitmap *pBitmap=NULL, Document *pDoc=NULL, BOOL bAlwaysNew=FALSE) | KernelBitmap | [static] |
MemoryDump() | SimpleCCObject | [static] |
MemoryTrackAdd(void *p, LPCSTR Filename, INT32 Line) | SimpleCCObject | [static] |
operator delete(void *p) | SimpleCCObject | |
operator new(size_t, void *p) | SimpleCCObject | [inline] |
operator new(size_t nSize) | SimpleCCObject | |
operator new(size_t nSize, LPCSTR lpszFileName, INT32 nLine) | SimpleCCObject | |
operator=(const KernelBitmap &) | KernelBitmap | |
operator==(const KernelBitmap &) | KernelBitmap | |
PlotPixel(INT32 x, INT32 y, Pixel32bpp NewValue) | KernelBitmap | [inline] |
PlotPixel(INT32 x, INT32 y, PixelGreyscale NewValue) | KernelBitmap | [inline] |
ReadPixel32bpp(INT32 x, INT32 y, BOOL UsePalette=TRUE) const | KernelBitmap | [inline] |
ReadPixelGreyscale(INT32 x, INT32 y) const | KernelBitmap | [inline] |
ReplaceOILBitmap(LPBYTE pBits, LPBITMAPINFO pInfo) | KernelBitmap | [virtual] |
ReturnPaletteIndexUsed(INT32 x, INT32 y) const | KernelBitmap | [inline] |
s_pTrackerList | KernelBitmap | [static] |
SetAnimationRestoreType(GIFDisposalMethod Type) | KernelBitmap | |
SetAsFractal() | KernelBitmap | |
SetAsGreyscale() | KernelBitmap | |
SetAsLossy(BOOL bLossy=TRUE) | KernelBitmap | |
SetCreateTracker(List *pList) | KernelBitmap | [inline, static] |
SetDelay(UINT32 Delay) | KernelBitmap | |
SetInterpolation(BOOL bInterpolation) | KernelBitmap | |
SetLeftOffset(UINT32 LeftOffset) | KernelBitmap | |
SetName(String_256 &NewName) | KernelBitmap | |
SetOriginalSource(BitmapSource *pFileBuffer=NULL, BaseBitmapFilter *pImportFilter=NULL) | KernelBitmap | |
SetRecommendedHeight(INT32) | KernelBitmap | |
SetRecommendedWidth(INT32) | KernelBitmap | |
SetTopOffset(UINT32 TopOffset) | KernelBitmap | |
SetTransparencyIndex(INT32) | KernelBitmap | |
SetUsedByBrush(BOOL Used) | KernelBitmap | [inline] |
SetXPEInfo(KernelBitmap *pMasterBitmap, IXMLDOMDocumentPtr pNewEditList) | KernelBitmap | [virtual] |
TryAndUseExistingBitmap(OILBitmap *pOILBitmap, Document *pDoc, BOOL *IsNew) | KernelBitmap | [static] |
WritePalette(BaseCamelotFilter *pFilter) | KernelBitmap | [virtual] |
~CCObject() | CCObject | [virtual] |
~KernelBitmap() | KernelBitmap | |
~ListItem() | ListItem | [inline, virtual] |