X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-segmentation.h;h=dbf75d0cde96a0d951125425f557985b67f40329;hb=750fadba87bb959c9af32e89e3f1bc7af6cb6dd2;hp=0a816abf767ac736428db2d4fe695fd2c7d7f02c;hpb=24d1c5037a28d3b8e9094dbb65630687e079705a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/color-segmentation.h b/dali-toolkit/internal/text/color-segmentation.h index 0a816ab..dbf75d0 100644 --- a/dali-toolkit/internal/text/color-segmentation.h +++ b/dali-toolkit/internal/text/color-segmentation.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H__ -#define __DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H__ +#ifndef DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H +#define DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,13 +26,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - class LogicalModel; /** @@ -47,14 +44,14 @@ class LogicalModel; * @param[out] colors The vector of colors. * @param[out] colorIndices Indices to the vector of colors. */ -void SetColorSegmentationInfo( const Vector& colorRuns, - const Vector& charactersToGlyph, - const Vector& glyphsPerCharacter, - CharacterIndex startCharacterIndex, - GlyphIndex startGlyphIndex, - Length numberOfCharacters, - Vector& colors, - Vector& colorIndices ); +void SetColorSegmentationInfo(const Vector& colorRuns, + const Vector& charactersToGlyph, + const Vector& glyphsPerCharacter, + CharacterIndex startCharacterIndex, + GlyphIndex startGlyphIndex, + Length numberOfCharacters, + Vector& colors, + Vector& colorIndices); } // namespace Text @@ -62,4 +59,4 @@ void SetColorSegmentationInfo( const Vector& colorRuns, } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H__ +#endif // DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H