Searched refs:startcol (Results 1 – 2 of 2) sorted by relevance
/external/wayland/src/ |
D | scanner.c | 305 int col, i, j, k, startcol, newlines; in desc_dump() local 325 startcol = col; in desc_dump() 327 if (col - startcol > 2) in desc_dump() 348 printf("\n%s*", indent(startcol)); in desc_dump() 350 printf("\n%s*%c", indent(startcol), hang); in desc_dump() 351 col = startcol; in desc_dump() 354 if (col > startcol && k > 0) in desc_dump()
|
/external/libpng/contrib/gregbook/ |
D | rpng2-x.c | 188 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow, 1621 static void rpng2_x_redisplay_image(ulg startcol, ulg startrow, in rpng2_x_redisplay_image() argument 1862 (void)startcol; in rpng2_x_redisplay_image()
|