Lines Matching refs:getY
297 if(0.0 != getSize().getY()) in createFillGraphicAttribute()
299 if(getSize().getY() < 0.0) in createFillGraphicAttribute()
301 aBitmapSize.setY(aBitmapSize.getY() * (getSize().getY() * -0.01)); in createFillGraphicAttribute()
305 aBitmapSize.setY(getSize().getY()); in createFillGraphicAttribute()
312 aBitmapSize.setY(getGraphicLogicSize().getY()); in createFillGraphicAttribute()
332 if(0.0 == getRectPoint().getY()) in createFillGraphicAttribute()
334 aBitmapTopLeft.setY((fRangeHeight - aBitmapSize.getY()) * 0.5); in createFillGraphicAttribute()
336 else if(1.0 == getRectPoint().getY()) in createFillGraphicAttribute()
338 aBitmapTopLeft.setY(fRangeHeight - aBitmapSize.getY()); in createFillGraphicAttribute()
342 if(getTiling() && 0.0 != getOffsetPosition().getY()) in createFillGraphicAttribute()
344 …aBitmapTopLeft.setY(aBitmapTopLeft.getY() + (aBitmapSize.getY() * (getOffsetPosition().getY() * 0.… in createFillGraphicAttribute()
349 aBitmapTopLeft.setY(aBitmapTopLeft.getY() / fRangeHeight); in createFillGraphicAttribute()
351 aBitmapSize.setY(aBitmapSize.getY() / fRangeHeight); in createFillGraphicAttribute()
356 const double fOffsetY(basegfx::clamp(getOffset().getY() * 0.01, 0.0, 1.0)); in createFillGraphicAttribute()