Lines Matching refs:rAttr
73 const ShapeAttributeLayerSharedPtr& rAttr ) const in prefetch()
89 if( rAttr ) in prefetch()
91 if( rAttr->isFillColorValid() ) in prefetch()
97 rAttr->getFillColor().getIntegerColor(); in prefetch()
99 if( rAttr->isLineColorValid() ) in prefetch()
105 rAttr->getLineColor().getIntegerColor(); in prefetch()
107 if( rAttr->isCharColorValid() ) in prefetch()
113 rAttr->getCharColor().getIntegerColor(); in prefetch()
115 if( rAttr->isDimColorValid() ) in prefetch()
125 rAttr->getDimColor().getIntegerColor(); in prefetch()
127 if( rAttr->isFontFamilyValid() ) in prefetch()
130 rAttr->getFontFamily(); in prefetch()
132 if( rAttr->isCharScaleValid() ) in prefetch()
140 aMatrix.scale( rAttr->getCharScale(), in prefetch()
141 rAttr->getCharScale() ); in prefetch()
146 if( rAttr->isCharWeightValid() ) in prefetch()
153 rAttr->getCharWeight() / 20.0 ) ) ) ); in prefetch()
155 if( rAttr->isCharPostureValid() ) in prefetch()
158 rAttr->getCharPosture() == awt::FontSlant_NONE ? in prefetch()
162 if( rAttr->isUnderlineModeValid() ) in prefetch()
165 rAttr->getUnderlineMode(); in prefetch()
192 const ShapeAttributeLayerSharedPtr& rAttr, in draw() argument
200 getRenderer( rDestinationCanvas, rMtf, rAttr ) ); in draw()
796 … const ShapeAttributeLayerSharedPtr& rAttr ) const in getRenderer()
810 rAttr ) ) in getRenderer()