Searched refs:firstGlyphLeftOverflow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp925 int firstGlyphLeftOverflow = -1; local
1001 if (firstGlyphLeftOverflow < 0)
1002 firstGlyphLeftOverflow = glyphOverflow.left;
1049 if (firstGlyphLeftOverflow < 0)
1050 firstGlyphLeftOverflow = glyphOverflow.left;
1125 if (firstGlyphLeftOverflow > 0)
1126 glyphOverflow.left = firstGlyphLeftOverflow;

Completed in 145 milliseconds