/third_party/skia/docs/examples/ |
H A D | Path_arcTo_2_c.cpp | 23 p[0].fX, p[0].fY, p[1].fX, p[1].fY, p[2].fX, p[2].fY, iter.conicWeight()); in REG_FIDDLE()
|
H A D | Path_arcTo_3.cpp | 23 p[0].fX, p[0].fY, p[1].fX, p[1].fY, p[2].fX, p[2].fY, iter.conicWeight()); in REG_FIDDLE()
|
H A D | Path_Iter_conicWeight.cpp | 15 SkDebugf("conic weight: %g\n", iter.conicWeight()); in REG_FIDDLE()
|
H A D | Conic_Weight_c.cpp | 21 SkDebugf("weight = %g", iter.conicWeight()); in REG_FIDDLE()
|
H A D | Conic_Weight_a.cpp | 21 SkDebugf("weight = %g", iter.conicWeight()); in REG_FIDDLE()
|
H A D | Conic_Weight_b.cpp | 21 SkDebugf("weight = %g", iter.conicWeight()); in REG_FIDDLE()
|
H A D | Path_Iter_setPath.cpp | 20 SkDebugf("weight = %g", iter.conicWeight()); in REG_FIDDLE()
|
H A D | Path_Iter_const_SkPath.cpp | 20 SkDebugf("weight = %g", iter.conicWeight()); in REG_FIDDLE()
|
/third_party/skia/src/core/ |
H A D | HMSymbol.cpp | 44 path_stemp.conicTo(pts[1], pts[2], iter.conicWeight()); // the 1 and 2 is second and third point in PathOutlineDecompose()
|
H A D | SkPath.cpp | 1611 SkConic::TransformW(pts, iter.conicWeight(), matrix)); in transform() 1866 int count, SkScalarAsStringType strType, SkScalar conicWeight = -12345) { in append_params() 1879 if (conicWeight != -12345) { in append_params() 1881 SkAppendScalar(str, conicWeight, strType); in append_params() 1892 if (conicWeight >= 0) { in append_params() 1894 SkAppendScalarDec(str, conicWeight); in append_params() 1927 append_params(&builder, "path.conicTo", &pts[1], 2, asType, iter.conicWeight()); in dump() 1977 append_params(&descSk, "path.conicTo", &points[1], 2, kDec_SkScalarAsStringType, iter.conicWeight()); in dump() 3049 w += winding_conic(pts, x, y, iter.conicWeight(), &onCurveCount); in contains() 3092 tangent_conic(pts, x, y, iter.conicWeight(), in contains() [all...] |
H A D | SkPathPriv.h | 441 SkScalar conicWeight() const { in conicWeight() function in SkPathEdgeIter
|
H A D | SkEdgeBuilder.cpp | 342 e.fPts, iter.conicWeight(), conicTol); in build()
|
H A D | SkEdgeClipper.cpp | 586 const SkPoint* quadPts = quadder.computeQuads(e.fPts, iter.conicWeight(), conicTol); in ClipPath()
|
/third_party/skia/src/effects/ |
H A D | SkCornerPathEffect.cpp | 106 dst->conicTo(pts[1], pts[2], iter.conicWeight());
|
H A D | Sk1DPathEffect.cpp | 191 dst->conicTo(dstP[0], dstP[1], iter.conicWeight()); in morphpath()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | PuckerBloat.cpp | 100 SkASSERT(SkScalarNearlyEqual(iter.conicWeight(), SK_ScalarRoot2Over2));
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 1488 SkScalar conicWeight() const { return *fConicWeights; } in conicWeight() function in SkPath::Iter 1653 SkScalar conicWeight() const { in conicWeight() function in SkPath::RawIter
|
/third_party/skia/src/utils/ |
H A D | SkParsePath.cpp | 273 const SkPoint* quadPts = quadder.computeQuads(pts, iter.conicWeight(), tol); in ToSVGString()
|
H A D | SkShadowTessellator.cpp | 965 this->handleConic(ctm, pts, iter.conicWeight()); in computePathPolygon() 1094 w = iter.conicWeight(); in computeClipAndPathPolygons()
|
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 187 SkScalar conicWeight() const { return *fConicWeights; } in conicWeight() function in final::Iter
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsAsWinding.cpp | 101 return SkPath::kConic_Verb == verb ? iter.conicWeight() : 1; in conic_weight()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.cpp | 184 const SkPoint* quads = converter.computeQuads(args, iter.conicWeight(), tolerance); in EmitPath()
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 328 SkScalar weight = iter.conicWeight(); in gather_lines_and_quads() 339 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight()); in gather_lines_and_quads()
|
H A D | DefaultPathRenderer.cpp | 169 this->addConic(iter.conicWeight(), pts, srcSpaceTolSqd, srcSpaceTol); in addPath()
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 279 SkPath::ConvertConicToQuads(pts[0], pts[1], pts[2], iter.conicWeight(), quads, 1); in ToCanvas()
|