Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx733 double fWidthDif = aSizePix.Width() / nWidthPix; in GetGraphic() local
736 if (fWidthDif > fHeightDif) in GetGraphic()
737 nHeightPix = static_cast<long>(aSizePix.Height() / fWidthDif); in GetGraphic()

Completed in 18 milliseconds