Home | History | Annotate | Download | only in hwui

Lines Matching refs:dirty

251             info.damageAccumulator->dirty(0, 0, properties().getWidth(), properties().getHeight());
255 info.damageAccumulator->dirty(DIRTY_MIN, DIRTY_MIN, DIRTY_MAX, DIRTY_MAX);
341 SkRect dirty;
342 info.damageAccumulator->peekAtDirty(&dirty);
369 info.layerUpdateQueue->enqueueLayerWithDamage(this, dirty);
371 if (dirty.intersect(0, 0, getWidth(), getHeight())) {
372 dirty.roundOut(&dirty);
373 mLayer->updateDeferred(this, dirty.fLeft, dirty.fTop, dirty.fRight, dirty.fBottom);