-Werror,-Wunused-variable
Change-Id: I22ac9714e59d6bc95ef739fff4832799a2f61bbc
This commit is contained in:
@@ -3896,8 +3896,6 @@ bool D2DWriteTextOutRenderer::ReleaseFont()
|
|||||||
// baseline, and +ve means the ink starts that many pixels below.
|
// baseline, and +ve means the ink starts that many pixels below.
|
||||||
std::vector<Rectangle> D2DWriteTextOutRenderer::GetGlyphInkBoxes(uint16_t * pGid, uint16_t * pGidEnd) const
|
std::vector<Rectangle> D2DWriteTextOutRenderer::GetGlyphInkBoxes(uint16_t * pGid, uint16_t * pGidEnd) const
|
||||||
{
|
{
|
||||||
Rectangle aExtent;
|
|
||||||
Point aPos;
|
|
||||||
ptrdiff_t nGlyphs = pGidEnd - pGid;
|
ptrdiff_t nGlyphs = pGidEnd - pGid;
|
||||||
if (nGlyphs < 0) return std::vector<Rectangle>();
|
if (nGlyphs < 0) return std::vector<Rectangle>();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user