Lines Matching refs:fConicWeight
197 fPath.conicTo(600, 350, 400, 500, fConicWeight);
214 float fConicWeight = .5;
258 caption.appendf(" (w=%g)", fConicWeight);
336 fConicWeight *= 2;
337 fPath = update_weight(fPath, fConicWeight);
340 fConicWeight *= 5/4.f;
341 fPath = update_weight(fPath, fConicWeight);
344 fConicWeight *= .5f;
345 fPath = update_weight(fPath, fConicWeight);
348 fConicWeight *= 4/5.f;
349 fPath = update_weight(fPath, fConicWeight);