Home
last modified time | relevance | path

Searched defs:TextureRegion (Results 1 – 11 of 11) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/hyperroid/app/src/main/java/com/android/texample/
H A DTextureRegion.java6 class TextureRegion { class
17 …public TextureRegion(float texWidth, float texHeight, float x, float y, float width, float height)… in TextureRegion() method in TextureRegion
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/texture_pack/
H A Dslab.rs102 struct TextureRegion { struct
110 impl TextureRegion { impl
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/texture_pack/
H A Dslab.rs102 struct TextureRegion { struct
110 impl TextureRegion { argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dtexture_cache.rs385 ) -> &mut TextureRegion { in get_region_mut()
572 fn free(&mut self, entry: CacheEntry) -> Option<&TextureRegion> { in free()
866 struct TextureRegion { struct
876 impl TextureRegion { impl
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dtexture_cache.rs1352 struct TextureRegion { struct
1359 impl TextureRegion { argument
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SDLVideo/
H A DSDL20Video.h80 static Region TextureRegion(SDL_Texture* tex, const Point& p) { in TextureRegion() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs1610 struct TextureRegion { struct
1617 impl TextureRegion { argument
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/
H A Dglutilsprivate.h57 } TextureRegion; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/
H A D__init__.py1694 class TextureRegion(Texture): class
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/
H A D__init__.py1691 class TextureRegion(Texture): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DCopyTests.cpp1384 TEST_P(CopyTests_T2T, TextureRegion) { in TEST_P() argument