Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp1866 FX_RECT device_rc = in StartDecode() local
1868 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode()
1869 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode()
1870 device_rc.Intersect( in StartDecode()
1872 if (device_rc.IsEmpty()) in StartDecode()
1875 m_startX = device_rc.left; in StartDecode()
1876 m_startY = device_rc.top; in StartDecode()
1877 m_sizeX = device_rc.Width(); in StartDecode()
1878 m_sizeY = device_rc.Height(); in StartDecode()