/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Image.h | 40 … composeTo(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, const FX_RECT* pSrcRect); 47 …oseTo_opt2(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, const FX_RECT* pSrcRect); 50 …omposeFrom(FX_INT32 x, FX_INT32 y, CJBig2_Image *pSrc, JBig2ComposeOp op, const FX_RECT* pSrcRect);
|
D | JBig2_Image.cpp | 121 …::composeTo(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, const FX_RECT* pSrcRect) in composeTo() argument 126 if (NULL == pSrcRect || *pSrcRect == FX_RECT(0, 0, m_nWidth, m_nHeight)) { in composeTo() 129 return composeTo_opt2(pDst, x, y, op, pSrcRect); in composeTo() 691 …composeFrom(FX_INT32 x, FX_INT32 y, CJBig2_Image *pSrc, JBig2ComposeOp op, const FX_RECT* pSrcRect) in composeFrom() argument 696 return pSrc->composeTo(this, x, y, op, pSrcRect); in composeFrom() 1208 …poseTo_opt2(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, const FX_RECT* pSrcRect) in composeTo_opt2() argument 1220 sw = pSrcRect->Width(); in composeTo_opt2() 1221 sh = pSrcRect->Height(); in composeTo_opt2() 1265 lineSrc = m_pData + (pSrcRect->top + ys0) * m_nStride + (((xs0 + pSrcRect->left) >> 5) << 2); in composeTo_opt2()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 33 …:SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int to… in SetDIBits() argument 37 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), top + pSrcRect->Height()); in SetDIBits() 38 …return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, pSource->GetWidth… in SetDIBits() 41 ASSERT(pSource != NULL && !pSource->IsAlphaMask() && pSrcRect != NULL); in SetDIBits() 51 return GDI_SetDIBits(pBitmap, pSrcRect, left, top, pIccTransform); in SetDIBits() 378 …:SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int to… in SetDIBits() argument
|
D | fx_win32_device.cpp | 468 FX_BOOL CGdiDeviceDriver::GDI_SetDIBits(const CFX_DIBitmap* pBitmap1, const FX_RECT* pSrcRect, int … in GDI_SetDIBits() argument 479 int width = pSrcRect->Width(), height = pSrcRect->Height(); in GDI_SetDIBits() 497 int width = pSrcRect->Width(), height = pSrcRect->Height(); in GDI_SetDIBits() 501 …::SetDIBitsToDevice(m_hDC, left, top, width, height, pSrcRect->left, pBitmap->GetHeight() - pSrcRe… in GDI_SetDIBits() 981 …:SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int to… in SetDIBits() argument 999 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), top + pSrcRect->Height()); in SetDIBits() 1000 … return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, width, height, in SetDIBits() 1003 int width = pSrcRect->Width(), height = pSrcRect->Height(); in SetDIBits() 1008 …!bitmap.CompositeBitmap(0, 0, width, height, pSource, pSrcRect->left, pSrcRect->top, FXDIB_BLEND_N… in SetDIBits() 1017 return GDI_SetDIBits(pBitmap, pSrcRect, left, top, pIccTransform); in SetDIBits()
|
D | win32_int.h | 117 FX_BOOL GDI_SetDIBits(const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, int left, int top, 137 …virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, i… 158 …virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, i… 218 …virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, i…
|
D | fx_win32_gdipext.cpp | 417 static void OutputImage(GpGraphics* pGraphics, const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, in OutputImage() argument 420 int src_width = pSrcRect->Width(), src_height = pSrcRect->Height(); in OutputImage() 422 if (pBitmap->GetBPP() == 1 && (pSrcRect->left % 8)) { in OutputImage() 424 CFX_DIBitmap* pCloned = pBitmap->Clone(pSrcRect); in OutputImage() 433 …FX_LPBYTE scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + pBitmap->GetBPP() * pSrcRect-… in OutputImage()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 1516 …::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT* pSrcRect, int left, int to… in SetDIBits() argument 1523 … return m_pBitmap->CompositeMask(left, top, pSrcRect->Width(), pSrcRect->Height(), pBitmap, argb, in SetDIBits() 1524 …pSrcRect->left, pSrcRect->top, blend_type, m_pClipRgn, m_bRgbByteOrder, alpha_flag, pIccTransform); in SetDIBits() 1525 return m_pBitmap->CompositeBitmap(left, top, pSrcRect->Width(), pSrcRect->Height(), pBitmap, in SetDIBits() 1526 … pSrcRect->left, pSrcRect->top, blend_type, m_pClipRgn, m_bRgbByteOrder, pIccTransform); in SetDIBits()
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 82 … SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int to…
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 62 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
|
D | fx_skia_device.cpp | 465 …::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT* pSrcRect, int left, int to… in SetDIBits() argument 468 …return m_pAggDriver->SetDIBits(pBitmap, argb, pSrcRect, left, top, blend_type, alpha_flag, pIccTra… in SetDIBits()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 137 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 595 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
|