Searched refs:out_range_x (Results 1 – 1 of 1) sorted by relevance
1868 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode() local1880 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()