Searched refs:conicWeights (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 152 return path.fPathRef->conicWeights(); in ConicWeightData()
|
D | SkPath.cpp | 225 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(), in isInterpolatable() 226 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable() 1618 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo() local 1634 this->conicTo(pts[1], pts[0], *--conicWeights); in reversePathTo() 1656 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath() local 1686 this->conicTo(pts[1], pts[0], *--conicWeights); in reverseAddPath() 1833 fConicWeights = path.fPathRef->conicWeights(); in setPath() 2653 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
|
D | SkPathRef.cpp | 729 fConicWeights = path.conicWeights(); in setPathRef()
|
/external/skia/src/core/ |
D | SkPathPriv.h | 158 return path.fPathRef->conicWeights(); in ConicWeightData()
|
D | SkPath.cpp | 226 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(), in isInterpolatable() 227 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable() 1646 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo() local 1662 this->conicTo(pts[1], pts[0], *--conicWeights); in reversePathTo() 1684 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath() local 1714 this->conicTo(pts[1], pts[0], *--conicWeights); in reverseAddPath() 1861 fConicWeights = path.fPathRef->conicWeights(); in setPath() 2537 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
|
D | SkPath_serial.cpp | 121 buffer.write(fPathRef->conicWeights(), cnx * sizeof(SkScalar)); in writeToMemory()
|
D | SkPathRef.cpp | 749 fConicWeights = path.conicWeights(); in setPathRef()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 273 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 274 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights() function
|
/external/skqp/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 249 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument 301 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()
|
/external/skia/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 249 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument 301 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 2747 SkScalar conicWeights[] = { 0.707107f, 0.819152f, 0.906308f, 0.965926f }; 2754 path.conicTo(conicPts[i][1], conicPts[i][2], conicWeights[i]);
|
/external/skia/docs/ |
D | SkPath_Reference.bmh | 2707 SkScalar conicWeights[] = { 0.707107f, 0.819152f, 0.906308f, 0.965926f }; 2714 path.conicTo(conicPts[i][1], conicPts[i][2], conicWeights[i]);
|