Lines Matching full:weight
137 static int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) {
141 dst[0].set(src, weight);
147 conic.set(src, weight);
157 static int chop_conic(const SkPoint src[3], SkConic dst[4], const SkScalar weight) {
159 int conicCnt = split_conic(src, dstTemp, weight);
261 // hyperbolas with high weight still show error.
531 const SkScalar weight) {
534 GrPathUtils::getConicKLM(p, weight, klm);
545 const SkScalar weight,
550 set_conic_coeffs(p, *vert, weight);