#include "ut_types.h"
#include "ut_bytebuf.h"
#include "ut_xml.h"
#include "gr_Graphics.h"
Go to the source code of this file.
Classes | |
class | UT_svg |
class | UT_SVGPoint |
class | UT_SVGMatrix |
Functions | |
bool | UT_SVG_recognizeContent (const char *szBuf, UT_uint32 iNumbytes) |
bool | UT_SVG_getDimensions (const UT_ConstByteBufPtr &pBB, GR_Graphics *pG, UT_sint32 &iDisplayWidth, UT_sint32 &iDisplayHeight, UT_sint32 &iLayoutWidth, UT_sint32 &iLayoutHeight) |
bool UT_SVG_getDimensions | ( | const UT_ConstByteBufPtr & | pBB, | |
GR_Graphics * | pG, | |||
UT_sint32 & | iDisplayWidth, | |||
UT_sint32 & | iDisplayHeight, | |||
UT_sint32 & | iLayoutWidth, | |||
UT_sint32 & | iLayoutHeight | |||
) |
References _recognizeContent(), UT_svg::m_iDisplayHeight, UT_svg::m_iDisplayWidth, UT_svg::m_iLayoutHeight, UT_svg::m_iLayoutWidth, UT_svg::pm_getDimensions, and UT_DEBUGMSG.
Referenced by s_RTF_ListenerWriteDoc::_openFrame(), s_RTF_ListenerWriteDoc::_writeImageInRTF(), GR_EmbedManager::render(), and FG_GraphicVector::setVector_SVG().
bool UT_SVG_recognizeContent | ( | const char * | szBuf, | |
UT_uint32 | iNumbytes | |||
) |
References UT_UNUSED.
Referenced by GR_Image::getBufferType(), and IE_ImpGraphicSVG_Sniffer::recognizeContents().