Home
last modified time | relevance | path

Searched defs:renderZoom (Results 1 – 5 of 5) sorted by relevance

/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DHqx.cpp75 void Hqx::renderZoom(const SDL_Rect& srcArea_, SDL_Rect& dstArea, SDL_Surface* source, SDL_Surface*… in renderZoom() function in Hqx
104 void Hqx::renderZoom(const SDL_Rect& srcArea, int zoom, int x, int y, SDL_Surface* source, SDL_Sur… in renderZoom() function in Hqx
H A DNearestNeighbor.cpp100 void NearestNeighbor::renderZoom(const SDL_Rect& srcArea, SDL_Rect& dstArea, SDL_Surface* src, SDL_… in renderZoom() function in NearestNeighbor
H A DBilinear.cpp44 void Bilinear::renderZoom(const SDL_Rect& srcArea, SDL_Rect& dstArea, SDL_Surface* source, SDL_Surf… in renderZoom() function in Bilinear
H A DBilinearLessBlur.cpp44 void BilinearLessBlur::renderZoom(const SDL_Rect& srcArea, SDL_Rect& dstArea, SDL_Surface* source, … in renderZoom() function in BilinearLessBlur
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/
H A DPdfCache.cpp104 double renderZoom = std::max(zoom, 1.0); in render() local