Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/graphicfilter/icgm/
H A Delements.cxx95 nColorValueExtent[ nIndex ] = rSource.nColorValueExtent[ nIndex ]; in operator =()
202 nColorValueExtent[ 0 ] = nColorValueExtent[ 1 ] = nColorValueExtent[ 2 ] = 0; in Init()
203 nColorValueExtent[ 3 ] = nColorValueExtent[ 4 ] = nColorValueExtent[ 5 ] = 255; in Init()
H A Dcgm.cxx463 sal_uInt32 nDiff = pElement->nColorValueExtent[ 3 ] - pElement->nColorValueExtent[ 0 ] + 1; in ImplGetBitmapColor()
467 nColor = ( ( nColor - pElement->nColorValueExtent[ 0 ] ) << 8 ) / nDiff; in ImplGetBitmapColor()
471 nDiff = pElement->nColorValueExtent[ 4 ] - pElement->nColorValueExtent[ 1 ] + 1; in ImplGetBitmapColor()
474 nColor = ( ( nColor - pElement->nColorValueExtent[ 1 ] ) << 8 ) / nDiff; in ImplGetBitmapColor()
478 nDiff = pElement->nColorValueExtent[ 5 ] - pElement->nColorValueExtent[ 2 ] + 1; in ImplGetBitmapColor()
481 nColor = ( ( nColor - pElement->nColorValueExtent[ 2 ] ) << 8 ) / nDiff; in ImplGetBitmapColor()
H A Delements.hxx74 sal_uInt32 nColorValueExtent[ 8 ]; // RGB, CMYK member in CGMElements
H A Dclass1.cxx165 pElement->nColorValueExtent[ nI0 ] = (sal_uInt8)ImplGetUI( pElement->nColorPrecision ); in ImplDoClass1()

Completed in 18 milliseconds