Searched refs:fstart (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Antihair.cpp405 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
[all...]
/external/skia/src/core/
H A DSkScan_Antihair.cpp405 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
[all...]
/external/libpcap/
H A Doptimize.c1978 * into the array form that BPF requires. 'fstart' will point to
1981 static struct bpf_insn *fstart; variable in typeref:struct:bpf_insn
2017 p->offset = dst - fstart;
2104 bids[dst - fstart] = p->id + 1;
2184 fstart = fp;

Completed in 96 milliseconds