Home | History | Annotate | Download | only in chromium

Lines Matching refs:bounds

355             if (layer->bounds().isEmpty())
515 // bounds into clip space.
517 renderMatrix.scale3d(layer->bounds().width(), layer->bounds().height(), 1);
574 IntSize bounds = drawLayer->bounds();
579 float centerOffsetX = (0.5 - anchorPoint.x()) * bounds.width();
580 float centerOffsetY = (0.5 - anchorPoint.y()) * bounds.height();
593 FloatRect layerRect(-0.5 * drawLayer->bounds().width(), -0.5 * drawLayer->bounds().height(), drawLayer->bounds().width(), drawLayer->bounds().height());
616 drawTransform.translate3d(0.5 * bounds.width(), 0.5 * bounds.height(), 0);
619 transformedLayerRect = IntRect(0, 0, bounds.width(), bounds.height());
628 layerOriginTransform.translate3d(-0.5 * bounds.width(), -0.5 * bounds.height(), 0);
714 sublayerMatrix.translate3d(-bounds.width() * 0.5, -bounds.height() * 0.5, 0);
794 renderSurface->m_replicaDrawTransform.translate3d(surfaceCenter.x() - anchorPoint.x() * bounds.width(), surfaceCenter.y() - anchorPoint.y() * bounds.height(), 0);
811 if (layer->bounds().isEmpty())
902 if (layer->bounds().isEmpty()) {
909 // Check if the layer falls within the visible bounds of the page.
922 FloatRect layerRect(FloatPoint(0, 0), FloatSize(layer->bounds()));