Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp2221 FX_RECT device_rc = in StartDecode() local
2223 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode()
2224 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode()
2225 device_rc.Intersect( in StartDecode()
2227 if (device_rc.IsEmpty()) in StartDecode()
2230 m_startX = device_rc.left; in StartDecode()
2231 m_startY = device_rc.top; in StartDecode()
2232 m_sizeX = device_rc.Width(); in StartDecode()
2233 m_sizeY = device_rc.Height(); in StartDecode()