Lines Matching refs:rUV

167 …bool GeoTexSvxBitmapEx::impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) con…  in impIsValid()  argument
171 rX = (sal_Int32)((rUV.getX() - maTopLeft.getX()) * mfMulX); in impIsValid()
175 rY = (sal_Int32)((rUV.getY() - maTopLeft.getY()) * mfMulY); in impIsValid()
184 …void GeoTexSvxBitmapEx::modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, doubl… in modifyBColor() argument
188 if(impIsValid(rUV, nX, nY)) in modifyBColor()
217 void GeoTexSvxBitmapEx::modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const in modifyOpacity() argument
221 if(impIsValid(rUV, nX, nY)) in modifyOpacity()
254 … basegfx::B2DPoint GeoTexSvxBitmapExTiled::impGetCorrected(const basegfx::B2DPoint& rUV) const in impGetCorrected()
256 double fX(rUV.getX() - maTopLeft.getX()); in impGetCorrected()
257 double fY(rUV.getY() - maTopLeft.getY()); in impGetCorrected()
307 …void GeoTexSvxBitmapExTiled::modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, … in modifyBColor() argument
311 GeoTexSvxBitmapEx::modifyBColor(impGetCorrected(rUV), rBColor, rfOpacity); in modifyBColor()
315 … void GeoTexSvxBitmapExTiled::modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const in modifyOpacity() argument
319 GeoTexSvxBitmapEx::modifyOpacity(impGetCorrected(rUV), rfOpacity); in modifyOpacity()
376 bool GeoTexSvxMultiHatch::impIsOnHatch(const basegfx::B2DPoint& rUV) const in impIsOnHatch()
378 if(mp0->getDistanceToHatch(rUV) < mfLogicPixelSize) in impIsOnHatch()
383 if(mp1 && mp1->getDistanceToHatch(rUV) < mfLogicPixelSize) in impIsOnHatch()
388 if(mp2 && mp2->getDistanceToHatch(rUV) < mfLogicPixelSize) in impIsOnHatch()
396 …void GeoTexSvxMultiHatch::modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, dou… in modifyBColor() argument
398 if(impIsOnHatch(rUV)) in modifyBColor()
408 … void GeoTexSvxMultiHatch::modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const in modifyOpacity() argument
410 if(mbFillBackground || impIsOnHatch(rUV)) in modifyOpacity()