Lines Matching defs:center
347 const Point& center,
356 arcinfo.center = center;
379 Point center;
381 if (GetPoint(peakPointIndex_, center)) {
382 DoDrawPoint(gfxDstBuffer, center, topPointStyle_, mask);
387 if (GetPoint(valleyPointIndex_, center)) {
388 DoDrawPoint(gfxDstBuffer, center, bottomPointStyle_, mask);
393 if (GetPoint(latestIndex_, center)) {
394 DoDrawPoint(gfxDstBuffer, center, headPointStyle_, mask);
644 arcinfo.center = end;
697 arcinfo.center = end;