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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp122 const FX_RECT* pSrcRect) {
126 if (NULL == pSrcRect || *pSrcRect == FX_RECT(0, 0, m_nWidth, m_nHeight)) {
129 return composeTo_opt2(pDst, x, y, op, pSrcRect);
145 const FX_RECT* pSrcRect) {
149 return pSrc->composeTo(this, x, y, op, pSrcRect);
667 const FX_RECT* pSrcRect) {
680 sw = pSrcRect->Width();
681 sh = pSrcRect->Height();
725 lineSrc = m_pData + (pSrcRect
118 composeTo(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
141 composeFrom(int32_t x, int32_t y, CJBig2_Image* pSrc, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
663 composeTo_opt2(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp38 const FX_RECT* pSrcRect,
45 FX_RECT clip_rect(left, top, left + pSrcRect->Width(),
46 top + pSrcRect->Height());
47 return StretchDIBits(pSource, color, left - pSrcRect->left,
48 top - pSrcRect->top, pSource->GetWidth(),
52 ASSERT(pSource && !pSource->IsAlphaMask() && pSrcRect);
62 return GDI_SetDIBits(pBitmap, pSrcRect, left, top, pIccTransform);
413 const FX_RECT* pSrcRect,
36 SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
411 SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
H A Dfx_win32_device.cpp525 const FX_RECT* pSrcRect,
538 int width = pSrcRect->Width(), height = pSrcRect->Height();
557 int width = pSrcRect->Width(), height = pSrcRect->Height();
560 ::SetDIBitsToDevice(m_hDC, left, top, width, height, pSrcRect->left,
561 pBitmap->GetHeight() - pSrcRect->bottom, 0,
1093 const FX_RECT* pSrcRect,
1119 FX_RECT clip_rect(left, top, left + pSrcRect->Width(),
1120 top + pSrcRect
524 GDI_SetDIBits(const CFX_DIBitmap* pBitmap1, const FX_RECT* pSrcRect, int left, int top, void* pIccTransform) argument
1091 SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
[all...]
H A Dfx_win32_gdipext.cpp604 const FX_RECT* pSrcRect,
609 int src_width = pSrcRect->Width(), src_height = pSrcRect->Height();
612 if (pBitmap->GetBPP() == 1 && (pSrcRect->left % 8)) {
614 CFX_DIBitmap* pCloned = pBitmap->Clone(pSrcRect);
624 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch +
625 pBitmap->GetBPP() * pSrcRect->left / 8;
602 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/src/fxge/skia/
H A Dfx_skia_device.cpp542 const FX_RECT* pSrcRect,
548 return m_pAggDriver->SetDIBits(pBitmap, argb, pSrcRect, left, top, blend_type,
540 SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gdidevice.cpp89 const CFX_RectF* pSrcRect,
96 if (pSrcRect) {
97 srcRect = *pSrcRect;
126 const CFX_RectF* pSrcRect,
140 return DrawImage(&img, pSrcRect, dstRect, pImgMatrix, pDevMatrix);
88 DrawImage(IFDE_Image* pImg, const CFX_RectF* pSrcRect, const CFX_RectF& dstRect, const CFX_Matrix* pImgMatrix, const CFX_Matrix* pDevMatrix) argument
125 DrawImage(CFX_DIBSource* pDib, const CFX_RectF* pSrcRect, const CFX_RectF& dstRect, const CFX_Matrix* pImgMatrix, const CFX_Matrix* pDevMatrix) argument
H A Dfde_gedevice.cpp98 const CFX_RectF* pSrcRect,
104 if (pSrcRect) {
105 srcRect = *pSrcRect;
97 DrawImage(CFX_DIBSource* pDib, const CFX_RectF* pSrcRect, const CFX_RectF& dstRect, const CFX_Matrix* pImgMatrix, const CFX_Matrix* pDevMatrix) argument

Completed in 163 milliseconds