Home
last modified time | relevance | path

Searched refs:nSegmentBufSize (Results 1 – 1 of 1) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2026 sal_uInt32 nSegmentBufSize = ( ( nBezPoints << 2 ) + 8 ); in CreatePolygonProperties() local
2028 nSegmentBufSize += ( nPolyCount << 1 ); in CreatePolygonProperties()
2029 sal_uInt8* pSegmentBuf = new sal_uInt8[ nSegmentBufSize ]; in CreatePolygonProperties()
2057 *pPtr++ = (sal_uInt8)( ( nSegmentBufSize - 6 ) >> 1 ); in CreatePolygonProperties()
2058 *pPtr++ = (sal_uInt8)( ( nSegmentBufSize - 6 ) >> 9 ); in CreatePolygonProperties()
2059 *pPtr++ = (sal_uInt8)( ( nSegmentBufSize - 6 ) >> 1 ); in CreatePolygonProperties()
2060 *pPtr++ = (sal_uInt8)( ( nSegmentBufSize - 6 ) >> 9 ); in CreatePolygonProperties()
2103 …AddOpt( ESCHER_Prop_pSegmentInfo, sal_True, nSegmentBufSize, (sal_uInt8*)pSegmentBuf, nSegmentBufS… in CreatePolygonProperties()

Completed in 30 milliseconds