Home
last modified time | relevance | path

Searched refs:getModulate (Results 1 – 5 of 5) sorted by relevance

/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx64 const bool bOldModulate(getModulate()); mbModulate = rPrimitive.getModulate(); in impRenderGradientTexturePrimitive3D()
227 const bool bOldModulate(getModulate()); mbModulate = rPrimitive.getModulate(); in impRenderHatchTexturePrimitive3D()
268 const bool bOldModulate(getModulate()); mbModulate = rPrimitive.getModulate(); in impRenderBitmapTexturePrimitive3D()
433 …const basegfx::BColor aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMateri… in impRenderPolyPolygonMaterialPrimitive3D()
463 …const basegfx::BColor aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMateri… in impRenderPolyPolygonMaterialPrimitive3D()
H A Dzbufferprocessor3d.cxx259 else if(mrProcessor.getModulate()) in decideColorAndOpacity()
312 const bool bNeedNrmOrCol(!bUseColorTex || (bUseColorTex && mrProcessor.getModulate())); in setupLineSpanInterpolators()
540 bool getModulate() const { return mbModulate; } in getModulate() function in RasterPrimitive3D
570 getModulate(), in rasterconvertB3DPolygon()
646 getModulate(), in rasterconvertB3DPolyPolygon()
798 mbModulate = rCandidate.getModulate(); in finish()
/trunk/main/drawinglayer/source/primitive3d/
H A Dtextureprimitive3d.cxx58 return (getModulate() == rCompare.getModulate() in operator ==()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dtextureprimitive3d.hxx69 bool getModulate() const { return mbModulate; } in getModulate() function in drawinglayer::primitive3d::TexturePrimitive3D
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Ddefaultprocessor3d.hxx147 bool getModulate() const { return mbModulate; } in getModulate() function in drawinglayer::processor3d::DefaultProcessor3D

Completed in 23 milliseconds