Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundaries

385         IntRect boundaries = box->calculateBoundaries();
391 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
393 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
395 quads.append(localToAbsoluteQuad(FloatRect(boundaries)));