Searched refs:nVDCIntegerPrecision (Results 1 – 6 of 6) sorted by relevance
57 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()96 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()168 pElement->nCharacterHeight = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()179 pElement->nCharacterOrientation[0] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()180 pElement->nCharacterOrientation[1] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()181 pElement->nCharacterOrientation[2] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()182 pElement->nCharacterOrientation[3] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()273 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
354 return pElement->nVDCIntegerPrecision << 1; in ImplGetPointSize()363 return ( ( ImplGetI( pElement->nVDCIntegerPrecision ) + mnVDCXadd ) * mnVDCXmul ); in ImplGetIX()377 return ( ( ImplGetI( pElement->nVDCIntegerPrecision ) + mnVDCYadd ) * mnVDCYmul ); in ImplGetIY()439 rFloatRect.Left = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()440 rFloatRect.Bottom = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()441 rFloatRect.Right = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()442 rFloatRect.Top = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
73 pVector[ i ] = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetVector()225 dx = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()226 dy = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()365 aRadius.X = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()526 aRadius.X = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()579 aRadius.X = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()
56 nVDCIntegerPrecision = rSource.nVDCIntegerPrecision; in operator =()165 nVDCIntegerPrecision = 2; in Init()
42 case 16 : pElement->nVDCIntegerPrecision = 2; break; in ImplDoClass3()43 case 32 : pElement->nVDCIntegerPrecision = 4; break; in ImplDoClass3()
49 sal_uInt32 nVDCIntegerPrecision; member in CGMElements
Completed in 35 milliseconds