X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftexture-manager-impl.h;h=89a8ed0e8517248dd45bc5a5ede25fc130cf9168;hb=ec1db95268e1cf8e8bd893027d45a19c64b32848;hp=a3da3fcd582ad522fb79fcd3dfbb6a339f486a3a;hpb=928704fcc5953be51956177bfcb28c7e4ffd9cf5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/texture-manager-impl.h b/dali-toolkit/internal/visuals/texture-manager-impl.h index a3da3fc..89a8ed0 100644 --- a/dali-toolkit/internal/visuals/texture-manager-impl.h +++ b/dali-toolkit/internal/visuals/texture-manager-impl.h @@ -428,12 +428,6 @@ public: void SetBrokenImageUrl(const std::string& brokenImageUrl); /** - * @brief Get an image to be used when a visual has failed to correctly render - * @return Returns The broken image url. - */ - const std::string GetBrokenImageUrl(); - - /** * @brief Returns the geometry associated with texture. * @param[in] textureId Id of the texture * @param[out] frontElements number of front elements @@ -752,14 +746,12 @@ private: * @param[in] samplingMode The SamplingMode to use * @param[in] useAtlas True if atlased * @param[in] maskTextureId The masking texture id (or INVALID_TEXTURE_ID) - * @param[in] isAnimatedImage The boolean value to know whether the request is for animated image or not - * @param[in] frameIndex The frame index of a frame to be loaded frame * @return A hash of the provided data for caching. */ TextureHash GenerateHash( const std::string& url, const ImageDimensions size, const FittingMode::Type fittingMode, const Dali::SamplingMode::Type samplingMode, const UseAtlas useAtlas, - TextureId maskTextureId, bool isAnimatedImage, uint32_t frameIndex ); + TextureId maskTextureId ); /** * @brief Looks up a cached texture by its hash. @@ -772,8 +764,6 @@ private: * @param[in] useAtlas True if atlased * @param[in] maskTextureId Optional texture ID to use to mask this image * @param[in] preMultiplyOnLoad if the image's color should be multiplied by it's alpha. Set to OFF if there is no alpha. - * @param[in] isAnimatedImage The boolean value to know whether the request is for animated image or not - * @param[in] frameIndex The frame index of a frame to be loaded frame * @return A TextureId of a cached Texture if found. Or INVALID_TEXTURE_ID if not found. */ TextureManager::TextureId FindCachedTexture( @@ -784,9 +774,7 @@ private: const Dali::SamplingMode::Type samplingMode, const bool useAtlas, TextureId maskTextureId, - MultiplyOnLoad preMultiplyOnLoad, - bool isAnimatedImage, - uint32_t frameIndex ); + MultiplyOnLoad preMultiplyOnLoad); private: