Lines Matching refs:localChops
86 SkPoint localChops[10];
87 SkChopCubicAt(pts, localChops, chopT, chopT);
88 REPORTER_ASSERT(reporter, localChops[3] == localChops[4]);
89 REPORTER_ASSERT(reporter, localChops[3] == localChops[5]);
90 REPORTER_ASSERT(reporter, localChops[3] == localChops[6]);
93 REPORTER_ASSERT(reporter, localChops[0] == pts[0]);
94 REPORTER_ASSERT(reporter, localChops[1] == pts[0]);
95 REPORTER_ASSERT(reporter, localChops[2] == pts[0]);
96 REPORTER_ASSERT(reporter, localChops[3] == pts[0]);
100 REPORTER_ASSERT(reporter, localChops[6] == pts[3]);
101 REPORTER_ASSERT(reporter, localChops[7] == pts[3]);
102 REPORTER_ASSERT(reporter, localChops[8] == pts[3]);
103 REPORTER_ASSERT(reporter, localChops[9] == pts[3]);