Home
last modified time | relevance | path

Searched refs:destPic (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Dscreen.cpp136 PictureResource *destPic; in sDrawPic() local
149 destPic = destViewPort->_currentPic; in sDrawPic()
151 destPic = (PictureResource *)destDisplay; in sDrawPic()
160 destFlags = destPic->_flags; in sDrawPic()
174 newBounds = Common::Rect(0, 0, destPic->_bounds.width(), destPic->_bounds.height()); in sDrawPic()
233 r.left = destPic->_bounds.left + offset.x; in sDrawPic()
234 r.top = destPic->_bounds.top + offset.y; in sDrawPic()
242 int xs = offset.x + destPic->_bounds.left; in sDrawPic()
243 int ys = offset.y + destPic->_bounds.top; in sDrawPic()
265 destImgData = destPic->_imgData; in sDrawPic()
[all …]
H A Dscreen.h79 PictureResource *srcPic, PictureResource *destPic);
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Dscreen.cpp136 PictureResource *destPic; in sDrawPic() local
149 destPic = destViewPort->_currentPic; in sDrawPic()
151 destPic = (PictureResource *)destDisplay; in sDrawPic()
160 destFlags = destPic->_flags; in sDrawPic()
174 newBounds = Common::Rect(0, 0, destPic->_bounds.width(), destPic->_bounds.height()); in sDrawPic()
233 r.left = destPic->_bounds.left + offset.x; in sDrawPic()
234 r.top = destPic->_bounds.top + offset.y; in sDrawPic()
242 int xs = offset.x + destPic->_bounds.left; in sDrawPic()
243 int ys = offset.y + destPic->_bounds.top; in sDrawPic()
265 destImgData = destPic->_imgData; in sDrawPic()
[all …]
H A Dscreen.h79 PictureResource *srcPic, PictureResource *destPic);
/dports/multimedia/handbrake/x265_3.5/source/
H A DabrEncApp.cpp1005 … x265_picture* destPic = m_parentEnc->m_parent->m_inputPicBuffer[m_id][scaledWriteIdx]; in threadMain() local
1008 if (!scalePic(destPic, srcPic)) in threadMain()
/dports/multimedia/x265/source/
H A DabrEncApp.cpp1003 … x265_picture* destPic = m_parentEnc->m_parent->m_inputPicBuffer[m_id][scaledWriteIdx]; in threadMain() local
1006 if (!scalePic(destPic, srcPic)) in threadMain()