Home
last modified time | relevance | path

Searched refs:aFocal (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx381 basegfx::B2DPoint aFocal; in add_fillGradient() local
396 aFocal.setX(pFx ? pFx->solve(mrOwner, xcoordinate) : aStart.getX()); in add_fillGradient()
397 aFocal.setY(pFy ? pFy->solve(mrOwner, ycoordinate) : aStart.getY()); in add_fillGradient()
413aFocal.setX(pFx ? (Unit_percent == pFx->getUnit() ? pFx->getNumber() * 0.01 : pFx->getNumber()) : … in add_fillGradient()
414aFocal.setY(pFy ? (Unit_percent == pFy->getUnit() ? pFy->getNumber() * 0.01 : pFy->getNumber()) : … in add_fillGradient()
425 aFocal *= aGeoToUnit; in add_fillGradient()
439 bFocal ? &aFocal : 0)); in add_fillGradient()

Completed in 34 milliseconds