Searched refs:bDEdge (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 76 …Bits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform = NULL, FX_BOOL bDEdge = FALSE);
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 58 …Bits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform = NULL, FX_BOOL bDEdge = FALSE);
|
D | fx_skia_device.cpp | 460 …iceDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform, FX_BOOL bDEdge) in GetDIBits() argument 462 return m_pAggDriver->GetDIBits(pBitmap, left, top, pIccTransform, bDEdge); in GetDIBits()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 136 …Bits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform = NULL, FX_BOOL bDEdge = FALSE);
|
D | fx_quartz_device.cpp | 502 FX_BOOL bDEdge) in GetDIBits() argument
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 136 …Bits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform = NULL, FX_BOOL bDEdge = FALSE);
|
D | fx_win32_device.cpp | 942 …layDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform, FX_BOOL bDEdge) in GetDIBits() argument
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 586 …IBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform = NULL, FX_BOOL bDEdge = FALSE)
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 1478 …iceDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform, FX_BOOL bDEdge) in GetDIBits() argument 1483 if (bDEdge) { in GetDIBits()
|