Home
last modified time | relevance | path

Searched refs:cIndex (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx387 const sal_uInt8 cIndex = pReadAcc->GetPixelIndex( nY, nX ); in ImplMakeMono() local
388 if( pReadAcc->GetPaletteColor( cIndex ).GetLuminance() >= in ImplMakeMono()
464 const sal_uInt8 cIndex = pReadAcc->GetPixelIndex( nY, nX ); in ImplMakeMonoDither() local
465 if( pReadAcc->GetPaletteColor( cIndex ).GetLuminance() > in ImplMakeMonoDither()
547 const sal_uInt8 cIndex = pReadAcc->GetPixelIndex( nY, nX ); in ImplMakeGreyscales() local
549 (pReadAcc->GetPaletteColor( cIndex ).GetLuminance() >> nShift) ); in ImplMakeGreyscales()
734 sal_uInt8 cIndex; in ImplConvertDown() local
768 pWriteAcc->SetPixelIndex( nY, 0, cIndex ); in ImplConvertDown()
773 aErrQuad = ( ImpErrorQuad( aColor ) -= pWriteAcc->GetPaletteColor( cIndex ) ); in ImplConvertDown()
778 pWriteAcc->SetPixelIndex( nY, nX, cIndex ); in ImplConvertDown()
[all …]
H A Dbitmap.cxx542 sal_uInt8 cIndex = 0; in Erase() local
550 cIndex = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( rFillColor ); in Erase()
551 cIndex = ( cIndex ? 255 : 0 ); in Erase()
559 cIndex = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( rFillColor ); in Erase()
560 cIndex = cIndex | ( cIndex << 4 ); in Erase()
567 cIndex = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( rFillColor ); in Erase()
578 cIndex = rFillColor.GetRed(); in Erase()
594 memset( pWriteAcc->GetBuffer(), cIndex, nBufSize ); in Erase()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1053 sal_uInt8 cIndex; member
1193 for (aEntry.cIndex = 0xFF; aEntry.cIndex >= 0x20; --aEntry.cIndex) in StarSymbolToMSMultiFontImpl()
1195 if (sal_Unicode cChar = r.pTab[aEntry.cIndex-0x20]) in StarSymbolToMSMultiFontImpl()
1228 aEntry.cIndex = r.mpTable[j].cMS; in StarSymbolToMSMultiFontImpl()
1262 rChar = rEntry.cIndex; in ConvertChar()
1329 rString.SetChar(nPos+nStart, aIndex->second.cIndex); in ConvertString()
1357 sal_Unicode cIndex = cChar; in RecodeChar() local
1359 if( cIndex & 0xFF00 ) in RecodeChar()
1360 cIndex -= 0xF000; in RecodeChar()
1362 if( cIndex>=0x0020 && cIndex<=0x00FF ) in RecodeChar()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx49 inline void ImplSetPixel4( const HPBYTE pScanline, long nX, const BYTE cIndex ) in ImplSetPixel4() argument
53 ( nX & 1 ) ? ( rByte &= 0xf0, rByte |= ( cIndex & 0x0f ) ) : in ImplSetPixel4()
54 ( rByte &= 0x0f, rByte |= ( cIndex << 4 ) ); in ImplSetPixel4()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx44 inline void ImplSetPixel4( const HPBYTE pScanline, long nX, const PM_BYTE cIndex ) in ImplSetPixel4() argument
48 ( nX & 1 ) ? ( rByte &= 0xf0, rByte |= ( cIndex & 0x0f ) ) : in ImplSetPixel4()
49 ( rByte &= 0x0f, rByte |= ( cIndex << 4 ) ); in ImplSetPixel4()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx127 inline BitmapColor( sal_uInt8 cIndex );
147 inline void SetIndex( sal_uInt8 cIndex );
329 inline BitmapColor::BitmapColor( sal_uInt8 cIndex ) : in BitmapColor() argument
330 mcBlueOrIndex ( cIndex ), in BitmapColor()
430 inline void BitmapColor::SetIndex( sal_uInt8 cIndex ) in SetIndex() argument
433 mcBlueOrIndex = cIndex; in SetIndex()
H A Dbmpacc.hxx208 inline void SetPixelIndex( long nY, long nX, sal_uInt8 cIndex );
555 inline void BitmapWriteAccess::SetPixelIndex( long nY, long nX, sal_uInt8 cIndex ) in SetPixelIndex() argument
557 SetPixel( nY, nX, BitmapColor( cIndex )); in SetPixelIndex()
/trunk/main/svtools/source/graphic/
H A Dtransformer.cxx75 const sal_uInt8 cIndex = pReadAccess->GetPixelIndex( nY, nX ); in setAlpha() local
76 if ( cIndex == cIndexFrom ) in setAlpha()
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx193 for( sal_Int32 cIndex = 0; cIndex < nCntrls; ++cIndex ) in getCodeNameForObject() local
195 …uno::Reference< uno::XInterface > xControl( xFormControls->getByIndex( cIndex ), uno::UNO_QUERY_TH… in getCodeNameForObject()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx2151 sal_Int32 cIndex; in dumpFunctions() local
2178 cIndex = fieldName.indexOf("_reserved_identifier_"); in dumpFunctions()
2180 if (cIndex == 0) in dumpFunctions()
2227 cIndex = fieldName.indexOf("_reserved_identifier_"); in dumpFunctions()
2229 if (cIndex == 0) in dumpFunctions()
2359 sal_Int32 cIndex; in dumpFunctions() local
2375 cIndex = fieldName.indexOf("_reserved_identifier_"); in dumpFunctions()
2377 if (cIndex == 0) in dumpFunctions()
2421 cIndex = fieldName.indexOf("_reserved_identifier_"); in dumpFunctions()
2423 if (cIndex == 0) in dumpFunctions()

Completed in 70 milliseconds