Searched refs:pFy (Results 1 – 1 of 1) sorted by relevance
384 const SvgNumber* pFy = rFillGradient.getFy(); in add_fillGradient() local385 const bool bFocal(pFx || pFy); in add_fillGradient()397 aFocal.setY(pFy ? pFy->solve(mrOwner, ycoordinate) : aStart.getY()); in add_fillGradient()414 …aFocal.setY(pFy ? (Unit_percent == pFy->getUnit() ? pFy->getNumber() * 0.01 : pFy->getNumber()) : … in add_fillGradient()
Completed in 71 milliseconds