Lines Matching refs:start_col
72 int x = updatedChars.start_col * fFontWidth + kBorderSpacing; in Draw()
82 pos.col = updatedChars.start_col; in Draw()
85 for (pos.col = updatedChars.start_col; in Draw()
367 rect.start_col = (int)floor(pixels.left / fFontWidth); in _PixelsToGlyphs()
379 rect.start_col, pixels.left, in _PixelsToGlyphs()
392 rect.left = glyphs.start_col * fFontWidth; in _GlyphsToPixels()
404 glyphs.start_col, rect.left, fFontWidth, in _GlyphsToPixels()
417 rect.start_col = 0; in _GlyphsToPixels()
468 r.start_col = oldPos.col; in _MoveCursor()
475 r.start_col = pos.col; in _MoveCursor()
506 dirty.start_col = 0; in _UpdateScrollbar()