HomeSort by relevance Sort by last modified time
    Searched refs:chopped (Results 1 - 13 of 13) sorted by null

  /external/protobuf/java/src/test/java/com/google/protobuf/
BoundedByteStringTest.java 60 ByteString chopped = unicode.substring(2, unicode.size() - 6); local
62 classUnderTest, getActualClassName(chopped));
64 String roundTripString = chopped.toString(UTF_8);
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 47 static void chopCompare(const SkConic chopped[2], const SkDConic dChopped[2]) {
48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));
53 up.set(chopped[cIndex].fPts[pIndex]);
75 SkConic conic, chopped[2]; local
80 chopped[chIndex].fPts[index].fX = ch[chIndex].fPts[index].fX * scale;
81 chopped[chIndex].fPts[index].fY = ch[chIndex].fPts[index].fY * scale;
85 chopped[0].fW = ch[0].fW;
86 chopped[1].fW = ch[1].fW;
105 path.moveTo(chopped[0].fPts[0])
146 SkDConic chopped = dConic.subDivide(tIndex \/ (double) chops, local
166 SkConic chopped[2]; local
168 conic.chopAt(SkDoubleToScalar(t), chopped); local
    [all...]
PathOpsCubicIntersectionTest.cpp 640 SkDCubic chopped[2]; local
641 chopped[0].set(&twoCubics[0]);
642 chopped[1].set(&twoCubics[3]);
643 int result = i.intersect(chopped[0], chopped[1]);
647 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]);
648 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]);
  /external/skia/src/pathops/
SkPathOpsConic.cpp 163 SkDConic chopped = this->subDivide(t1, t2); local
164 *weight = chopped.fWeight;
165 return chopped[1];
  /external/skia/gm/
beziereffects.cpp 178 SkPoint chopped[10]; variable
182 chopped,
202 SkPoint* pts = chopped + 3 * c;
558 SkPoint chopped[5]; variable
559 int cnt = SkChopQuadAtMaxCurvature(controlPts, chopped);
577 SkPoint* pts = chopped + 2 * c;
  /external/skia/src/gpu/
GrPathUtils.cpp 549 SkPoint chopped[10]; local
550 int count = SkChopCubicAtInflections(p, chopped);
555 SkPoint* cubic = chopped + 3*i;
566 SkPoint chopped[10]; local
567 int count = SkChopCubicAtInflections(p, chopped);
572 SkPoint* cubic = chopped + 3*i;
  /external/skia/src/core/
SkPath.cpp 2905 SkConic chopped[2]; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /external/blktrace/doc/
blktrace.tex 571 straddle a device or internal zone and needs to be chopped up into
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 734 milliseconds