Searched refs:aBytes (Results 1 – 6 of 6) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | dsa_old.cpp | 841 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) 844 const TUint32* endt = target + aBytes; 852 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, … 855 TUint32* endt = aTarget + aBytes; 863 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt… 866 const TUint32* endt = target + aBytes; 876 …FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) 879 TUint32* endt = aTarget + aBytes; 889 void CDsa::CopyMem(const CDsa& /*aDsa*/, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) 891 Mem::Copy(aTarget, aSource, aBytes); [all …]
|
D | dsa.cpp | 359 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const; 386 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const 388 iDsa.iCopyFunction(iDsa, aTarget, aSrc, aBytes, aHeight); 1206 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) 1209 const TUint32* endt = target + aBytes; 1217 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, … 1220 TUint32* endt = aTarget + aBytes; 1228 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt… 1231 const TUint32* endt = target + aBytes; 1241 …FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) [all …]
|
D | dsa_new.cpp | 19 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const; in NONSHARABLE_CLASS() 44 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const 46 iDsa.iCopyFunction(iDsa, aTarget, aSrc, aBytes, aHeight); 1144 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) 1147 const TUint32* endt = target + aBytes; 1155 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, … 1158 TUint32* endt = aTarget + aBytes; 1166 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt… 1169 const TUint32* endt = target + aBytes; 1179 …FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) [all …]
|
/external/chromium_org/third_party/skia/dm/ |
D | DMUtil.cpp | 84 const uint8_t* aBytes = (const uint8_t*)a.getPixels(); in MaxComponentDifference() local 87 max = SkTMax(max, abs_diff(aBytes[i], bBytes[i])); in MaxComponentDifference()
|
/external/skia/dm/ |
D | DMUtil.cpp | 84 const uint8_t* aBytes = (const uint8_t*)a.getPixels(); in MaxComponentDifference() local 87 max = SkTMax(max, abs_diff(aBytes[i], bBytes[i])); in MaxComponentDifference()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
D | SDL_epocaudio.cpp | 178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes); 432 void CEpocAudio::Open(TInt aRate, TInt aChannels, TUint32 aType, TInt aBytes) 437 iBufferRate = iRate * iChannels * aBytes; //1/x
|