Home | History | Annotate | Download | only in ports

Lines Matching defs:adjust

966         // advances, but not bounds, so use the default box and adjust it below.
1017 // Adjust the bounds
1031 SkRect adjust;
1033 adjust.set(gRect.fMinX, gRect.fMinY, gRect.fMaxX, gRect.fMaxY);
1034 fAdjustBadMatrix.mapRect(&adjust);
1035 theBounds.origin.x = SkScalarToFloat(adjust.fLeft) - 1;
1036 theBounds.origin.y = SkScalarToFloat(adjust.fTop) - 1;