Home | History | Annotate | Download | only in rendering

Lines Matching defs:boundaries

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