Searched refs:cIndex (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/unotools/source/misc/ |
H A D | fontcvt.cxx | 1053 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 …]
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 127 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 D | bmpacc.hxx | 208 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 542 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()
|
H A D | bitmap3.cxx | 387 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 …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | servuno.cxx | 193 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()
|
/aoo4110/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 2151 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()
|
/aoo4110/main/svtools/source/graphic/ |
H A D | transformer.cxx | 75 const sal_uInt8 cIndex = pReadAccess->GetPixelIndex( nY, nX ); in setAlpha() local 76 if ( cIndex == cIndexFrom ) in setAlpha()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 44 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()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 49 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()
|
Completed in 228 milliseconds