HomeSort by relevance Sort by last modified time
    Searched defs:DrawImage (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/src/fdp/src/fde/
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,
  /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.c     [all...]
methods.h 300 #define DrawImage PrependMagickMethod(DrawImage)
    [all...]

Completed in 115 milliseconds