X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-segmentation.h;h=dbf75d0cde96a0d951125425f557985b67f40329;hb=75fe6c4a2f784bd52ccf8eb16049317825338a6e;hp=cde9997752998f151c01f68c519004b0a7450ccb;hpb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;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 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