Lines Matching defs:weight
580 fDebugWorstWeight[index * 2] = wt.weight();
581 fDebugWorstWeight[index * 2 + 1] = wn.weight();
602 static void dump_curve(SkPath::Verb verb, const SkPoint& pts, float weight) {
616 if (weight != 1) {
618 if (weight == floorf(weight)) {
619 SkDebugf("%.0f", weight);
621 SkDebugf("%1.9gf", weight);
710 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) {
712 fWeight = weight;
1486 (*CurveIntersectRay[testSeg->verb()])(testSeg->pts(), testSeg->weight(), ray, &i);