Searched refs:device_rc (Results 1 – 1 of 1) sorted by relevance
1866 FX_RECT device_rc = in StartDecode() local1868 int32_t out_range_x = device_rc.right - pDIBitmap->GetWidth(); in StartDecode()1869 int32_t out_range_y = device_rc.bottom - pDIBitmap->GetHeight(); in StartDecode()1870 device_rc.Intersect( in StartDecode()1872 if (device_rc.IsEmpty()) in StartDecode()1875 m_startX = device_rc.left; in StartDecode()1876 m_startY = device_rc.top; in StartDecode()1877 m_sizeX = device_rc.Width(); in StartDecode()1878 m_sizeY = device_rc.Height(); in StartDecode()