Lines Matching refs:top
41 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top,
43 fRect.set(left, top, right, bottom);
351 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right,
353 SkAutoPathBoundsUpdate apbu(this, left, top, right, bottom);
357 this->moveTo(left, top);
361 this->lineTo(right, top);
363 this->lineTo(right, top);
405 this->lineTo(rect.fLeft + rx, rect.fTop); // top
409 rect.fLeft, rect.fTop + ry); // top-left
427 rect.fRight - rx, rect.fTop); // top-right
431 rect.fRight, rect.fTop + ry); // top-right
449 rect.fLeft + rx, rect.fTop); // top-left
451 this->lineTo(rect.fRight - rx, rect.fTop); // top