Home
last modified time | relevance | path

Searched refs:aTextureBounds (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/
H A DTiledContentHost.cpp473 const IntSize& aTextureBounds, const gfx::Rect& aVisibleRect, in RenderTile() argument
510 textureRect.X() / aTextureBounds.width, in RenderTile()
511 textureRect.Y() / aTextureBounds.height, in RenderTile()
512 textureRect.Width() / aTextureBounds.width, in RenderTile()
513 textureRect.Height() / aTextureBounds.height); in RenderTile()
H A DTiledContentHost.h251 const gfx::IntSize& aTextureBounds, const gfx::Rect& aVisibleRect,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/
H A DTiledContentHost.cpp473 const IntSize& aTextureBounds, const gfx::Rect& aVisibleRect, in RenderTile() argument
510 textureRect.X() / aTextureBounds.width, in RenderTile()
511 textureRect.Y() / aTextureBounds.height, in RenderTile()
512 textureRect.Width() / aTextureBounds.width, in RenderTile()
513 textureRect.Height() / aTextureBounds.height); in RenderTile()
H A DTiledContentHost.h251 const gfx::IntSize& aTextureBounds, const gfx::Rect& aVisibleRect,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/
H A DTiledContentHost.cpp457 const IntSize& aTextureBounds, in RenderTile() argument
497 effect->mTextureCoords = Rect(textureRect.x / aTextureBounds.width, in RenderTile()
498 textureRect.y / aTextureBounds.height, in RenderTile()
499 textureRect.width / aTextureBounds.width, in RenderTile()
500 textureRect.height / aTextureBounds.height); in RenderTile()
H A DTiledContentHost.h280 const gfx::IntSize& aTextureBounds,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/
H A DTiledContentHost.cpp443 const IntSize& aTextureBounds, const gfx::Rect& aVisibleRect, in RenderTile() argument
480 textureRect.X() / aTextureBounds.width, in RenderTile()
481 textureRect.Y() / aTextureBounds.height, in RenderTile()
482 textureRect.Width() / aTextureBounds.width, in RenderTile()
483 textureRect.Height() / aTextureBounds.height); in RenderTile()
H A DTiledContentHost.h254 const gfx::IntSize& aTextureBounds, const gfx::Rect& aVisibleRect,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/
H A DTiledContentHost.cpp473 const IntSize& aTextureBounds, const gfx::Rect& aVisibleRect, in RenderTile() argument
510 textureRect.X() / aTextureBounds.width, in RenderTile()
511 textureRect.Y() / aTextureBounds.height, in RenderTile()
512 textureRect.Width() / aTextureBounds.width, in RenderTile()
513 textureRect.Height() / aTextureBounds.height); in RenderTile()
H A DTiledContentHost.h251 const gfx::IntSize& aTextureBounds, const gfx::Rect& aVisibleRect,