Home
last modified time | relevance | path

Searched refs:pathA (Results 1 – 25 of 31) sorted by relevance

12

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleDependencies.java119 for (String pathA: pathsA) { in addDependenciesForLocale()
120 if (pathA.equals(pathB) || skipPathForDependencies(pathA)) { in addDependenciesForLocale()
123 String starredA = USE_STARRED_PATHS ? pathStarrer.set(pathA) : null; in addDependenciesForLocale()
124 dependencies.put(USE_STARRED_PATHS ? starredA : pathA, in addDependenciesForLocale()
190 for (String pathA : paths) { in writeOneLocale()
191 if (skipPathForDependencies(pathA)) { in writeOneLocale()
195 String valueA = cldrFile.getStringValue(pathA); in writeOneLocale()
205 String starredA = USE_STARRED_PATHS ? pathStarrer.set(pathA) : null; in writeOneLocale()
215 cldrFile.valueChanged(pathA); in writeOneLocale()
216 top.add(pathA, newValue); in writeOneLocale()
[all …]
/external/skqp/tests/
DPathOpsOpRectThreadedTest.cpp34 SkPath pathA, pathB; in testPathOpsRectsMain() local
35 pathA.setFillType((SkPath::FillType) e); in testPathOpsRectsMain()
36 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), in testPathOpsRectsMain()
38 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD), in testPathOpsRectsMain()
40 pathA.close(); in testPathOpsRectsMain()
74 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsRectsMain()
123 SkPath pathA, pathB; in testPathOpsFastMain() local
124 pathA.setFillType((SkPath::FillType) e); in testPathOpsFastMain()
126 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB) + c, in testPathOpsFastMain()
129 pathA.close(); in testPathOpsFastMain()
[all …]
DPathOpsOpCubicThreadedTest.cpp30 SkPath pathA, pathB; in testOpCubicsMain() local
31 pathA.setFillType((SkPath::FillType) e); in testOpCubicsMain()
32 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB)); in testOpCubicsMain()
33 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b), in testOpCubicsMain()
35 pathA.close(); in testOpCubicsMain()
67 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp55 SkPath pathA, pathB; in testOpLoopsMain() local
56 pathA.moveTo(SkIntToScalar(a), SkIntToScalar(b)); in testOpLoopsMain()
57 pathA.cubicTo(SkIntToScalar(c), SkIntToScalar(d), endC.fX, endC.fY, endD.fX, endD.fY); in testOpLoopsMain()
58 pathA.close(); in testOpLoopsMain()
88 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
DPathOpsOpCircleThreadedTest.cpp27 SkPath pathA, pathB; in testOpCirclesMain() local
28 pathA.setFillType((SkPath::FillType) e); in testOpCirclesMain()
29 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC), in testOpCirclesMain()
56 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCirclesMain()
DPathOpsAsWindingTest.cpp163 SkPath pathA = build_squircle(curveA, rectA, dirA); in DEF_TEST() local
166 test = aFirst ? pathA : SkPath(); in DEF_TEST()
169 test.addPath(pathA); in DEF_TEST()
DGrShapeTest.cpp133 SkPath pathA, pathB; in check_equivalence() local
134 a.asPath(&pathA); in check_equivalence()
140 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence()
141 const GrShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence()
142 const GrShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence()
148 if (SkPath::ConvertToNonInverseFillType(pathA.getFillType()) != in check_equivalence()
158 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB)); in check_equivalence()
161 SkPath pA = pathA; in check_equivalence()
166 pA.setFillType(SkPath::ConvertToNonInverseFillType(pathA.getFillType())); in check_equivalence()
200 REPORTER_ASSERT(r, pathA.isConvex()); in check_equivalence()
[all …]
DClipStackTest.cpp271 SkPath pathA, pathB; in test_bounds() local
273 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
289 pathA.setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType : in test_bounds()
307 stack.clipPath(pathA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
DPathOpsIssue3651.cpp1310 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/tests/
DPathOpsOpRectThreadedTest.cpp35 SkPath pathA, pathB; in testPathOpsRectsMain() local
36 pathA.setFillType((SkPathFillType) e); in testPathOpsRectsMain()
37 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), in testPathOpsRectsMain()
39 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD), in testPathOpsRectsMain()
41 pathA.close(); in testPathOpsRectsMain()
75 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsRectsMain()
128 SkPath pathA, pathB; in testPathOpsFastMain() local
129 pathA.setFillType(e); in testPathOpsFastMain()
131 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB) + c, in testPathOpsFastMain()
134 pathA.close(); in testPathOpsFastMain()
[all …]
DPathOpsOpCubicThreadedTest.cpp28 SkPath pathA, pathB; in testOpCubicsMain() local
29 pathA.setFillType((SkPathFillType) e); in testOpCubicsMain()
30 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB)); in testOpCubicsMain()
31 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b), in testOpCubicsMain()
33 pathA.close(); in testOpCubicsMain()
65 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp52 SkPath pathA, pathB; in testOpLoopsMain() local
53 pathA.moveTo(SkIntToScalar(a), SkIntToScalar(b)); in testOpLoopsMain()
54 pathA.cubicTo(SkIntToScalar(c), SkIntToScalar(d), endC.fX, endC.fY, endD.fX, endD.fY); in testOpLoopsMain()
55 pathA.close(); in testOpLoopsMain()
85 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
DPathOpsOpCircleThreadedTest.cpp28 SkPath pathA, pathB; in testOpCirclesMain() local
29 pathA.setFillType(e); in testOpCirclesMain()
30 pathA.addCircle(SkIntToScalar(state.fA), SkIntToScalar(state.fB), SkIntToScalar(state.fC), in testOpCirclesMain()
57 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCirclesMain()
DPathOpsAsWindingTest.cpp163 SkPath pathA = build_squircle(curveA, rectA, dirA); in DEF_TEST() local
166 test = aFirst ? pathA : SkPath(); in DEF_TEST()
169 test.addPath(pathA); in DEF_TEST()
DGrStyledShapeTest.cpp133 SkPath pathA, pathB; in check_equivalence() local
134 a.asPath(&pathA); in check_equivalence()
140 if (pathA.isInverseFillType() != pathB.isInverseFillType()) { in check_equivalence()
141 const GrStyledShape* s1 = pathA.isInverseFillType() ? &a : &b; in check_equivalence()
142 const GrStyledShape* s2 = pathA.isInverseFillType() ? &b : &a; in check_equivalence()
148 if (SkPathFillType_ConvertToNonInverse(pathA.getFillType()) != in check_equivalence()
158 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB)); in check_equivalence()
161 SkPath pA = pathA; in check_equivalence()
166 pA.setFillType(SkPathFillType_ConvertToNonInverse(pathA.getFillType())); in check_equivalence()
201 REPORTER_ASSERT(r, pathA.isConvex()); in check_equivalence()
[all …]
DClipStackTest.cpp273 SkPath pathA, pathB; in test_bounds() local
275 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
291 pathA.setFillType(doInvA ? SkPathFillType::kInverseEvenOdd : in test_bounds()
310 stack.clipPath(pathA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
DPathOpsIssue3651.cpp1310 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/swiftshader/third_party/marl/tools/cmd/benchdiff/
Dmain.go52 pathA, pathB := args[0], args[1]
54 if err := run(pathA, pathB); err != nil {
60 func run(pathA, pathB string) error { argument
61 fileA, err := ioutil.ReadFile(pathA)
79 compare(benchA, benchB, fileName(pathA), fileName(pathB))
/external/skqp/infra/bots/
Dtest_utils.py57 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/skia/infra/bots/
Dtest_utils.py57 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/skqp/gm/
Dshadermaskfilter.cpp119 auto proc0 = [](const SkRect& r, SkPath* pathA, SkPath* pathB) { in __anonece5b1a30102() argument
120 pathA->moveTo(r.fLeft, r.fBottom); in __anonece5b1a30102()
121 pathA->lineTo(r.fRight, r.fTop); in __anonece5b1a30102()
122 pathA->lineTo(r.fRight, r.fBottom); in __anonece5b1a30102()
127 auto proc1 = [](const SkRect& r, SkPath* pathA, SkPath* pathB) { in __anonece5b1a30202() argument
128 pathA->addCircle(r.width()*0.25f, r.height()*0.25f, r.width()*0.5f); in __anonece5b1a30202()
/external/swiftshader/include/GLES2/
Dgl2ext.h3092 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa…
3169 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
/external/mesa3d/include/GLES2/
Dgl2ext.h3258 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa…
3335 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
/external/angle/include/GLES2/
Dgl2ext.h3274 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa…
3351 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
/external/swiftshader/include/GL/
Dglcorearb.h5329 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB…
5387 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we…

12