Home
last modified time | relevance | path

Searched refs:conicWeights (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/core/
DSkPathPriv.h152 return path.fPathRef->conicWeights(); in ConicWeightData()
DSkPath.cpp225 !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()
DSkPathRef.cpp729 fConicWeights = path.conicWeights(); in setPathRef()
/external/skia/src/core/
DSkPathPriv.h158 return path.fPathRef->conicWeights(); in ConicWeightData()
DSkPath.cpp226 !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()
DSkPath_serial.cpp121 buffer.write(fPathRef->conicWeights(), cnx * sizeof(SkScalar)); in writeToMemory()
DSkPathRef.cpp749 fConicWeights = path.conicWeights(); in setPathRef()
/external/skqp/include/private/
DSkPathRef.h273 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights() function
/external/skia/include/private/
DSkPathRef.h274 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights() function
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp249 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/
DGrAAHairLinePathRenderer.cpp249 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument
301 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()
/external/skqp/docs/
DSkPath_Reference.bmh2747 SkScalar conicWeights[] = { 0.707107f, 0.819152f, 0.906308f, 0.965926f };
2754 path.conicTo(conicPts[i][1], conicPts[i][2], conicWeights[i]);
/external/skia/docs/
DSkPath_Reference.bmh2707 SkScalar conicWeights[] = { 0.707107f, 0.819152f, 0.906308f, 0.965926f };
2714 path.conicTo(conicPts[i][1], conicPts[i][2], conicWeights[i]);