Searched refs:rtSrc (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.h | 56 const FX_RECT& rtSrc, 69 const FX_RECT& rtSrc, 87 const FX_RECT& rtSrc);
|
D | JBig2_Image.cpp | 166 const FX_RECT& rtSrc, in ComposeToWithRect() argument 168 return m_pData && ComposeToInternal(pDst, x, y, op, rtSrc); in ComposeToWithRect() 181 const FX_RECT& rtSrc, in ComposeFromWithRect() argument 183 return m_pData && pSrc->ComposeToWithRect(this, x, y, rtSrc, op); in ComposeFromWithRect() 264 const FX_RECT& rtSrc) { in ComposeToInternal() argument 271 int32_t sw = rtSrc.Width(); in ComposeToInternal() 272 int32_t sh = rtSrc.Height(); in ComposeToInternal() 307 const uint8_t* lineSrc = GetLineUnsafe(rtSrc.top + ys0) + in ComposeToInternal() 308 BIT_INDEX_TO_ALIGNED_BYTE(xs0 + rtSrc.left); in ComposeToInternal()
|