*** CID 1325060: Error handling issues (NEGATIVE_RETURNS)
/vcl/source/glyphs/graphite_layout.cxx: 742 in
GraphiteLayout::ApplyDXArray(ImplLayoutArgs &, std::vector<int,
std::allocator<int>> &)()
736 for (int n = firstChar; n <= lastChar; ++n)
737 if (mvCharDxs[n - mnMinCharPos] != -1)
738 mvCharDxs[n - mnMinCharPos] += nDWidth +
nDGlyphOrigin;
739 for (int n = i; n < nLastGlyph; n++)
740 mvGlyphs[n].maLinearPos.X() += (nDGlyphOrigin +
nDWidth) * (bRtl ? -1 : 1);
741
CID 1325060: Error handling issues (NEGATIVE_RETURNS)
"nBaseGlyph" is passed to a parameter that cannot be
negative. [Note: The source code implementation of the function
has been overridden by a builtin model.]
742 rDeltaWidth[nBaseGlyph] = nDWidth;
743 #ifdef GRLAYOUT_DEBUG
744 fprintf(grLog(),"c%d=%d g%d-%d dW%ld-%ld=%ld dX%ld
x%ld @%d=%d\n", firstChar, lastChar, i, nLastGlyph, nNewClusterWidth,
nOrigClusterWidth, nDWidth, nDGlyphOrigin,
mvGlyphs[i].maLinearPos.X(), mvCharDxs[lastChar - mnMinCharPos],
args.mpDXArray[lastChar - args.mnMinCharPos]);
745 #endif
746 i = nLastGlyph - 1;
747 if (i >= endGi - 1)
** CID 1325059: (NEGATIVE_RETURNS)
/vcl/source/glyphs/graphite_layout.cxx: 693 in
GraphiteLayout::ApplyDXArray(ImplLayoutArgs &, std::vector<int,
std::allocator<int>> &)()
/vcl/source/glyphs/graphite_layout.cxx: 693 in
GraphiteLayout::ApplyDXArray(ImplLayoutArgs &, std::vector<int,
std::allocator<int>> &)()
_____________________________________________________________________
___________________________________
*** CID 1325059: (NEGATIVE_RETURNS)
/vcl/source/glyphs/graphite_layout.cxx: 693 in
GraphiteLayout::ApplyDXArray(ImplLayoutArgs &, std::vector<int,
std::allocator<int>> &)()
687 fprintf(grLog(),"ApplyDx %d-%d=%d-%d\n", startChar,
endChar, startGi, endGi);
688 #endif
689
690 for (int i = startGi; i < endGi; ++i)
691 {
692 // calculate visual cluster bounds
CID 1325059: (NEGATIVE_RETURNS)
"i" is passed to a parameter that cannot be negative.
[Note: The source code implementation of the function has been
overridden by a builtin model.]
693 int firstChar = mvGlyph2Char[i];
694 int nBaseGlyph = mvChar2BaseGlyph[firstChar -
mnMinCharPos];
695 while (nBaseGlyph == -1 && i < endGi)
696 {
697 ++i;
698 firstChar = mvGlyph2Char[i];
/vcl/source/glyphs/graphite_layout.cxx: 693 in
GraphiteLayout::ApplyDXArray(ImplLayoutArgs &, std::vector<int,
std::allocator<int>> &)()
687 fprintf(grLog(),"ApplyDx %d-%d=%d-%d\n", startChar,
endChar, startGi, endGi);
688 #endif
689
690 for (int i = startGi; i < endGi; ++i)
691 {
692 // calculate visual cluster bounds
CID 1325059: (NEGATIVE_RETURNS)
"i" is passed to a parameter that cannot be negative.
[Note: The source code implementation of the function has been
overridden by a builtin model.]
693 int firstChar = mvGlyph2Char[i];
694 int nBaseGlyph = mvChar2BaseGlyph[firstChar -
mnMinCharPos];
695 while (nBaseGlyph == -1 && i < endGi)
696 {
697 ++i;
698 firstChar = mvGlyph2Char[i];
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.