Searched defs:pSrcRect (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Image.cpp141 const FX_RECT* pSrcRect) {
145 if (!pSrcRect || *pSrcRect == FX_RECT(0, 0, m_nWidth, m_nHeight))
148 return composeTo_opt2(pDst, x, y, op, pSrcRect);
164 const FX_RECT* pSrcRect) {
168 return pSrc->composeTo(this, x, y, op, pSrcRect);
681 const FX_RECT* pSrcRect) {
689 int32_t sw = pSrcRect->Width();
690 int32_t sh = pSrcRect->Height();
710 uint8_t* lineSrc = m_pData + (pSrcRect
137 composeTo(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
160 composeFrom(int32_t x, int32_t y, CJBig2_Image* pSrc, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
677 composeTo_opt2(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
[all...]
/external/pdfium/xfa/fde/
H A Dfde_gedevice.cpp86 const CFX_RectF* pSrcRect,
91 if (pSrcRect) {
92 srcRect = *pSrcRect;
85 DrawImage(CFX_DIBSource* pDib, const CFX_RectF* pSrcRect, const CFX_RectF& dstRect, const CFX_Matrix* pImgMatrix, const CFX_Matrix* pDevMatrix) argument
/external/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp72 const FX_RECT* pSrcRect,
77 FX_RECT clip_rect(left, top, left + pSrcRect->Width(),
78 top + pSrcRect->Height());
79 return StretchDIBits(pSource, color, left - pSrcRect->left,
80 top - pSrcRect->top, pSource->GetWidth(),
84 ASSERT(pSource && !pSource->IsAlphaMask() && pSrcRect);
94 return GDI_SetDIBits(pBitmap, pSrcRect, left, top);
441 const FX_RECT* pSrcRect,
70 SetDIBits(const CFX_DIBSource* pSource, uint32_t color, const FX_RECT* pSrcRect, int left, int top, int blend_type) argument
439 SetDIBits(const CFX_DIBSource* pBitmap, uint32_t color, const FX_RECT* pSrcRect, int left, int top, int blend_type) argument
H A Dfx_win32_device.cpp786 const FX_RECT* pSrcRect,
797 int width = pSrcRect->Width(), height = pSrcRect->Height();
815 int width = pSrcRect->Width(), height = pSrcRect->Height();
818 ::SetDIBitsToDevice(m_hDC, left, top, width, height, pSrcRect->left,
819 pBitmap->GetHeight() - pSrcRect->bottom, 0,
1211 const FX_RECT* pSrcRect,
1232 FX_RECT clip_rect(left, top, left + pSrcRect->Width(),
1233 top + pSrcRect
785 GDI_SetDIBits(CFX_DIBitmap* pBitmap1, const FX_RECT* pSrcRect, int left, int top) argument
1209 SetDIBits(const CFX_DIBSource* pSource, uint32_t color, const FX_RECT* pSrcRect, int left, int top, int blend_type) argument
[all...]
H A Dfx_win32_gdipext.cpp606 const FX_RECT* pSrcRect,
611 int src_width = pSrcRect->Width(), src_height = pSrcRect->Height();
614 if (pBitmap->GetBPP() == 1 && (pSrcRect->left % 8)) {
616 std::unique_ptr<CFX_DIBitmap> pCloned = pBitmap->Clone(pSrcRect);
624 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch +
625 pBitmap->GetBPP() * pSrcRect->left / 8;
604 OutputImage(GpGraphics* pGraphics, const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, int dest_left, int dest_top, int dest_width, int dest_height) argument
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1870 const FX_RECT* pSrcRect,
1888 left, top, pSrcRect->Width(), pSrcRect->Height(), pBitmap, argb,
1889 pSrcRect->left, pSrcRect->top, blend_type, m_pClipRgn.get(),
1893 left, top, pSrcRect->Width(), pSrcRect->Height(), pBitmap, pSrcRect->left,
1894 pSrcRect->top, blend_type, m_pClipRgn.get(), m_bRgbByteOrder, nullptr);
1868 SetDIBits(const CFX_DIBSource* pBitmap, uint32_t argb, const FX_RECT* pSrcRect, int left, int top, int blend_type) argument

Completed in 978 milliseconds