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

  /external/skia/src/core/
SkScan_Antihair.cpp 214 typedef SkFixed (*LineProc)(int istart, int istop, SkFixed fstart, SkFixed slope, SkBlitter*, int);
245 int istart, istop;
256 istart = SkFDot6Floor(x0);
269 SkASSERT(istop > istart);
270 if (istop - istart == 1) {
281 if (istart >= clip->fRight || istop <= clip->fLeft)
283 if (istart < clip->fLeft)
285 fstart += slope * (clip->fLeft - istart);
286 istart = clip->fLeft;
293 SkASSERT(istart <= istop)
    [all...]
  /external/qemu/audio/
rate_template.h 34 struct st_sample *istart, *iend; local
45 istart = ibuf;
105 *isamp = ibuf - istart;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 44 StateId istart = ifst.Start(); local
55 if (is == istart)
  /external/e2fsprogs/tests/progs/
test_rel_cmds.ct 59 irel_start_iter, istart;
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
motion_est.cpp 1270 Int i, j, k, l, istart, jstart; local
    [all...]

Completed in 309 milliseconds