Searched refs:getTextureSize (Results 1 – 11 of 11) sorted by relevance
| /AOO42X/main/drawinglayer/source/primitive3d/ |
| H A D | sdrcubeprimitive3d.cxx | 133 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition() 151 getTextureSize(), in create3DDecomposition() 162 getTextureSize(), in create3DDecomposition()
|
| H A D | sdrsphereprimitive3d.cxx | 122 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition() 140 getTextureSize(), in create3DDecomposition() 151 getTextureSize(), in create3DDecomposition()
|
| H A D | sdrpolypolygonprimitive3d.cxx | 83 getTextureSize()); in create3DDecomposition() 92 getTextureSize(), in create3DDecomposition() 103 getTextureSize(), in create3DDecomposition()
|
| H A D | sdrlatheprimitive3d.cxx | 117 getTextureSize()); in create3DDecomposition() 126 getTextureSize(), in create3DDecomposition() 137 getTextureSize(), in create3DDecomposition()
|
| H A D | sdrprimitive3d.cxx | 109 && getTextureSize() == rCompare.getTextureSize() in operator ==()
|
| H A D | sdrextrudeprimitive3d.cxx | 123 getTextureSize()); in create3DDecomposition() 132 getTextureSize(), in create3DDecomposition() 143 getTextureSize(), in create3DDecomposition()
|
| H A D | textureprimitive3d.cxx | 112 …Reference xRef(new TransparenceTexturePrimitive3D(aFillGradient, getChildren(), getTextureSize())); in get3DDecomposition()
|
| /AOO42X/main/drawinglayer/source/processor3d/ |
| H A D | defaultprocessor3d.cxx | 71 …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 D | texture3d.cxx | 340 …segfx::B2DRange aOutlineRange(0.0, 0.0, rPrimitive.getTextureSize().getX(), rPrimitive.getTextureS… in GeoTexSvxMultiHatch()
|
| /AOO42X/main/drawinglayer/inc/drawinglayer/primitive3d/ |
| H A D | sdrprimitive3d.hxx | 77 const basegfx::B2DVector& getTextureSize() const { return maTextureSize; } in getTextureSize() function in drawinglayer::primitive3d::SdrPrimitive3D
|
| H A D | textureprimitive3d.hxx | 68 const basegfx::B2DVector& getTextureSize() const { return maTextureSize; } in getTextureSize() function in drawinglayer::primitive3d::TexturePrimitive3D
|