Lines Matching refs:loopNo

83 void GfxPaint16::drawCelAndShow(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, ui…  in drawCelAndShow()  argument
90 celRect.right = celRect.left + view->getWidth(loopNo, celNo); in drawCelAndShow()
91 celRect.bottom = celRect.top + view->getHeight(loopNo, celNo); in drawCelAndShow()
93 drawCel(view, loopNo, celNo, celRect, priority, paletteNo, scaleX, scaleY, scaleSignal); in drawCelAndShow()
107 void GfxPaint16::drawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, const Common::Rect &celRe… in drawCel() argument
108 …drawCel(_cache->getView(viewId), loopNo, celNo, celRect, priority, paletteNo, scaleX, scaleY, scal… in drawCel()
112 void GfxPaint16::drawCel(GfxView *view, int16 loopNo, int16 celNo, const Common::Rect &celRect, byt… in drawCel() argument
121 …view->draw(celRect, clipRect, clipRectTranslated, loopNo, celNo, priority, paletteNo, false, scale… in drawCel()
123 …view->drawScaled(celRect, clipRect, clipRectTranslated, loopNo, celNo, priority, scaleX, scaleY, s… in drawCel()
128 void GfxPaint16::drawHiresCelAndShow(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPo… in drawHiresCelAndShow() argument
153 celRect.right = celRect.left + view->getWidth(loopNo, celNo); in drawHiresCelAndShow()
154 celRect.bottom = celRect.top + view->getHeight(loopNo, celNo); in drawHiresCelAndShow()
174 view->draw(celRect, clipRect, clipRectTranslated, loopNo, celNo, priority, paletteNo, true); in drawHiresCelAndShow()
397 void GfxPaint16::kernelDrawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uin… in kernelDrawCel() argument
401 drawCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, scaleX, scaleY); in kernelDrawCel()
403 …drawHiresCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, upscaledHiresHand… in kernelDrawCel()