Lines Matching refs:rFillHatchAttribute
1454 const attribute::FillHatchAttribute& rFillHatchAttribute = rHatchCandidate.getFillHatch(); in processBasePrimitive2D() local
1462 if(rFillHatchAttribute.isFillBackground()) in processBasePrimitive2D()
1483 switch(rFillHatchAttribute.getStyle()) in processBasePrimitive2D()
1505 aTransform.matrix[0] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D()
1506 aTransform.matrix[4] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D()
1509 aTransform.matrix[0] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1510 aTransform.matrix[1] *= -sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1511 aTransform.matrix[3] *= sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1512 aTransform.matrix[4] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1523 Color(rFillHatchAttribute.getColor()), in processBasePrimitive2D()
1538 … attribute::HATCHSTYLE_SINGLE == rFillHatchAttribute.getStyle() ? HATCH_SINGLE : in processBasePrimitive2D()
1539 … attribute::HATCHSTYLE_DOUBLE == rFillHatchAttribute.getStyle() ? HATCH_DOUBLE : in processBasePrimitive2D()
1544 Color(rFillHatchAttribute.getColor()), in processBasePrimitive2D()
1545 basegfx::fround(rFillHatchAttribute.getDistance()), in processBasePrimitive2D()
1546 basegfx::fround(rFillHatchAttribute.getAngle() / F_PI1800))); in processBasePrimitive2D()