Searched refs:aGSize (Results 1 – 2 of 2) sorted by relevance
1065 Size aGSize( rFmt.GetGraphicSize()); in lcl_DrawGraphic() local1066 aGSize.Width() /= nDivision; in lcl_DrawGraphic()1067 nRet = (sal_uInt16)aGSize.Width(); in lcl_DrawGraphic()1068 aGSize.Height() /= nDivision; in lcl_DrawGraphic()1070 pVDev->PixelToLogic( aGSize ) ); in lcl_DrawGraphic()
2613 Size aGSize( rFmt.GetGraphicSize() ); in lcl_DrawGraphic() local2614 aGSize.Width() /= nDivision; in lcl_DrawGraphic()2615 nRet = (sal_uInt16)aGSize.Width(); in lcl_DrawGraphic()2616 aGSize.Height() /= nDivision; in lcl_DrawGraphic()2618 pVDev->PixelToLogic( aGSize ) ); in lcl_DrawGraphic()
Completed in 36 milliseconds