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=61be2f8d3c96e01da8e6ade2a76a192ff6ab6945;hpb=1543203c3b1716bc78f5689ca603b7dff2a52621 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