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

  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 405 SkFixed fstart, slope;
421 fstart = SkFDot6ToFixed(y0);
428 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6;
448 fstart += slope * (clip->fLeft - istart);
469 top = SkFixedFloorToInt(fstart - SK_FixedHalf);
470 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
472 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
473 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf);
494 fstart = SkFDot6ToFixed(x0);
504 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6
    [all...]
  /external/libpcap/
optimize.c 1981 static struct bpf_insn *fstart; variable in typeref:struct:bpf_insn
    [all...]

Completed in 225 milliseconds