Home
last modified time | relevance | path

Searched refs:rTexture (Results 1 – 2 of 2) sorted by relevance

/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx476 const rendering::Texture& rTexture ) in fillBitmap() argument
478 OSL_ENSURE( rTexture.RepeatModeX == in fillBitmap()
479 rTexture.RepeatModeY, in fillBitmap()
482 const bool bClamp( rTexture.RepeatModeX == rendering::TexturingMode::NONE && in fillBitmap()
483 rTexture.RepeatModeY == rendering::TexturingMode::NONE ); in fillBitmap()
500 if( ::rtl::math::approxEqual( rTexture.Alpha, in fillBitmap()
516 rTexture.Alpha ); in fillBitmap()
533 rTexture.AffineTransform ); in fillBitmap()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx262 const rendering::Texture& rTexture );
290 … const rendering::Texture& rTexture ) : in TexturedPolyPolyAction() argument
296 maTexture( rTexture ) in TexturedPolyPolyAction()
493 … const rendering::Texture& rTexture ) in createPolyPolyAction() argument
495 … return ActionSharedPtr( new TexturedPolyPolyAction( rPoly, rCanvas, rState, rTexture ) ); in createPolyPolyAction()

Completed in 19 milliseconds