Lines Matching refs:basegfx

71 …const basegfx::B2DRange aOutlineRange(0.0, 0.0, rPrimitive.getTextureSize().getX(), rPrimitive.get…  in impRenderGradientTexturePrimitive3D()
74 const basegfx::BColor aStart(rFillGradient.getStartColor()); in impRenderGradientTexturePrimitive3D()
75 const basegfx::BColor aEnd(rFillGradient.getEndColor()); in impRenderGradientTexturePrimitive3D()
233 basegfx::B3DHomMatrix aInvObjectToView(getViewInformation3D().getObjectToView()); in impRenderHatchTexturePrimitive3D()
238 const basegfx::B3DPoint aZero(aInvObjectToView * basegfx::B3DPoint(0.0, 0.0, 0.0)); in impRenderHatchTexturePrimitive3D()
239 const basegfx::B3DPoint aOne(aInvObjectToView * basegfx::B3DPoint(1.0, 1.0, 1.0)); in impRenderHatchTexturePrimitive3D()
240 const basegfx::B3DVector aLogicPixel(aOne - aZero); in impRenderHatchTexturePrimitive3D()
279 basegfx::B2DRange aGraphicRange(rFillGraphicAttribute.getGraphicRange()); in impRenderBitmapTexturePrimitive3D()
282 basegfx::tools::createScaleB2DHomMatrix( in impRenderBitmapTexturePrimitive3D()
331 basegfx::B3DPolygon aHairline(rPrimitive.getB3DPolygon()); in impRenderPolygonHairlinePrimitive3D()
342 const basegfx::B3DRange a3DRange(basegfx::tools::getRange(aHairline)); in impRenderPolygonHairlinePrimitive3D()
343 …const basegfx::B2DRange a2DRange(a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRa… in impRenderPolygonHairlinePrimitive3D()
356 basegfx::B3DPolyPolygon aFill(rPrimitive.getB3DPolyPolygon()); in impRenderPolyPolygonMaterialPrimitive3D()
357 basegfx::BColor aObjectColor(rPrimitive.getMaterial().getColor()); in impRenderPolyPolygonMaterialPrimitive3D()
382 const basegfx::B3DRange a3DRange(basegfx::tools::getRange(aFill)); in impRenderPolyPolygonMaterialPrimitive3D()
383 …const basegfx::B2DRange a2DRange(a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRa… in impRenderPolyPolygonMaterialPrimitive3D()
393 const basegfx::B3DVector aPlaneNormal(aFill.getB3DPolygon(0L).getNormal()); in impRenderPolyPolygonMaterialPrimitive3D()
404basegfx::B3DHomMatrix aNormalTransform(getViewInformation3D().getOrientation() * getViewInformatio… in impRenderPolyPolygonMaterialPrimitive3D()
410 const basegfx::B3DVector aPlaneNormal(aFill.getB3DPolygon(0L).getNormal()); in impRenderPolyPolygonMaterialPrimitive3D()
433 …const basegfx::BColor aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMateri… in impRenderPolyPolygonMaterialPrimitive3D()
434 const basegfx::BColor& rSpecular(rPrimitive.getMaterial().getSpecular()); in impRenderPolyPolygonMaterialPrimitive3D()
435 const basegfx::BColor& rEmission(rPrimitive.getMaterial().getEmission()); in impRenderPolyPolygonMaterialPrimitive3D()
441 basegfx::B3DPolygon aPartFill(aFill.getB3DPolygon(a)); in impRenderPolyPolygonMaterialPrimitive3D()
446 const basegfx::B3DVector aNormal(aPartFill.getNormal(b)); in impRenderPolyPolygonMaterialPrimitive3D()
447 …const basegfx::BColor aSolvedColor(getSdrLightingAttribute().solveColorModel(aNormal, aColor, rSpe… in impRenderPolyPolygonMaterialPrimitive3D()
460 …const basegfx::B3DVector aPlaneEyeNormal(aNormalTransform * rPrimitive.getB3DPolyPolygon().getB3DP… in impRenderPolyPolygonMaterialPrimitive3D()
463 …const basegfx::BColor aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMateri… in impRenderPolyPolygonMaterialPrimitive3D()
464 const basegfx::BColor& rSpecular(rPrimitive.getMaterial().getSpecular()); in impRenderPolyPolygonMaterialPrimitive3D()
465 const basegfx::BColor& rEmission(rPrimitive.getMaterial().getEmission()); in impRenderPolyPolygonMaterialPrimitive3D()
616 maRasterRange.expand(basegfx::B2DTuple(0.0, 0.0)); in DefaultProcessor3D()
617 maRasterRange.expand(basegfx::B2DTuple(1.0, 1.0)); in DefaultProcessor3D()