Home | History | Annotate | Download | only in hwui

Lines Matching refs:dirtyLayer

1069         dirtyLayer(rect.left, rect.top, rect.right, rect.bottom, *previous->transform);
1078 dirtyLayer(rect.left, rect.top, rect.right, rect.bottom);
1321 void OpenGLRenderer::dirtyLayer(const float left, const float top,
1330 void OpenGLRenderer::dirtyLayer(const float left, const float top,
1872 if (mTrackDirtyRegions) dirtyLayer(left, top, right, bottom, currentTransform());
1875 if (mTrackDirtyRegions) dirtyLayer(left, top, right, bottom);
1895 dirtyLayer(left, top, right, bottom, currentTransform());
1899 dirtyLayer(left, top, right, bottom);
2292 dirtyLayer(left, top, right, bottom, currentTransform());
2455 dirtyLayer(x, y, x + bounds.getWidth(), y + bounds.getHeight());
2457 dirtyLayer(left + bounds.left, top + bounds.top,
2576 dirtyLayer(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom, currentTransform());
2606 dirtyLayer(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom, currentTransform());
2625 dirtyLayer(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom, currentTransform());
3384 dirtyLayer(left, top, right, bottom, currentTransform());