Searched refs:out_range_y (Results 1 – 1 of 1) sorted by relevance
2224 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode() local2244 if (start_y < 0 || out_range_y > 0) { in StartDecode()2249 if (out_range_y > 0) { in StartDecode()2250 m_clipBox.bottom -= (int32_t)floor((float)out_range_y * scaleY); in StartDecode()