Home | History | Annotate | Download | only in hwui

Lines Matching full:getwidth

153             info.damageAccumulator->dirty(0, 0, properties().getWidth(), properties().getHeight());
191 mLayer = LayerRenderer::createRenderLayer(info.renderState, getWidth(), getHeight());
195 } else if (mLayer->layer.getWidth() != getWidth() || mLayer->layer.getHeight() != getHeight()) {
196 if (!LayerRenderer::resizeLayer(mLayer, getWidth(), getHeight())) {
224 if (dirty.intersect(0, 0, getWidth(), getHeight())) {
424 Rect layerBounds(0, 0, getWidth(), getHeight());
434 (int)layerBounds.getWidth(), (int)layerBounds.getHeight());
908 && renderer.quickRejectConservative(0, 0, properties().getWidth(), properties().getHeight());