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