Home | History | Annotate | Download | only in hwui

Lines Matching refs:dirty

394 status_t OpenGLRenderer::invokeFunctors(Rect& dirty) {
419 dirty.unionWith(localDirty);
432 status_t OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) {
446 // Since we don't know what the functor will draw, let's dirty
466 dirty.unionWith(localDirty);
534 Rect& dirty = layer->dirtyRect;
991 // drawing only the dirty region
1235 SkXfermode::Mode mode, bool dirty) {
1250 drawColorRects(rects.array(), count, color, mode, true, dirty, false);
1273 android::Rect dirty(bounds.left, bounds.top, bounds.right, bounds.bottom);
1274 if (!dirty.isEmpty()) {
1275 region->orSelf(dirty);
1309 // We must clear the list of dirty rects before we
1491 // so we don't want to dirty the current layer, if any
1794 bool dirty = right - left > 0.0f && bottom - top > 0.0f;
1797 if (mTrackDirtyRegions && dirty) {
1802 if (mTrackDirtyRegions && dirty) dirtyLayer(left, top, right, bottom);
1931 status_t OpenGLRenderer::drawDisplayList(DisplayList* displayList, Rect& dirty,
1939 ReplayStateStruct replayStruct(*this, dirty, replayFlags);
1951 return status | deferredList.flush(*this, dirty);
2330 // Mark the current layer dirty where we are going to draw the patch
3302 SkXfermode::Mode mode, bool ignoreTransform, bool dirty, bool clip) {
3355 if (dirty && hasLayer()) {
3420 bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) {
3428 if (!dirty) setupDrawDirtyRegionsDisabled();
3447 bool ignoreTransform, bool ignoreScale, bool dirty) {
3458 if (!dirty) setupDrawDirtyRegionsDisabled();