Searched refs:rtSrc (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.h | 60 const FX_RECT& rtSrc, 73 const FX_RECT& rtSrc, 91 const FX_RECT& rtSrc);
|
D | JBig2_Image.cpp | 170 const FX_RECT& rtSrc, in ComposeToWithRect() argument 172 return m_pData && ComposeToInternal(pDst, x, y, op, rtSrc); in ComposeToWithRect() 185 const FX_RECT& rtSrc, in ComposeFromWithRect() argument 187 return m_pData && pSrc->ComposeToWithRect(this, x, y, rtSrc, op); in ComposeFromWithRect() 268 const FX_RECT& rtSrc) { in ComposeToInternal() argument 275 int32_t sw = rtSrc.Width(); in ComposeToInternal() 276 int32_t sh = rtSrc.Height(); in ComposeToInternal() 312 GetLineUnsafe(rtSrc.top + ys0) + BitIndexToAlignedByte(xs0 + rtSrc.left); in ComposeToInternal()
|