Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundaries

416         FloatRect boundaries = box->calculateBoundaries();
423 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
425 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
427 quads.append(localToAbsoluteQuad(boundaries, 0, wasFixed));
1576 // Do not cross self-painting layer boundaries.