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

/external/skia/tests/
H A DPathOpsAngleTest.cpp224 SkPoint fShortPts[4];
243 data.fShortPts[idx2] = data.fPts.fPts[idx2].asSkPoint();
247 contour.addLine(data.fShortPts, &allocator);
250 contour.addQuad(data.fShortPts, &allocator);
253 contour.addCubic(data.fShortPts, &allocator);
269 SkPoint fShortPts[4]; member in struct:IntersectData

Completed in 294 milliseconds