Lines Matching refs:pAttr

102 …                                                        const ShapeAttributeLayerSharedPtr&	pAttr )  in getAttributedShapeTransformation()  argument
107 const double nShearX( pAttr->isShearXAngleValid() ? in getAttributedShapeTransformation()
108 pAttr->getShearXAngle() : in getAttributedShapeTransformation()
110 const double nShearY( pAttr->isShearYAngleValid() ? in getAttributedShapeTransformation()
111 pAttr->getShearYAngle() : in getAttributedShapeTransformation()
113 const double nRotation( pAttr->isRotationAngleValid() ? in getAttributedShapeTransformation()
114 pAttr->getRotationAngle()*M_PI/180.0 : in getAttributedShapeTransformation()
517 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapeTransformation() argument
519 if( !pAttr ) in getShapeTransformation()
530 pAttr ); in getShapeTransformation()
536 const ShapeAttributeLayerSharedPtr& pAttr ) in getSpriteTransformation() argument
540 if( pAttr ) in getSpriteTransformation()
542 const double nShearX( pAttr->isShearXAngleValid() ? in getSpriteTransformation()
543 pAttr->getShearXAngle() : in getSpriteTransformation()
545 const double nShearY( pAttr->isShearYAngleValid() ? in getSpriteTransformation()
546 pAttr->getShearYAngle() : in getSpriteTransformation()
548 const double nRotation( pAttr->isRotationAngleValid() ? in getSpriteTransformation()
549 pAttr->getRotationAngle()*M_PI/180.0 : in getSpriteTransformation()
558 pAttr->isWidthValid() ? pAttr->getWidth() : rOrigSize.getX(), in getSpriteTransformation()
559 pAttr->isHeightValid() ? pAttr->getHeight() : rOrigSize.getY() ); in getSpriteTransformation()
603 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapeUpdateArea() argument
607 if( pAttr && in getShapeUpdateArea()
608 pAttr->isCharScaleValid() && in getShapeUpdateArea()
609 fabs(pAttr->getCharScale()) > 1.0 ) in getShapeUpdateArea()
614 const double nCharScale( pAttr->getCharScale() ); in getShapeUpdateArea()
652 const ShapeAttributeLayerSharedPtr& pAttr ) in getShapePosSize() argument
658 if( !pAttr || in getShapePosSize()
671 aSize.setX( fabs( pAttr->isWidthValid() ? in getShapePosSize()
672 pAttr->getWidth() : in getShapePosSize()
674 aSize.setY( fabs( pAttr->isHeightValid() ? in getShapePosSize()
675 pAttr->getHeight() : in getShapePosSize()
679 aPos.setX( pAttr->isPosXValid() ? in getShapePosSize()
680 pAttr->getPosX() : in getShapePosSize()
682 aPos.setY( pAttr->isPosYValid() ? in getShapePosSize()
683 pAttr->getPosY() : in getShapePosSize()