Searched refs:out_range_x (Results 1 – 1 of 1) sorted by relevance
1873 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode() local1886 if (start_x < 0 || out_range_x > 0) { in StartDecode()1891 if (out_range_x > 0) { in StartDecode()1892 m_clipBox.right -= (int32_t)FXSYS_floor((FX_FLOAT)out_range_x * scaleX); in StartDecode()