Searched refs:out_range_y (Results 1 – 1 of 1) sorted by relevance
1874 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode() local1895 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()