Searched refs:aGeoRange (Results 1 – 1 of 1) sorted by relevance
1033 const basegfx::B2DRange aGeoRange(rPath.getB2DRange()); in add_path() local1035 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 11 milliseconds