Lines Matching refs:rect
1470 box.rect.fTop = effectiveBaseline + fEmptyMetrics.rawAscent();
1471 box.rect.fBottom = effectiveBaseline + fEmptyMetrics.rawDescent();
1475 box.rect.fBottom = fHeight;
1476 box.rect.fTop = fEmptyMetrics.delta();
1481 box.rect.fBottom = fHeight;
1482 box.rect.fTop = fEmptyMetrics.delta() + verticalShift;
1488 box.rect.fTop = baseline + fStrutMetrics.ascent();
1489 box.rect.fBottom = baseline + fStrutMetrics.descent();
1563 r.rect.fLeft = littleRound(r.rect.fLeft);
1564 r.rect.fRight = littleRound(r.rect.fRight);
1565 r.rect.fTop = littleRound(r.rect.fTop);
1566 r.rect.fBottom = littleRound(r.rect.fBottom);
1567 SkDebugf("[%f:%f * %f:%f]\n", r.rect.fLeft, r.rect.fRight, r.rect.fTop, r.rect.fBottom);
1589 r.rect.fLeft = littleRound(r.rect.fLeft);
1590 r.rect.fRight = littleRound(r.rect.fRight);
1591 r.rect.fTop = littleRound(r.rect.fTop);
1592 r.rect.fBottom = littleRound(r.rect.fBottom);
1593 SkDebugf("[%f:%f * %f:%f] %s\n", r.rect.fLeft, r.rect.fRight, r.rect.fTop, r.rect.fBottom,
2067 *glyphInfo = {boxes[0].rect, cluster.textRange(), boxes[0].direction};