Searched refs:startcol (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.cpp1054 unsigned int startcol = 0; local
1102 unsigned startcol = 0; local
1108 startcol = std::lower_bound(columnPos.begin(), columnPos.end(), start) - columnPos.begin();
1109 if ((startcol == columnPos.size()) || (startcol > 0 && (columnPos[startcol] > start)))
1110 --startcol;
1125 if (startcol < endcol) {
1129 for (unsigned c = startcol; c < endcol; c++) {
1132 if (!cell || (r > startrow && primaryCellAt(r - 1, c) == cell) || (c > startcol
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_RLEaccel.c804 int startcol; \
811 startcol = ofs + start; \
812 if(len > right - startcol) \
813 len = right - startcol; \
814 do_blit(dstbuf + startcol * bpp, srcbuf + start * bpp, \
/external/libpng/contrib/gregbook/
H A Drpng2-x.c170 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow,
1608 static void rpng2_x_redisplay_image(ulg startcol, ulg startrow, argument

Completed in 58 milliseconds