Home | History | Annotate | Download | only in core

Lines Matching refs:f0

1938     int f0, f1, f2;
1971 state->f0 = index + 0;
1984 state->f0 = indices[index + 0];
1998 state->f0 = index + 1;
2001 state->f0 = index + 0;
2016 state->f0 = indices[index + 1];
2019 state->f0 = indices[index + 0];
2031 state->f0 = 0;
2044 state->f0 = indices[0];
2075 src[0] = texs[state.f0];
2078 dst[0] = verts[state.f0];
2269 state.f0, state.f1, state.f2)) {
2273 SkScan::FillTriangle(devVerts[state.f0], devVerts[state.f1],
2288 hairProc(devVerts[state.f0], devVerts[state.f1], fClip, blitter.get());
2290 hairProc(devVerts[state.f2], devVerts[state.f0], fClip, blitter.get());