Searched refs:istart (Results 1 – 7 of 7) sorted by relevance
203 typedef SkFixed (*LineProc)(int istart, int istop, SkFixed fstart,232 int istart, istop; in do_anti_hairline() local242 istart = SkFDot6Floor(x0); in do_anti_hairline()255 SkASSERT(istop > istart); in do_anti_hairline()256 if (istop - istart == 1) { in do_anti_hairline()266 if (istart >= clip->fRight || istop <= clip->fLeft) { in do_anti_hairline()269 if (istart < clip->fLeft) { in do_anti_hairline()270 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()271 istart = clip->fLeft; in do_anti_hairline()278 SkASSERT(istart <= istop); in do_anti_hairline()[all …]
404 int istart, istop; in do_anti_hairline() local419 istart = SkFDot6Floor(x0); in do_anti_hairline()432 SkASSERT(istop > istart); in do_anti_hairline()433 if (istop - istart == 1) { in do_anti_hairline()444 if (istart >= clip->fRight || istop <= clip->fLeft) { in do_anti_hairline()447 if (istart < clip->fLeft) { in do_anti_hairline()448 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()449 istart = clip->fLeft; in do_anti_hairline()451 if (istop - istart == 1) { in do_anti_hairline()462 SkASSERT(istart <= istop); in do_anti_hairline()[all …]
34 struct st_sample *istart, *iend; in NAME() local45 istart = ibuf; in NAME()105 *isamp = ibuf - istart; in NAME()
44 StateId istart = ifst.Start(); in Reverse() local55 if (is == istart) in Reverse()
53 StateId istart = ifst.Start(); in Reverse() local64 if (is == istart) in Reverse()
695 int fsupc, istart, nsupr;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);
59 irel_start_iter, istart;