Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx416 basegfx::B2DPoint aFocal; in add_fillGradient() local
431 aFocal.setX(pFx ? pFx->solve(mrOwner, xcoordinate) : aStart.getX()); in add_fillGradient()
432 aFocal.setY(pFy ? pFy->solve(mrOwner, ycoordinate) : aStart.getY()); in add_fillGradient()
448aFocal.setX(pFx ? (Unit_percent == pFx->getUnit() ? pFx->getNumber() * 0.01 : pFx->getNumber()) : … in add_fillGradient()
449aFocal.setY(pFy ? (Unit_percent == pFy->getUnit() ? pFy->getNumber() * 0.01 : pFy->getNumber()) : … in add_fillGradient()
460 aFocal *= aGeoToUnit; in add_fillGradient()
474 bFocal ? &aFocal : 0)); in add_fillGradient()

Completed in 25 milliseconds