Lines Matching refs:sal_uInt8

141 		const sal_uInt8 cLum1 = pSet1->maColor.GetLuminance();  in ImplColorSetCmpFnc()
142 const sal_uInt8 cLum2 = pSet2->maColor.GetLuminance(); in ImplColorSetCmpFnc()
261 inline void Set( long nY, long nX, sal_uInt8 cVal );
262 inline sal_uInt8 Get( long nY, long nX ) const;
298 inline void ImplVectMap::Set( long nY, long nX, sal_uInt8 cVal ) in Set()
300 const sal_uInt8 cShift = sal::static_int_cast<sal_uInt8>(6 - ( ( nX & 3 ) << 1 )); in Set()
306 inline sal_uInt8 ImplVectMap::Get( long nY, long nX ) const in Get()
308 …return sal::static_int_cast<sal_uInt8>( ( ( mpScan[ nY ][ nX >> 2 ] ) >> ( 6 - ( ( nX & 3 ) << 1 )… in Get()
345 sal_uInt8* mpCodes;
360 inline void ImplAdd( sal_uInt8 nCode );
374 mpCodes = new sal_uInt8[ mnArraySize ]; in ImplChain()
389 sal_uInt8* pNewCodes; in ImplGetSpace()
392 pNewCodes = new sal_uInt8[ mnArraySize ]; in ImplGetSpace()
409 inline void ImplChain::ImplAdd( sal_uInt8 nCode ) in ImplAdd()
437 const sal_uInt8 cMove = mpCodes[ i ]; in ImplEndAdd()
438 const sal_uInt8 cNextMove = mpCodes[ i + 1 ]; in ImplEndAdd()
544 const sal_uInt8 cMove = mpCodes[ i ]; in ImplEndAdd()
545 const sal_uInt8 cNextMove = mpCodes[ i + 1 ]; in ImplEndAdd()
739 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in ImplVectorize()
757 ImplColorSet* pColorSet = (ImplColorSet*) new sal_uInt8[ 256 * sizeof( ImplColorSet ) ]; in ImplVectorize()
818 delete[] (sal_uInt8*) pColorSet; in ImplVectorize()
1067 void ImplVectorizer::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, s… in ImplCalculate()
1156 rChain.ImplAdd( (sal_uInt8) nLastDir ); in ImplGetChain()
1173 rChain.ImplAdd( (sal_uInt8) nDir ); in ImplGetChain()