Home
last modified time | relevance | path

Searched refs:drawInfo (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/
DImage.cpp1868 *drawInfo; in annotate() local
1872 drawInfo=options()->drawInfo(); in annotate()
1873 drawInfo->text=DestroyString(drawInfo->text); in annotate()
1874 drawInfo->text=const_cast<char *>(text_.c_str()); in annotate()
1875 drawInfo->geometry=DestroyString(drawInfo->geometry); in annotate()
1889 drawInfo->geometry=boundingArea; in annotate()
1892 drawInfo->gravity=gravity_; in annotate()
1894 oaffine=drawInfo->affine; in annotate()
1908 current=drawInfo->affine; in annotate()
1914 drawInfo->affine.sx=current.sx*affine.sx+current.ry*affine.rx; in annotate()
[all …]
DOptions.cpp943 MagickCore::DrawInfo *Magick::Options::drawInfo(void) in drawInfo() function in Magick::Options
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h317 MagickCore::DrawInfo *drawInfo(void);
/external/deqp/modules/glshared/
DglsLongStressCase.cpp288 …void drawInfo (deUint64 secondsElapsed, int texMem, int maxTexMem, int bufMem, int maxBufM…
303 void DebugInfoRenderer::drawInfo (const deUint64 secondsElapsed, const int texMem, const int maxTex… in drawInfo() function in deqp::gls::LongStressCaseInternal::DebugInfoRenderer
1479 …m_debugInfoRenderer->drawInfo(deGetTime()-m_startTimeSeconds, m_textures->computeApproxMemUsage(),… in iterate()
/external/ImageMagick/Magick++/
DChangeLog518 drawInfo->text_antialias to control text antialiasing.