Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundaries

350         IntRect boundaries = box->calculateBoundaries();
356 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
358 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
360 quads.append(localToAbsoluteQuad(FloatRect(boundaries)));