Home
last modified time | relevance | path

Searched defs:startX (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DXPM.cxx74 void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) const { in FillRun()
157 const int startX = static_cast<int>(rc.left + (rc.Width() - width) / 2); in Draw() local