Searched refs:GlyphOffset (Results 1 – 1 of 1) sorted by relevance
445 UINT16 GlyphOffset; in GetLineByWidth() local478 for (StrOffset = 0, GlyphOffset = 0; GlyphOffset <= LineWidth; StrOffset++) { in GetLineByWidth()495 GlyphOffset = GlyphOffset + *GlyphWidth; in GetLineByWidth()500 if ((InputString[*Index + StrOffset] == CHAR_SPACE) && (GlyphOffset <= LineWidth)) { in GetLineByWidth()515 if (GlyphOffset > LineWidth) { in GetLineByWidth()