Searched refs:device_rc (Results 1 – 1 of 1) sorted by relevance
1858 FX_RECT device_rc = in StartDecode() local1860 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode()1861 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode()1862 device_rc.Intersect( in StartDecode()1864 if (device_rc.IsEmpty()) in StartDecode()1867 m_startX = device_rc.left; in StartDecode()1868 m_startY = device_rc.top; in StartDecode()1869 m_sizeX = device_rc.Width(); in StartDecode()1870 m_sizeY = device_rc.Height(); in StartDecode()