Home
last modified time | relevance | path

Searched refs:getTextureSize (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/drawinglayer/source/primitive3d/
H A Dsdrcubeprimitive3d.cxx133 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition()
151 getTextureSize(), in create3DDecomposition()
162 getTextureSize(), in create3DDecomposition()
H A Dsdrsphereprimitive3d.cxx122 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition()
140 getTextureSize(), in create3DDecomposition()
151 getTextureSize(), in create3DDecomposition()
H A Dsdrpolypolygonprimitive3d.cxx83 getTextureSize()); in create3DDecomposition()
92 getTextureSize(), in create3DDecomposition()
103 getTextureSize(), in create3DDecomposition()
H A Dsdrlatheprimitive3d.cxx117 getTextureSize()); in create3DDecomposition()
126 getTextureSize(), in create3DDecomposition()
137 getTextureSize(), in create3DDecomposition()
H A Dsdrprimitive3d.cxx109 && getTextureSize() == rCompare.getTextureSize() in operator ==()
H A Dsdrextrudeprimitive3d.cxx123 getTextureSize()); in create3DDecomposition()
132 getTextureSize(), in create3DDecomposition()
143 getTextureSize(), in create3DDecomposition()
H A Dtextureprimitive3d.cxx112 …Reference xRef(new TransparenceTexturePrimitive3D(aFillGradient, getChildren(), getTextureSize())); in get3DDecomposition()
/AOO42X/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx71 …segfx::B2DRange aOutlineRange(0.0, 0.0, rPrimitive.getTextureSize().getX(), rPrimitive.getTextureS… in impRenderGradientTexturePrimitive3D()
244 … const double fLogicTexSizeX(fLogicPixelSizeWorld / rPrimitive.getTextureSize().getX()); in impRenderHatchTexturePrimitive3D()
245 … const double fLogicTexSizeY(fLogicPixelSizeWorld / rPrimitive.getTextureSize().getY()); in impRenderHatchTexturePrimitive3D()
283 rPrimitive.getTextureSize())); in impRenderBitmapTexturePrimitive3D()
/AOO42X/main/drawinglayer/source/texture/
H A Dtexture3d.cxx340 …segfx::B2DRange aOutlineRange(0.0, 0.0, rPrimitive.getTextureSize().getX(), rPrimitive.getTextureS… in GeoTexSvxMultiHatch()
/AOO42X/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrprimitive3d.hxx77 const basegfx::B2DVector& getTextureSize() const { return maTextureSize; } in getTextureSize() function in drawinglayer::primitive3d::SdrPrimitive3D
H A Dtextureprimitive3d.hxx68 const basegfx::B2DVector& getTextureSize() const { return maTextureSize; } in getTextureSize() function in drawinglayer::primitive3d::TexturePrimitive3D