/external/skia/tests/ |
D | PathOpsOpCubicThreadedTest.cpp | 26 SkPath pathA, pathB; in testOpCubicsMain() local 27 pathA.setFillType((SkPath::FillType) e); in testOpCubicsMain() 28 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB)); in testOpCubicsMain() 29 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b), in testOpCubicsMain() 31 pathA.close(); in testOpCubicsMain() 61 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) { in testOpCubicsMain()
|
D | PathOpsOpRectThreadedTest.cpp | 31 SkPath pathA, pathB; in testPathOpsRectsMain() local 32 pathA.setFillType((SkPath::FillType) e); in testPathOpsRectsMain() 33 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), in testPathOpsRectsMain() 35 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD), in testPathOpsRectsMain() 37 pathA.close(); in testPathOpsRectsMain() 69 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects")) { in testPathOpsRectsMain()
|
D | PathOpsOpLoopThreadedTest.cpp | 50 SkPath pathA, pathB; in testOpLoopsMain() local 51 pathA.moveTo(SkIntToScalar(a), SkIntToScalar(b)); in testOpLoopsMain() 52 pathA.cubicTo(SkIntToScalar(c), SkIntToScalar(d), endC.fX, endC.fY, endD.fX, endD.fY); in testOpLoopsMain() 53 pathA.close(); in testOpLoopsMain() 81 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); in testOpLoopsMain()
|
D | PathOpsOpCircleThreadedTest.cpp | 23 SkPath pathA, pathB; in testOpCirclesMain() local 24 pathA.setFillType((SkPath::FillType) e); in testOpCirclesMain() 25 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC), in testOpCirclesMain() 50 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles")) { in testOpCirclesMain()
|
D | GrShapeTest.cpp | 477 SkPath pathA, pathB; in check_equivalence() local 478 a.asPath(&pathA); in check_equivalence() 484 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence() 485 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence() 486 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence() 492 if (SkPath::ConvertToNonInverseFillType(pathA.getFillType()) != in check_equivalence() 502 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB)); in check_equivalence() 505 SkPath pA = pathA; in check_equivalence() 510 pA.setFillType(SkPath::ConvertToNonInverseFillType(pathA.getFillType())); in check_equivalence() 544 REPORTER_ASSERT(r, pathA.isConvex()); in check_equivalence() [all …]
|
D | ClipStackTest.cpp | 245 SkPath pathA, pathB; in test_bounds() local 247 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds() 263 pathA.setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType : in test_bounds() 281 stack.clipPath(pathA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
|
D | PathOpsIssue3651.cpp | 1310 SkPath pathA = path; in issue3651_4() local 1396 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_4() 1429 SkPath pathA = path; in issue3651_5() local 1459 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_5() 1468 SkPath pathA = path; in issue3651_6() local 1472 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_6() 1566 SkPath pathA = path; in issue3651_7() local 1658 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_7()
|
/external/skia/infra/bots/ |
D | test_utils.py | 57 pathA = os.path.join(a, prefix, f) 59 test.assertTrue(filecmp.cmp(pathA, pathB, shallow=False)) 60 statA = os.stat(pathA) 63 with open(pathA, 'rb') as f:
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 2528 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa… 2586 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2760 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa… 2818 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
|
/external/swiftshader/include/GL/ |
D | glext.h | 9129 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB… 9179 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we…
|
/external/mesa3d/include/GL/ |
D | glext.h | 9994 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB… 10059 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we…
|