X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-segmentation.h;h=dbf75d0cde96a0d951125425f557985b67f40329;hp=cde9997752998f151c01f68c519004b0a7450ccb;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7 diff --git a/dali-toolkit/internal/text/color-segmentation.h b/dali-toolkit/internal/text/color-segmentation.h index cde9997..dbf75d0 100644 --- a/dali-toolkit/internal/text/color-segmentation.h +++ b/dali-toolkit/internal/text/color-segmentation.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_COLOR_SEGMENTATION_H /* - * Copyright (c) 2019 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