/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gdidevice.h | 32 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib, 37 virtual FX_BOOL DrawImage(IFDE_Image* pImg,
|
D | fde_gdidevice.cpp | 88 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()
|
D | fde_gedevice.h | 28 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
|
D | fde_gedevice.cpp | 97 FX_BOOL CFDE_FxgeDevice::DrawImage(CFX_DIBSource* pDib, in DrawImage() function in CFDE_FxgeDevice
|
/external/skia/tests/ |
D | RecorderTest.cpp | 92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>()); in DEF_TEST()
|
/external/skia/include/private/ |
D | SkRecords.h | 51 M(DrawImage) \ 269 RECORD(DrawImage, kDraw_Tag|kHasImage_Tag,
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_pictureboximp.cpp | 125 pGraphics->DrawImage(pPicture, pt, &matrix); in DrawBkground()
|
D | fwl_pushbuttonimp.cpp | 195 pGraphics->DrawImage(pPicture, point, &matrix); in DrawWidget() 283 pGraphics->DrawImage(pPicture, point, &matrix); in DrawWidget()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_rdv.h | 37 virtual FX_BOOL DrawImage(CFX_DIBSource* pDib,
|
/external/skia/src/core/ |
D | SkRecordDraw.cpp | 101 DRAW(DrawImage, drawImage(r.image, r.left, r.top, r.paint)); 399 Bounds bounds(const DrawImage& op) const { in bounds()
|
D | SkRecorder.cpp | 230 APPEND(DrawImage, this->copy(paint), image, left, top); in onDrawImage()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 21 void, DrawImage, VGImage image
|
/external/pdfium/xfa/include/fxgraphics/ |
D | fx_graphics.h | 207 FX_ERR DrawImage(CFX_DIBSource* source,
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 383 FX_ERR CFX_Graphics::DrawImage(CFX_DIBSource* source, in DrawImage() function in CFX_Graphics
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 277 INSTALL_FACTORY(DrawImage); in fromJSON()
|