Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1068 const basegfx::B2DRange aGeoRange(rPath.getB2DRange()); in add_path() local
1070 if(aGeoRange.isEmpty()) in add_path()
1085 const bool bNoWidth(basegfx::fTools::equalZero(aGeoRange.getWidth())); in add_path()
1086 const bool bNoHeight(basegfx::fTools::equalZero(aGeoRange.getHeight())); in add_path()
1106 add_fill(aPath, rTarget, aGeoRange); in add_path()
1110 add_stroke(rPath, rTarget, aGeoRange); in add_path()

Completed in 22 milliseconds