Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp1869 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode() local
1889 if (start_y < 0 || out_range_y > 0) { in StartDecode()
1894 if (out_range_y > 0) { in StartDecode()
1895 m_clipBox.bottom -= (int32_t)floor((float)out_range_y * scaleY); in StartDecode()