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

  /external/skia/src/core/
SkScan_Antihair.cpp 404 int istart, istop;
419 istart = SkFDot6Floor(x0);
432 SkASSERT(istop > istart);
433 if (istop - istart == 1) {
444 if (istart >= clip->fRight || istop <= clip->fLeft) {
447 if (istart < clip->fLeft) {
448 fstart += slope * (clip->fLeft - istart);
449 istart = clip->fLeft;
451 if (istop - istart == 1) {
462 SkASSERT(istart <= istop)
    [all...]
  /external/skia/legacy/src/core/
SkScan_Antihair.cpp 203 typedef SkFixed (*LineProc)(int istart, int istop, SkFixed fstart,
232 int istart, istop;
242 istart = SkFDot6Floor(x0);
255 SkASSERT(istop > istart);
256 if (istop - istart == 1) {
266 if (istart >= clip->fRight || istop <= clip->fLeft) {
269 if (istart < clip->fLeft) {
270 fstart += slope * (clip->fLeft - istart);
271 istart = clip->fLeft;
278 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/openfst/src/include/fst/
reverse.h 53 StateId istart = ifst.Start(); local
64 if (is == 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/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 695 int fsupc, istart, nsupr; local
722 istart = L_SUB_START(fsupc);
723 nsupr = L_SUB_START(fsupc+1) - istart;
745 Urow[lastu++] = L_SUB(istart+i);
751 Lrow[lastl++] = L_SUB(istart + upper - 1);
757 Lrow[lastl++] = L_SUB(istart+i);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 1270 Int i, j, k, l, istart, jstart; local
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 845 milliseconds