Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp1874 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode() local
1895 if (start_y < 0 || out_range_y > 0) { in StartDecode()
1900 if (out_range_y > 0) { in StartDecode()
1901 m_clipBox.bottom -= (int32_t)FXSYS_floor((FX_FLOAT)out_range_y * scaleY); in StartDecode()