Searched refs:aTopsIt (Results 1 – 1 of 1) sorted by relevance
1129 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in addShadowCells() local1131 while (aTopsIt != getRowTopsEnd()) in addShadowCells()1134 long nTop = *aTopsIt; in addShadowCells()1196 aTopsIt++; in addShadowCells()1205 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in connectCells() local1209 while (aTopsIt != getRowTopsEnd()) in connectCells()1305 aTopsIt++; in connectCells()1316 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in toString() local1318 while (aTopsIt != getRowTopsEnd()) in toString()1320 sprintf(sBuffer, "<row y=\"%ld\">", *aTopsIt); in toString()[all …]
Completed in 15 milliseconds