Searched refs:pFx (Results 1 – 1 of 1) sorted by relevance
418 const SvgNumber* pFx = rFillGradient.getFx(); in add_fillGradient() local420 const bool bFocal(pFx || pFy); in add_fillGradient()431 aFocal.setX(pFx ? pFx->solve(mrOwner, xcoordinate) : aStart.getX()); in add_fillGradient()448 …aFocal.setX(pFx ? (Unit_percent == pFx->getUnit() ? pFx->getNumber() * 0.01 : pFx->getNumber()) : … in add_fillGradient()
Completed in 85 milliseconds