#include <ie_impGraphic_Cocoa.h>
Public Member Functions | |
| virtual UT_Error | importGraphic (UT_ByteBuf *pBB, FG_Graphic **ppfg) |
| virtual UT_Error | convertGraphic (UT_ByteBuf *pBB, UT_ByteBuf **ppBB) |
Private Member Functions | |
| UT_Error | _convertGraphic (UT_ByteBuf *pBB) |
Private Attributes | |
| UT_ByteBuf * | m_pPngBB |
| UT_Error IE_ImpGraphic_Cocoa::_convertGraphic | ( | UT_ByteBuf * | pBB | ) | [private] |
References UT_ByteBuf::append(), convertImageDataToPNG(), UT_ByteBuf::getLength(), UT_ByteBuf::getPointer(), m_pPngBB, UT_ERROR, and UT_OK.
Referenced by convertGraphic(), and importGraphic().
| UT_Error IE_ImpGraphic_Cocoa::convertGraphic | ( | UT_ByteBuf * | pBB, | |
| UT_ByteBuf ** | ppBB | |||
| ) | [virtual] |
References _convertGraphic(), m_pPngBB, and UT_OK.
| UT_Error IE_ImpGraphic_Cocoa::importGraphic | ( | UT_ByteBuf * | pBB, | |
| FG_Graphic ** | ppfg | |||
| ) | [virtual] |
Reimplemented from IE_ImpGraphic.
References _convertGraphic(), DELETEP, m_pPngBB, FG_GraphicRaster::setRaster_PNG(), and UT_OK.
UT_ByteBuf* IE_ImpGraphic_Cocoa::m_pPngBB [private] |
Referenced by _convertGraphic(), convertGraphic(), and importGraphic().
1.7.1