Kaydet (Commit) 9f7254e2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

...ever since its inception with a949f50c
"implemented GetGlyphOutline()"

Change-Id: I4591ac5c3d42053b3caa9d68bb12ad02dc319b66
üst d272d64e
...@@ -1580,7 +1580,7 @@ bool ServerFont::GetGlyphOutline( sal_GlyphId aGlyphId, ...@@ -1580,7 +1580,7 @@ bool ServerFont::GetGlyphOutline( sal_GlyphId aGlyphId,
aFuncs.cubic_to = &FT_cubic_to; aFuncs.cubic_to = &FT_cubic_to;
aFuncs.shift = 0; aFuncs.shift = 0;
aFuncs.delta = 0; aFuncs.delta = 0;
rc = FT_Outline_Decompose( &rOutline, &aFuncs, static_cast<void*>(&aPolyArg) ); FT_Outline_Decompose( &rOutline, &aFuncs, static_cast<void*>(&aPolyArg) );
aPolyArg.ClosePolygon(); // close last polygon aPolyArg.ClosePolygon(); // close last polygon
FT_Done_Glyph( pGlyphFT ); FT_Done_Glyph( pGlyphFT );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment