Home
last modified time | relevance | path

Searched refs:getBottomR (Results 1 – 14 of 14) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/test/YesodCoreTest/JsLoaderSites/
H A DBottom.hs19 getBottomR :: Handler Html
20 getBottomR = defaultLayout $ addScriptRemote "load.js" function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/test/YesodCoreTest/JsLoaderSites/
H A DBottom.hs19 getBottomR :: Handler Html
20 getBottomR = defaultLayout $ addScriptRemote "load.js" function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMEnvCube.h258 void getBottomR()const in getBottomR() function
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/xbrz/
H A Dxbrz.cpp624 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
684 if (getBottomR(blend) >= BLEND_NORMAL) in scalePixel()
691 if (getBottomR(blend) >= BLEND_DOMINANT) in scalePixel()
/dports/games/mrboom/MrBoom-src-5.2/sdl2/xBRZ/
H A Dxbrz.cpp357 inline BlendType getBottomR(unsigned char b) { in getBottomR() function
437 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
448 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/games/wesnoth/wesnoth-1.14.17/src/xBRZ/
H A Dxbrz.cpp657 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
715 if (getBottomR(blend) >= BLEND_NORMAL) in scalePixel()
727 if (getBottomR(blend) >= BLEND_DOMINANT) in scalePixel()
/dports/games/ivan/ivan-059/xbrzscale/xbrz/
H A Dxbrz.cpp366 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
424 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
431 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/xbrz/
H A Dxbrz.cpp378 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
436 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
443 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/xbrz/
H A Dxbrz.cpp378 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
436 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
443 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/xBRZ/
H A Dxbrz.cpp334 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
381 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
388 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/xbrz/
H A Dxbrz.cpp378 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
436 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
443 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/filter/
H A Dxbrz.cpp378 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
438 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
445 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/games/libretro-snes9x/snes9x-73aa348/filter/
H A Dxbrz.cpp337 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
397 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
404 if (getBottomR(blend) >= BLEND_DOMINANT) in blendPixel()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/xBRZ/
H A Dxbrz.cpp383 inline BlendType getBottomR(unsigned char b) { return static_cast<BlendType>(0x3 & (b >> 4)); } in getBottomR() function
445 if (getBottomR(blend) >= BLEND_NORMAL) in blendPixel()
447 bool doLineBlend = (getBottomR(blend) >= BLEND_DOMINANT) || !( in blendPixel()