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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestpalette.c71 static SDL_Surface *make_bg(SDL_Surface *screen, int startcol) argument
94 v += p[-bg->pitch] + 65 - startcol;
95 p[j] = startcol + (v & 63);
/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.15/src/video/
H A DSDL_RLEaccel.c805 int startcol; \
812 startcol = ofs + start; \
813 if(len > right - startcol) \
814 len = right - startcol; \
815 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 413 milliseconds