HomeSort by relevance Sort by last modified time
    Searched refs:DrawImage (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/xfa/src/fdp/include/
fde_rdv.h 37 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
  /external/skia/tests/
RecorderTest.cpp 85 // DrawImage is supposed to take a reference
86 recorder.drawImage(image.get(), 0, 0);
92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>());
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.h 32 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
37 virtual FX_BOOL DrawImage(IFDE_Image* pImg,
fde_gedevice.h 28 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
fde_gdidevice.cpp 88 FX_BOOL CFDE_GdiDevice::DrawImage(IFDE_Image* pImg,
120 m_pGraphics->DrawImage(pGdiImg->m_pImage, (Gdiplus::PointF*)dstPoints, 3,
125 FX_BOOL CFDE_GdiDevice::DrawImage(CFX_DIBSource* pDib,
140 return DrawImage(&img, pSrcRect, dstRect, pImgMatrix, pDevMatrix);
213 m_pGraphics->DrawImage(&bmp, (FXSYS_round(fx) + gm.gmptGlyphOrigin.x),
fde_gedevice.cpp 97 FX_BOOL CFDE_FxgeDevice::DrawImage(CFX_DIBSource* pDib,
  /external/ImageMagick/www/api/
draw.php 55 <p class="text-center"><a href="draw.php#AcquireDrawInfo">AcquireDrawInfo</a> &bull; <a href="draw.php#CloneDrawInfo">CloneDrawInfo</a> &bull; <a href="draw.php#DestroyDrawInfo">DestroyDrawInfo</a> &bull; <a href="draw.php#DrawAffineImage">DrawAffineImage</a> &bull; <a href="draw.php#DrawClipPath">DrawClipPath</a> &bull; <a href="draw.php#DrawImage">DrawImage</a> &bull; <a href="draw.php#DrawGradientImage">DrawGradientImage</a> &bull; <a href="draw.php#DrawPatternPath">DrawPatternPath</a> &bull; <a href="draw.php#DrawPrimitive">DrawPrimitive</a> &bull; <a href="draw.php#GetAffineMatrix">GetAffineMatrix</a></p>
186 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawImage">DrawImage</a></h2>
188 <p>DrawImage() draws a graphic primitive on your image. The primitive may be represented as a string or filename. Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image. You can affect how text is drawn by setting one or more members of the draw info structure.</p>
190 <p>The format of the DrawImage method is:</p>
193 MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 319 Status DrawImage(Image *image, REAL x, REAL y)
326 Status DrawImage(Image *image, INT x, INT y)
333 Status DrawImage(Image *image, const PointF& point)
340 Status DrawImage(Image *image, const Point& point)
347 Status DrawImage(Image *image, REAL x, REAL y, REAL width, REAL height)
354 Status DrawImage(Image *image, INT x, INT y, INT width, INT height)
361 Status DrawImage(Image *image, const RectF& rect)
368 Status DrawImage(Image *image, const Rect& rect)
375 Status DrawImage(Image *image, const PointF *destPoints, INT count)
382 Status DrawImage(Image *image, const Point *destPoints, INT count
    [all...]
  /external/ImageMagick/MagickCore/
draw.h 378 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
annotate.c 517 (void) DrawImage(image,undercolor_info,exception);
529 (void) DrawImage(image,annotate_info,exception);
537 (void) DrawImage(image,annotate_info,exception);
550 (void) DrawImage(image,annotate_info,exception);
    [all...]
methods.h 300 #define DrawImage PrependMagickMethod(DrawImage)
    [all...]
draw.c     [all...]
feature.c     [all...]
  /external/ImageMagick/coders/
mvg.c 221 (void) DrawImage(image,draw_info,exception);
ttf.c 289 (void) DrawImage(image,draw_info,exception);
emf.c 780 graphics->DrawImage(source,0,0,(INT) image->columns,(INT) image->rows);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pictureboximp.cpp 125 pGraphics->DrawImage(pPicture, pt, &matrix);
fwl_pushbuttonimp.cpp 195 pGraphics->DrawImage(pPicture, point, &matrix);
283 pGraphics->DrawImage(pPicture, point, &matrix);
  /external/skia/include/private/
SkRecords.h 51 M(DrawImage) \
269 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag,
  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 207 FX_ERR DrawImage(CFX_DIBSource* source,
  /external/skia/src/core/
SkRecorder.cpp 230 APPEND(DrawImage, this->copy(paint), image, left, top);
SkRecordDraw.cpp 101 DRAW(DrawImage, drawImage(r.image, r.left, r.top, r.paint));
399 Bounds bounds(const DrawImage& op) const {
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp 383 FX_ERR CFX_Graphics::DrawImage(CFX_DIBSource* source,
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c     [all...]

Completed in 319 milliseconds

1 2