Searched refs:qPathB (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathOpsOpTest.cpp | 3305 SkPath qPath, qPathB; in cubicOp114asQuad() local 3307 CubicPathToQuads(pathB, &qPathB); in cubicOp114asQuad() 3308 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in cubicOp114asQuad() 4716 SkPath qPath, qPathB; in loops33iAsQuads() local 4718 CubicPathToQuads(pathB, &qPathB); in loops33iAsQuads() 4719 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in loops33iAsQuads() 4823 SkPath qPath, qPathB; in loops40iAsQuads() local 4825 CubicPathToQuads(pathB, &qPathB); in loops40iAsQuads() 4826 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in loops40iAsQuads() 5036 SkPath qPath, qPathB; in loops58iAsQuads() local [all …]
|