/external/skia/src/core/ |
D | SkPathMeasure.cpp | 39 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 43 } while (seg->fPtIndex == ptIndex); in NextSegment() 89 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() argument 95 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 96 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 104 seg->fPtIndex = ptIndex; in compute_quad_segs() 113 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_cubic_segs() argument 119 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex); in compute_cubic_segs() 120 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex); in compute_cubic_segs() 128 seg->fPtIndex = ptIndex; in compute_cubic_segs() [all …]
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPathMeasure.cpp | 39 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 43 } while (seg->fPtIndex == ptIndex); in NextSegment() 89 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() argument 95 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 96 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 104 seg->fPtIndex = ptIndex; in compute_quad_segs() 113 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_cubic_segs() argument 119 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex); in compute_cubic_segs() 120 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex); in compute_cubic_segs() 128 seg->fPtIndex = ptIndex; in compute_cubic_segs() [all …]
|
/external/skia/gm/ |
D | polygons.cpp | 72 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local 73 fPolygons.back().lineTo(pgs[pgIndex].fPoints[ptIndex].fX, in onOnceBeforeDraw() 74 pgs[pgIndex].fPoints[ptIndex].fY); in onOnceBeforeDraw()
|
/external/skia/src/pathops/ |
D | SkOpContour.cpp | 128 const SkIntersections& ts, int ptIndex, bool swap) { in addPartialCoincident() argument 129 SkPoint pt0 = ts.pt(ptIndex).asSkPoint(); in addPartialCoincident() 130 SkPoint pt1 = ts.pt(ptIndex + 1).asSkPoint(); in addPartialCoincident() 142 coincidence.fTs[swap][0] = ts[0][ptIndex]; in addPartialCoincident() 143 coincidence.fTs[swap][1] = ts[0][ptIndex + 1]; in addPartialCoincident() 144 coincidence.fTs[!swap][0] = ts[1][ptIndex]; in addPartialCoincident() 145 coincidence.fTs[!swap][1] = ts[1][ptIndex + 1]; in addPartialCoincident()
|
D | SkOpContour.h | 67 const SkIntersections& ts, int ptIndex, bool swap);
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpContour.cpp | 128 const SkIntersections& ts, int ptIndex, bool swap) { in addPartialCoincident() argument 129 SkPoint pt0 = ts.pt(ptIndex).asSkPoint(); in addPartialCoincident() 130 SkPoint pt1 = ts.pt(ptIndex + 1).asSkPoint(); in addPartialCoincident() 142 coincidence.fTs[swap][0] = ts[0][ptIndex]; in addPartialCoincident() 143 coincidence.fTs[swap][1] = ts[0][ptIndex + 1]; in addPartialCoincident() 144 coincidence.fTs[!swap][0] = ts[1][ptIndex]; in addPartialCoincident() 145 coincidence.fTs[!swap][1] = ts[1][ptIndex + 1]; in addPartialCoincident()
|
D | SkOpContour.h | 67 const SkIntersections& ts, int ptIndex, bool swap);
|
/external/skia/include/core/ |
D | SkPathMeasure.h | 103 int mint, int maxt, int ptIndex); 105 int mint, int maxt, int ptIndex);
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathMeasure.h | 103 int mint, int maxt, int ptIndex); 105 int mint, int maxt, int ptIndex);
|