Home
last modified time | relevance | path

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

/aoo41x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1033 const basegfx::B2DRange aGeoRange(rPath.getB2DRange()); in add_path() local
1035 if(aGeoRange.isEmpty()) in add_path()
1050 const bool bNoWidth(basegfx::fTools::equalZero(aGeoRange.getWidth())); in add_path()
1051 const bool bNoHeight(basegfx::fTools::equalZero(aGeoRange.getHeight())); in add_path()
1071 add_fill(aPath, rTarget, aGeoRange); in add_path()
1075 add_stroke(rPath, rTarget, aGeoRange); in add_path()

Completed in 41 milliseconds