Lines Matching refs:rFillHatchAttribute
1454 … const attribute::FillHatchAttribute& rFillHatchAttribute = rHatchCandidate.getFillHatch(); in processBasePrimitive2D() local
1471 if(rFillHatchAttribute.isFillBackground()) in processBasePrimitive2D()
1492 switch(rFillHatchAttribute.getStyle()) in processBasePrimitive2D()
1514 aTransform.matrix[0] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D()
1515 aTransform.matrix[4] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D()
1518 aTransform.matrix[0] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1519 aTransform.matrix[1] *= -sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1520 aTransform.matrix[3] *= sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1521 aTransform.matrix[4] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1532 Color(rFillHatchAttribute.getColor()), in processBasePrimitive2D()
1547 … attribute::HATCHSTYLE_SINGLE == rFillHatchAttribute.getStyle() ? HATCH_SINGLE : in processBasePrimitive2D()
1548 … attribute::HATCHSTYLE_DOUBLE == rFillHatchAttribute.getStyle() ? HATCH_DOUBLE : in processBasePrimitive2D()
1553 Color(rFillHatchAttribute.getColor()), in processBasePrimitive2D()
1554 basegfx::fround(rFillHatchAttribute.getDistance()), in processBasePrimitive2D()
1555 basegfx::fround(rFillHatchAttribute.getAngle() / F_PI1800))); in processBasePrimitive2D()