Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp1868 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode() local
1880 if (start_x < 0 || out_range_x > 0) { in StartDecode()
1885 if (out_range_x > 0) { in StartDecode()
1886 m_clipBox.right -= (int32_t)floor((float)out_range_x * scaleX); in StartDecode()