Searched refs:fstart (Results 1 – 3 of 3) sorted by relevance
405 SkFixed fstart, slope; in do_anti_hairline() local421 fstart = SkFDot6ToFixed(y0); in do_anti_hairline()428 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; in do_anti_hairline()448 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()469 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()470 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()472 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()473 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()494 fstart = SkFDot6ToFixed(x0); in do_anti_hairline()504 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6; in do_anti_hairline()[all …]
1981 static struct bpf_insn *fstart; variable2017 p->offset = dst - fstart; in convert_code_r()2104 bids[dst - fstart] = p->id + 1; in convert_code_r()2184 fstart = fp; in icode_to_fcode()