• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching refs:m_widthCol

166     m_widthCol =
773 wxCoord width = 7*m_widthCol,
884 m_widthCol = 0;
889 if ( width > m_widthCol )
893 m_widthCol = width+width/2;
901 if ( width > m_widthCol )
903 m_widthCol = width;
908 m_widthCol += 2;
933 wxCoord x0 = wxMax( (GetSize().x - m_widthCol*7) /2 , 0 );
951 wxCoord monthx = ((m_widthCol * 7) - monthw) / 2 + x0;
972 wxCoord larrowx = (m_widthCol - (arrowheight / 2)) / 2 + x0;
973 wxCoord rarrowx = ((m_widthCol - (arrowheight / 2)) / 2) + m_widthCol*6 + x0;
1005 if ( IsExposed(x0, y, x0 + 7*m_widthCol, m_heightRow) )
1027 dc.DrawText(m_weekdays[n], x0 + (wd*m_widthCol) + ((m_widthCol- dayw) / 2), y); // center the day-name
1047 if ( !IsExposed(x0, y, x0 + 7*m_widthCol, m_heightRow - 1) )
1129 wxCoord x = wd*m_widthCol + (m_widthCol - width) / 2 + x0;
1221 rect.x = wxMax( (GetSize().x - m_widthCol*7) /2 , 0 );
1225 rect.width = 7*m_widthCol;
1287 wxCoord x0 = wxMax( (GetSize().x - m_widthCol*7) /2 , 0 );
1293 corners[0] = wxPoint(x0 + (fd - 1) * m_widthCol, (fw * m_heightRow) + m_rowOffset);
1294 corners[1] = wxPoint(x0 + (fd - 1) * m_widthCol, ((fw + 1 ) * m_heightRow) + m_rowOffset);
1295 corners[2] = wxPoint(x0 + td * m_widthCol, ((tw + 1) * m_heightRow) + m_rowOffset);
1296 corners[3] = wxPoint(x0 + td * m_widthCol, (tw * m_heightRow) + m_rowOffset);
1302 corners[cidx] = wxPoint(x0 + (fd - 1) * m_widthCol, (fw * m_heightRow) + m_rowOffset); cidx++;
1306 corners[cidx] = wxPoint(x0 + (fd - 1) * m_widthCol, ((fw + 1) * m_heightRow) + m_rowOffset); cidx++;
1311 corners[cidx] = wxPoint(x0 + td * m_widthCol, ((tw + 1) * m_heightRow) + m_rowOffset); cidx++;
1315 corners[cidx] = wxPoint(x0 + td * m_widthCol, (tw * m_heightRow) + m_rowOffset); cidx++;
1316 corners[cidx] = wxPoint(x0 + 7 * m_widthCol, (tw * m_heightRow) + m_rowOffset); cidx++;
1319 corners[cidx] = wxPoint(x0 + 7 * m_widthCol, (fw * m_heightRow) + m_rowOffset); cidx++;
1493 wxCoord x0 = wxMax((GetSize().x - m_widthCol*7)/2, 0);
1538 int wday = (pos.x - x0) / m_widthCol;