/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 43 int dest_top, 52 int dest_top, 168 int dest_top, 174 int dest_top, 207 int dest_top, 223 int dest_top, 246 int dest_top, 305 int dest_top, 368 int dest_top,
|
D | fx_win32_print.cpp | 102 int dest_top, in StretchDIBits() argument 122 dest_top += dest_height; in StretchDIBits() 124 return GDI_StretchBitMask(pFlipped, dest_left, dest_top, abs(dest_width), in StretchDIBits() 132 return GDI_StretchBitMask(pBitmap, dest_left, dest_top, dest_width, in StretchDIBits() 148 dest_top += dest_height; in StretchDIBits() 150 return GDI_StretchDIBits(pFlipped, dest_left, dest_top, abs(dest_width), in StretchDIBits() 158 return GDI_StretchDIBits(pBitmap, dest_left, dest_top, dest_width, in StretchDIBits() 456 int dest_top, in StretchDIBits() argument 464 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top, in StretchDIBits() 574 int dest_top, in StretchDIBits() argument
|
D | fx_win32_device.cpp | 823 int dest_top, in GDI_StretchDIBits() argument 850 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, in GDI_StretchDIBits() 861 int dest_top, in GDI_StretchBitMask() argument 909 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, in GDI_StretchBitMask() 1249 int dest_top, in UseFoxitStretchEngine() argument 1259 dest_top += dest_height; in UseFoxitStretchEngine() 1261 bitmap_clip.Offset(-dest_left, -dest_top); in UseFoxitStretchEngine() 1275 int dest_top, in StretchDIBits() argument 1284 return UseFoxitStretchEngine(pSource, color, dest_left, dest_top, in StretchDIBits() 1291 image_rect.top = dest_height > 0 ? dest_top : dest_top + dest_height; in StretchDIBits() [all …]
|
D | fx_win32_gdipext.cpp | 586 int dest_top, in OutputImageMask() argument 609 dest_top -= dest_height; in OutputImageMask() 612 (float)dest_top, (float)dest_width, in OutputImageMask() 619 FX_RECT image_rect(dest_left, dest_top, dest_left + dest_width, in OutputImageMask() 620 dest_top + dest_height); in OutputImageMask() 665 Gdiplus::Point(dest_left, dest_top), in OutputImageMask() 666 Gdiplus::Point(dest_left + dest_width, dest_top), in OutputImageMask() 667 Gdiplus::Point(dest_left, dest_top + dest_height)}; in OutputImageMask() 675 int dest_top, in OutputImage() argument 686 OutputImage(pGraphics, pCloned, &new_rect, dest_left, dest_top, dest_width, in OutputImage() [all …]
|
D | cfx_psrenderer.h | 58 int dest_top); 62 int dest_top,
|
D | cfx_psrenderer.cpp | 358 int dest_top, in StretchDIBits() argument 364 (float)(dest_left), (float)(dest_top + dest_height)); in StretchDIBits()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibitmap.h | 58 int dest_top, 66 int dest_top, 77 int dest_top, 90 int dest_top,
|
D | cfx_dibitmap.cpp | 184 int dest_top, in TransferBitmap() argument 193 GetOverlapRect(dest_left, dest_top, width, height, pSrcBitmap->GetWidth(), in TransferBitmap() 203 uint8_t* dest_scan = m_pBuffer.Get() + (dest_top + row) * m_Pitch; in TransferBitmap() 220 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * Bpp; in TransferBitmap() 234 m_pBuffer.Get() + dest_top * m_Pitch + dest_left * GetBPP() / 8; in TransferBitmap() 836 int dest_top, in CompositeBitmap() argument 853 GetOverlapRect(dest_left, dest_top, width, height, pSrcBitmap->GetWidth(), in CompositeBitmap() 877 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * dest_Bpp; in CompositeBitmap() 885 ? (uint8_t*)m_pAlphaMask->GetScanline(dest_top + row) + dest_left in CompositeBitmap() 890 (dest_top + row - clip_box.top) * pClipMask->m_Pitch + in CompositeBitmap() [all …]
|
D | cfx_dibsource.h | 94 int& dest_top,
|
D | cfx_dibsource.cpp | 738 int& dest_top, in GetOverlapRect() argument 750 if (dest_left > m_Width || dest_top > m_Height) { in GetOverlapRect() 756 int y_offset = dest_top - src_top; in GetOverlapRect() 767 dest_top = dest_rect.top; in GetOverlapRect() 769 src_top = dest_top - y_offset; in GetOverlapRect()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 62 int dest_left, dest_top; in Start() local 64 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom; in Start() 67 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, in Start() 73 if (m_pDevice->StretchBitMaskWithFlags(m_pDIBSource, dest_left, dest_top, in Start()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 90 int dest_top, 96 int dest_top, 108 int dest_top,
|
D | fx_skia_device.cpp | 60 int dest_top, in RgbByteOrderTransferBitmap() argument 69 pBitmap->GetOverlapRect(dest_left, dest_top, width, height, in RgbByteOrderTransferBitmap() 82 uint8_t* dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp; in RgbByteOrderTransferBitmap() 104 uint8_t* dest_buf = buffer + dest_top * pitch + dest_left * Bpp; in RgbByteOrderTransferBitmap() 2290 int dest_top, in StretchDIBits() argument 2301 dest_top + dest_height); in StretchDIBits() 2318 return SetDIBits(pSource, argb, &rect, dest_left, dest_top, blend_type); in StretchDIBits() 2321 FX_RECT dest_rect(dest_left, dest_top, dest_left + dest_width, in StretchDIBits() 2322 dest_top + dest_height); in StretchDIBits() 2516 int dest_top, in SetBitsWithMask() argument [all …]
|
/external/pdfium/core/fxge/ |
D | ifx_renderdevicedriver.h | 71 int dest_top, 76 int dest_top,
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 135 int dest_top, in RgbByteOrderTransferBitmap() argument 144 pBitmap->GetOverlapRect(dest_left, dest_top, width, height, in RgbByteOrderTransferBitmap() 157 uint8_t* dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp; in RgbByteOrderTransferBitmap() 180 uint8_t* dest_buf = buffer + dest_top * pitch + dest_left * Bpp; in RgbByteOrderTransferBitmap() 1508 int dest_top, in StretchDIBits() argument 1520 return SetDIBits(pSource, argb, &rect, dest_left, dest_top, blend_type); in StretchDIBits() 1522 FX_RECT dest_rect(dest_left, dest_top, dest_left + dest_width, in StretchDIBits() 1523 dest_top + dest_height); in StretchDIBits()
|
D | fx_agg_driver.h | 79 int dest_top,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 437 int dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom; in StartDIBSource() local 440 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags, in StartDIBSource() 449 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, in StartDIBSource()
|