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