/external/skia/tests/ |
D | PathOpsConicIntersectionTest.cpp | 47 static void chopCompare(const SkConic chopped[2], const SkDConic dChopped[2]) { in chopCompare() 48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight)); in chopCompare() 49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight)); in chopCompare() 53 up.set(chopped[cIndex].fPts[pIndex]); in chopCompare() 75 SkConic conic, chopped[2]; in writePng() local 80 chopped[chIndex].fPts[index].fX = ch[chIndex].fPts[index].fX * scale; in writePng() 81 chopped[chIndex].fPts[index].fY = ch[chIndex].fPts[index].fY * scale; in writePng() 85 chopped[0].fW = ch[0].fW; in writePng() 86 chopped[1].fW = ch[1].fW; in writePng() 105 path.moveTo(chopped[0].fPts[0]); in writePng() [all …]
|
D | PathOpsCubicIntersectionTest.cpp | 640 SkDCubic chopped[2]; in selfOneOff() local 641 chopped[0].set(&twoCubics[0]); in selfOneOff() 642 chopped[1].set(&twoCubics[3]); in selfOneOff() 643 int result = i.intersect(chopped[0], chopped[1]); in selfOneOff() 647 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]); in selfOneOff() 648 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]); in selfOneOff()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | BoundedByteStringTest.java | 60 ByteString chopped = unicode.substring(2, unicode.size() - 6); in testToString() local 62 classUnderTest, getActualClassName(chopped)); in testToString() 64 String roundTripString = chopped.toString(UTF_8); in testToString()
|
/external/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 163 SkDConic chopped = this->subDivide(t1, t2); in subDivide() local 164 *weight = chopped.fWeight; in subDivide() 165 return chopped[1]; in subDivide()
|
/external/skia/gm/ |
D | beziereffects.cpp | 178 SkPoint chopped[10]; in onDraw() local 182 chopped, in onDraw() 202 SkPoint* pts = chopped + 3 * c; in onDraw() 558 SkPoint chopped[5]; in onDraw() local 559 int cnt = SkChopQuadAtMaxCurvature(controlPts, chopped); in onDraw() 577 SkPoint* pts = chopped + 2 * c; in onDraw()
|
/external/autotest/test_suites/ |
D | control.link_perf | 13 Interim chopped down perf suite for link.
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 549 SkPoint chopped[10]; in convertCubicToQuads() local 550 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads() 555 SkPoint* cubic = chopped + 3*i; in convertCubicToQuads() 566 SkPoint chopped[10]; in convertCubicToQuadsConstrainToTangents() local 567 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents() 572 SkPoint* cubic = chopped + 3*i; in convertCubicToQuadsConstrainToTangents()
|
/external/valgrind/ |
D | darwin9.supp | 128 # I chopped this one off at libSystem_initializer, there were more frames. 140 # I chopped this one off at libSystem_initializer, there were more frames.
|
/external/valgrind/docs/internals/ |
D | module-structure.txt | 9 Architecture dependent stuff will be chopped up and placed into the
|
/external/skia/src/core/ |
D | SkPath.cpp | 2905 SkConic chopped[2]; in winding_conic() local 2908 bool isMono = is_mono_quad(pts[0].fY, pts[1].fY, pts[2].fY) || !conic.chopAtYExtrema(chopped); in winding_conic() 2909 int w = winding_mono_conic(isMono ? conic : chopped[0], x, y, onCurveCount); in winding_conic() 2911 w += winding_mono_conic(chopped[1], x, y, onCurveCount); in winding_conic()
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
D | MOCK_RANGE_RESPONSE_1 | 182 …"message": "Devtools UI: Ensure soft context menu doesn\u0027t get chopped off\n\nBUG\u003d545440\…
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV5.td | 649 // Convert Floating Point to Integer: non-chopped.
|
/external/blktrace/doc/ |
D | blktrace.tex | 571 straddle a device or internal zone and needs to be chopped up into
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 418 # forces them to be chopped down to 8-bit, and disables any 16-bit
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4830 be chopped off will be lost.)
|