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