Lines Matching refs:lines
1717 * scanning the shading lines.
1719 * @param shading_lines - defines the overall number of shading lines.
1726 u_long lines, w, x;
1734 /* do it for all relevant lines */
1735 for( lines = hilight, rgb = rgb + sp->Size.dwPhyPixels * lines;
1736 lines < shading_lines; lines++, rgb += sp->Size.dwPhyPixels ) {
1768 * scanning the shading lines.
1770 * @param shading_lines - defines the overall number of shading lines.
1777 u_long lines, w, x;
1785 for( lines = hilight, rgb = rgb + sp->Size.dwPhyPixels * lines;
1786 lines < shading_lines-shadow; lines++, rgb += sp->Size.dwPhyPixels ) {
1815 u_long lines, x;
1835 for( lines = hilight; lines < (shading_lines-shadow); lines++ ) {