#include <gr_CocoaCairoGraphics.h>
Public Member Functions | |
~GR_CocoaCairoGraphicsBase () | |
virtual GR_Image * | createNewImage (const char *pszName, const UT_ByteBuf *pBB, const std::string &mimeType, UT_sint32 iDisplayWidth, UT_sint32 iDisplayHeight, GR_Image::GRType=GR_Image::GRT_Raster) |
Protected Member Functions | |
GR_CocoaCairoGraphicsBase () | |
GR_CocoaCairoGraphicsBase (cairo_t *cr, UT_uint32 iDeviceResolution) |
GR_CocoaCairoGraphicsBase::~GR_CocoaCairoGraphicsBase | ( | ) |
GR_CocoaCairoGraphicsBase::GR_CocoaCairoGraphicsBase | ( | ) | [protected] |
GR_CocoaCairoGraphicsBase::GR_CocoaCairoGraphicsBase | ( | cairo_t * | cr, | |
UT_uint32 | iDeviceResolution | |||
) | [protected] |
GR_Image * GR_CocoaCairoGraphicsBase::createNewImage | ( | const char * | pszName, | |
const UT_ByteBuf * | pBB, | |||
const std::string & | mimeType, | |||
UT_sint32 | iDisplayWidth, | |||
UT_sint32 | iDisplayHeight, | |||
GR_Image::GRType | iType = GR_Image::GRT_Raster | |||
) | [virtual] |
Reimplemented from GR_Graphics.
References GR_Image::convertFromBuffer(), GR_Image::GRT_Raster, and GR_Graphics::tdu().