Home
last modified time | relevance | path

Searched refs:pClipRect (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h19 … int dest_width, int dest_height, FX_DWORD argb, const FX_RECT* pClipRect, int flags);
21 … int dest_width, int dest_height, const FX_RECT* pClipRect, int flags);
138 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
147 … int dest_width, int dest_height, const FX_RECT* pClipRect, int render_flags,
159 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
219 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
Dfx_win32_gdipext.cpp287 const CFX_DIBitmap* pSource, FX_RECT* pClipRect) in _StretchMonoToGray() argument
297 int result_width = pClipRect->Width(); in _StretchMonoToGray()
298 int result_height = pClipRect->Height(); in _StretchMonoToGray()
321 …int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) : (dest_y + pClipRect->top); in _StretchMonoToGray()
326 …int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left… in _StretchMonoToGray()
344 int dest_width, int dest_height, FX_ARGB argb, const FX_RECT* pClipRect) in OutputImageMask() argument
374 image_clip.Intersect(*pClipRect); in OutputImageMask()
686 … int dest_width, int dest_height, FX_DWORD argb, const FX_RECT* pClipRect, int flags) in StretchBitMask() argument
698 …sk(pGraphics, bMonoDevice, pBitmap, dest_left, dest_top, dest_width, dest_height, argb, pClipRect); in StretchBitMask()
703 … int dest_width, int dest_height, const FX_RECT* pClipRect, int flags) in StretchDIBits() argument
Dfx_win32_device.cpp1014 int dest_width, int dest_height, const FX_RECT* pClipRect, int render_flags, in UseFoxitStretchEngine() argument
1017 FX_RECT bitmap_clip = *pClipRect; in UseFoxitStretchEngine()
1030 …FX_BOOL ret = SetDIBits(pStretched, color, &src_rect, pClipRect->left, pClipRect->top, FXDIB_BLEND… in UseFoxitStretchEngine()
1035 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags, in StretchDIBits() argument
1038 ASSERT(pSource != NULL && pClipRect != NULL); in StretchDIBits()
1041 pClipRect, flags, alpha_flag, pIccTransform, blend_type); in StretchDIBits()
1049 clip_rect.Intersect(*pClipRect); in StretchDIBits()
1076 …sExt.StretchDIBits(m_hDC, pBitmap, dest_left, dest_top, dest_width, dest_height, pClipRect, flags); in StretchDIBits()
1079 pClipRect, flags, alpha_flag, pIccTransform, blend_type); in StretchDIBits()
Dfx_win32_print.cpp54 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags, in StretchDIBits() argument
399 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags, in StretchDIBits() argument
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp1045 FX_RECT* pClipRect, const CFX_AffineMatrix* pMatrix) in LoadSMask() argument
1051 int width = pClipRect->right - pClipRect->left; in LoadSMask()
1052 int height = pClipRect->bottom - pClipRect->top; in LoadSMask()
1065 matrix.TranslateI(-pClipRect->left, -pClipRect->top); in LoadSMask()
Drender_int.h146 …CFX_DIBitmap* LoadSMask(CPDF_Dictionary* pSMaskDict, FX_RECT* pClipRect, const CFX_AffineMatrix* p…
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp122 CPDF_RenderOptions* pOptions, FX_RECT* pClipRect) in DisplayAnnots() argument
125 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, FALSE, pOptions, pClipRect); in DisplayAnnots()
128 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, TRUE, pOptions, pClipRect); in DisplayAnnots()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h83 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
/external/pdfium/core/src/fxge/apple/
Dapple_int.h140 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h694 CPDF_RenderOptions* pOptions, FX_RECT *pClipRect) in DisplayAnnots() argument
696 …DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots()
701 CPDF_RenderOptions* pOptions, FX_RECT* pClipRect);
/external/pdfium/core/include/fxge/
Dfx_ge.h604 … int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1540 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags, in StretchDIBits() argument
1553 dest_clip.Intersect(*pClipRect); in StretchDIBits()