X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fatlas%2Fatlas-glyph-manager.h;h=ad2c5ea24c65ab91c15303753ab2571a23f56697;hp=6a109479e46e18fe22a026b44c2f3d5a18d864a4;hb=7e85bd91f75df91102fa1cb39d7e4d5f4b3df61a;hpb=e8e310d7827d702492bddf01af90f6ff6cc2f7e8 diff --git a/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h b/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h index 6a10947..ad2c5ea 100644 --- a/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h +++ b/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h @@ -119,14 +119,15 @@ public: */ Vector2 GetAtlasSize( uint32_t atlasId ); - /** - * @brief Set the Atlas size and block size for subsequent atlas generation - * - * @param[in] size size of the atlas in pixels - * @param[in] blockSize size of a block in this atlas in pixels - */ - void SetNewAtlasSize( const Vector2& size, - const Vector2& blockSize ); + /** + * @brief Set the atlas size and block size for subsequent Atlas generation + * + * @param[in] width width of atlas in pixels + * @param[in] height height of atlas in pixels + * @param[in] blockWidth width of a block in pixels + * @param[in] blockHeight height of a block in pixels + */ + void SetNewAtlasSize( uint32_t width, uint32_t height, uint32_t blockWidth, uint32_t blockHeight ); /** * @brief Unreference an image from the atlas and remove from cache if no longer needed