HomeSort by relevance Sort by last modified time
    Searched refs:frow (Results 1 - 7 of 7) sorted by null

  /external/webp/src/utils/
rescaler.c 49 wrk->frow = work + num_channels * dst_width;
71 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac;
85 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum;
91 wrk->irow[x_out] += wrk->frow[x_out];
100 const int32_t* const frow = wrk->frow; local
105 const int frac = (int)MULT_FIX(frow[x_out], yscale);
rescaler.h 35 int32_t* irow, *frow; // work buffer member in struct:__anon16618
  /external/quake/quake/src/QW/client/
gl_draw.c 500 float frow, fcol, size; local
513 frow = row*0.0625;
520 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
523 glTexCoord2f (fcol, frow);
525 glTexCoord2f (fcol + size, frow);
527 glTexCoord2f (fcol + size, frow + size);
529 glTexCoord2f (fcol, frow + size);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 846 float frow, fcol, size; local
859 frow = row*0.0625;
866 DrawQuad(x, y, 8, 8, fcol, frow, size, size);
869 glTexCoord2f (fcol, frow);
871 glTexCoord2f (fcol + size, frow);
873 glTexCoord2f (fcol + size, frow + size);
875 glTexCoord2f (fcol, frow + size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 75 short frow; /* first row */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 75 short frow; /* first row */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 75 short frow; /* first row */ member in struct:fieldnode

Completed in 237 milliseconds