Home
last modified time | relevance | path

Searched refs:DrawImage (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gdidevice.h32 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
37 virtual FX_BOOL DrawImage(IFDE_Image* pImg,
Dfde_gdidevice.cpp88 FX_BOOL CFDE_GdiDevice::DrawImage(IFDE_Image* pImg, in DrawImage() function in CFDE_GdiDevice
120 m_pGraphics->DrawImage(pGdiImg->m_pImage, (Gdiplus::PointF*)dstPoints, 3, in DrawImage()
125 FX_BOOL CFDE_GdiDevice::DrawImage(CFX_DIBSource* pDib, in DrawImage() function in CFDE_GdiDevice
140 return DrawImage(&img, pSrcRect, dstRect, pImgMatrix, pDevMatrix); in DrawImage()
213 m_pGraphics->DrawImage(&bmp, (FXSYS_round(fx) + gm.gmptGlyphOrigin.x), in DrawString()
Dfde_gedevice.h28 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
Dfde_gedevice.cpp97 FX_BOOL CFDE_FxgeDevice::DrawImage(CFX_DIBSource* pDib, in DrawImage() function in CFDE_FxgeDevice
/external/skia/tests/
DRecorderTest.cpp92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
/external/skia/include/private/
DSkRecords.h51 M(DrawImage) \
269 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag,
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_pictureboximp.cpp125 pGraphics->DrawImage(pPicture, pt, &matrix); in DrawBkground()
Dfwl_pushbuttonimp.cpp195 pGraphics->DrawImage(pPicture, point, &matrix); in DrawWidget()
283 pGraphics->DrawImage(pPicture, point, &matrix); in DrawWidget()
/external/pdfium/xfa/src/fdp/include/
Dfde_rdv.h37 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
/external/skia/src/core/
DSkRecordDraw.cpp101 DRAW(DrawImage, drawImage(r.image, r.left, r.top, r.paint));
399 Bounds bounds(const DrawImage& op) const { in bounds()
DSkRecorder.cpp230 APPEND(DrawImage, this->copy(paint), image, left, top); in onDrawImage()
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv21 void, DrawImage, VGImage image
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h207 FX_ERR DrawImage(CFX_DIBSource* source,
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp383 FX_ERR CFX_Graphics::DrawImage(CFX_DIBSource* source, in DrawImage() function in CFX_Graphics
/external/skia/tools/debugger/
DSkDrawCommand.cpp277 INSTALL_FACTORY(DrawImage); in fromJSON()