X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Frendering%2Ftexture-impl.cpp;h=704ab4015128e23e010a2213dab6498452e84671;hb=refs%2Fchanges%2F30%2F84730%2F1;hp=c0f658c9717358df7f10818524694504dff993fc;hpb=05bd848879fb2f4e85b2e0b27812439f4c7227df;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/rendering/texture-impl.cpp b/dali/internal/event/rendering/texture-impl.cpp index c0f658c..704ab40 100644 --- a/dali/internal/event/rendering/texture-impl.cpp +++ b/dali/internal/event/rendering/texture-impl.cpp @@ -108,14 +108,14 @@ bool NewTexture::Upload( PixelDataPtr pixelData, { if( mNativeImage ) { - DALI_LOG_ERROR( "OpenGL ES does not support uploading data to native texture\n"); + DALI_LOG_ERROR( "OpenGL ES does not support uploading data to native texture"); } else { unsigned int pixelDataSize = pixelData->GetWidth()*pixelData->GetHeight(); if( pixelData->GetBuffer() == NULL || pixelDataSize == 0 ) { - DALI_LOG_ERROR( "PixelData is empty\n"); + DALI_LOG_ERROR( "PixelData is empty"); } else { @@ -124,12 +124,12 @@ bool NewTexture::Upload( PixelDataPtr pixelData, { if( pixelDataSize < width * height ) { - DALI_LOG_ERROR( "PixelData of an incorrect size when trying to update texture\n"); + DALI_LOG_ERROR( "PixelData of an incorrect size when trying to update texture"); } else if( ( xOffset + width > ( mWidth / (1< ( mHeight / (1<