Home | History | Annotate | Download | only in hwui

Lines Matching refs:dirtyLayer

821         dirtyLayer(rect.left, rect.top, rect.right, rect.bottom, *restored.transform);
824 dirtyLayer(rect.left, rect.top, rect.right, rect.bottom);
1082 void OpenGLRenderer::dirtyLayer(const float left, const float top,
1091 void OpenGLRenderer::dirtyLayer(const float left, const float top,
1478 dirtyLayer(glop.bounds.left, glop.bounds.top, glop.bounds.right, glop.bounds.bottom);
1751 // not missing call to quickReject/dirtyLayer, always done at a higher level
2108 dirtyLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, *currentTransform());
2316 dirtyLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, *currentTransform());