Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 1 – 25 of 1784) sorted by path

12345678910>>...72

/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx144 …(sal_uInt32)((sal_uInt8)(BLUE))))|(((sal_uInt32)((sal_uInt8)(GREEN)))<<8)|(((sal_uInt32)((sal_uInt…
/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx114 rtl_getGlobalProcessId(reinterpret_cast<sal_uInt8 *> (processID)); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx513 rtl_createUuid( reinterpret_cast< sal_uInt8* >( rId.getArray() ), 0, sal_True ); in implCreateUuid()
H A DAccessibleGridControlBase.cxx423 rtl_createUuid( reinterpret_cast< sal_uInt8* >( rId.getArray() ), 0, sal_True ); in implCreateUuid()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx645 rtl_createUuid( (sal_uInt8 *)mpId[nNodeType]->getArray(), 0, sal_True ); in initTypeProvider()
2054 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
/trunk/main/automation/inc/automation/
H A Dcommtypes.hxx58 typedef sal_uInt8 comm_BYTE;
/trunk/main/avmedia/inc/avmedia/
H A Dmediaitem.hxx82 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
83 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
/trunk/main/avmedia/source/framework/
H A Dmediaitem.cxx121 sal_Bool MediaItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 ) const in QueryValue()
142 sal_Bool MediaItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 ) in PutValue() argument
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx281 if ( (sal_uInt8)eType == (sal_uInt8)SbxOBJECT ) in RequestHelp()
287 else if ( (sal_uInt8)eType != (sal_uInt8)SbxEMPTY ) in RequestHelp()
2039 if ( (sal_uInt8)eType == (sal_uInt8)SbxOBJECT ) in ImplBasicEntryEdited()
2243 else if ( (sal_uInt8)eType == (sal_uInt8)SbxOBJECT ) in UpdateWatches()
2298 bool bString = ((sal_uInt8)eType == (sal_uInt8)SbxSTRING); in UpdateWatches()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx988 nResOffset += nFactor * sal_uInt8( pCombinedData[i] ); in Paste()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx177 sal_uInt8 nStatus;
224 sal_uInt8 GetStatus() { return nStatus; } in GetStatus()
225 void SetStatus( sal_uInt8 n ) { nStatus = n; } in SetStatus()
226 void AddStatus( sal_uInt8 n ) { nStatus = nStatus | n; } in AddStatus()
227 void ClearStatus( sal_uInt8 n ) { nStatus = nStatus & ~n; } in ClearStatus()
/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx60 typedef boost::shared_array< sal_uInt8 > RawMemorySharedArray;
544 sal_uInt8* pFirstScanline,
H A Dcolor.hxx40 typedef sal_uInt8 component_type;
44 Color( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) : in Color()
50 void setBlue( sal_uInt8 nBlue ) { mnColor &= ~0x000000FFUL; mnColor |= nBlue; } in setBlue()
54 sal_uInt8 getRed() const { return 0xFF & (sal_uInt8)(mnColor >> 16); } in getRed()
55 sal_uInt8 getGreen() const { return 0xFF & (sal_uInt8)(mnColor >> 8); } in getGreen()
56 sal_uInt8 getBlue() const { return 0xFF & (sal_uInt8)mnColor; } in getBlue()
58 sal_uInt8 getGreyscale() const { return (sal_uInt8)((getBlue()*28UL + in getGreyscale()
78 …Color operator*( sal_uInt8 n ) const { return Color((sal_uInt8)((sal_uInt32)n*getRed()/SAL_MAX_UIN… in operator *()
81 Color operator*( double n ) const { return Color((sal_uInt8)(n*getRed()+.5), in operator *()
82 (sal_uInt8)(n*getGreen()+.5), in operator *()
[all …]
H A Dcolormisc.hxx68 : public TernaryFunctorBase<sal_uInt8,Color,Color,Color>
70 Color operator()( sal_uInt8 alpha, in operator ()()
76 const sal_uInt8 v1_red( v1.getRed() ); in operator ()()
77 const sal_uInt8 v1_green( v1.getGreen() ); in operator ()()
78 const sal_uInt8 v1_blue( v1.getBlue() ); in operator ()()
96 sal_uInt8 alpha = input.getGreyscale(); in operator ()()
99 const sal_uInt8 v1_red( v1.getRed() ); in operator ()()
100 const sal_uInt8 v1_green( v1.getGreen() ); in operator ()()
101 const sal_uInt8 v1_blue( v1.getBlue() ); in operator ()()
120 typedef sal_uInt8 component_type;
[all …]
H A Dendian.hxx43 BASEBMP_BYTE_SWAP(sal_uInt8,)
H A Dgreylevelformats.hxx95 PackedPixelIterator< sal_uInt8,
98 NonStandardAccessor< sal_uInt8 >,
123 PixelIterator< sal_uInt8 >,
124 StandardAccessor< sal_uInt8 >,
H A Dpaletteformats.hxx116 PackedPixelIterator< sal_uInt8,
119 NonStandardAccessor< sal_uInt8 > >
138 PixelIterator< sal_uInt8 >,
139 StandardAccessor< sal_uInt8 > > PixelFormatTraits_PAL8;
H A Drgb24pixelformats.hxx82 vigra::RGBValue<sal_uInt8> > PixelFormatTraits_RGB24;
88 vigra::RGBValue<sal_uInt8,2,1,0> > PixelFormatTraits_BGR24;
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx291 sal_uInt8* pFirstScanline, in BitmapRenderer()
1010 sal_uInt8* mpFirstScanline;
1649 boost::shared_array< sal_uInt8 > pMem, in createRenderer()
1662 boost::shared_array< sal_uInt8 > pMem, in createRenderer()
1714 sal_uInt8* pFirstScanline, in createRenderer()
1715 boost::shared_array< sal_uInt8 > pMem, in createRenderer()
1736 sal_uInt8* pFirstScanline, in createRenderer()
1737 boost::shared_array< sal_uInt8 > pMem, in createRenderer()
1799 static const sal_uInt8 bitsPerPixel[] = in createBitmapDeviceImpl()
1845 sal_uInt8* pFirstScanline = nScanlineStride < 0 ? in createBitmapDeviceImpl()
[all …]
H A Dintconversion.hxx64 vigra::RGBValue< sal_uInt8,
70 vigra::RGBValue< sal_uInt8,
76 vigra::RGBValue< sal_uInt8,
/trunk/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx68 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel()
78 BPixel(const BColor& rColor, sal_uInt8 nOpacity) in BPixel()
103 sal_uInt8 getRed() const { return maPixelUnion.maRGBO.mnR; } in getRed()
104 sal_uInt8 getGreen() const { return maPixelUnion.maRGBO.mnG; } in getGreen()
105 sal_uInt8 getBlue() const { return maPixelUnion.maRGBO.mnB; } in getBlue()
106 sal_uInt8 getOpacity() const { return maPixelUnion.maRGBO.mnO; } in getOpacity()
110 void setRed(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnR = nNew; } in setRed()
111 void setGreen(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnG = nNew; } in setGreen()
112 void setBlue(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnB = nNew; } in setBlue()
113 void setOpacity(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnO = nNew; } in setOpacity()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx164 sal_uInt8 *p = (sal_uInt8*)pInput; in prepareCounters()
165 sal_uInt8 *pe = p+(nNumElements*dwStride); in prepareCounters()
172 float previous_value = *(float *)(((sal_uInt8 *)pInput)+(m_indices1[0]*dwStride)); in prepareCounters()
175 float value = *(float *)(((sal_uInt8 *)pInput)+((*Indices++)*dwStride)); in prepareCounters()
224 sal_uInt8 unique_value = *(((sal_uInt8*)pInput)+j); in sort()
235 sal_uInt8 *InputBytes = (sal_uInt8 *)pInput; in sort()
259 sal_uInt32 Radix = (*(sal_uInt32 *)(((sal_uInt8 *)pInput)+(m_indices1[i]*dwStride)))>>24; in sort()
/trunk/main/basic/inc/basic/
H A Dsbmod.hxx90 const sal_uInt8* FindNextStmnt( const sal_uInt8*, sal_uInt16&, sal_uInt16& ) const;
91 const sal_uInt8* FindNextStmnt( const sal_uInt8*, sal_uInt16&, sal_uInt16&,
H A Dsbxvar.hxx42 SbxINT64( sal_uInt8 n ) : nHigh( 0 ), nLow( n ) {} in SbxINT64()
165 sal_uInt8 nByte;
183 sal_uInt8* pByte;
203 SbxValues( sal_uInt8 _nByte ): nByte( _nByte ), eType(SbxBYTE) {} in SbxValues()
310 sal_uInt8 GetByte() const;
335 sal_Bool PutByte( sal_uInt8 );
/trunk/main/basic/source/classes/
H A Dimage.cxx193 …PCodeBuffConvertor< sal_uInt16, sal_uInt32 > aLegacyToNew( (sal_uInt8*)pLegacyPCode, nLegacyCodeSi… in Load()
340 PCodeBuffConvertor< sal_uInt32, sal_uInt16 > aNewToLegacy( (sal_uInt8*)pCode, nCodeSize ); in Save()
520 return SbiCodeGen::calcLegacyOffSet( (sal_uInt8*)pCode, nOffset ) ; in CalcLegacyOffset()
525 return SbiCodeGen::calcNewOffSet( (sal_uInt8*)pLegacyPCode, nOffset ) ; in CalcNewOffset()

Completed in 190 milliseconds

12345678910>>...72