HomeSort by relevance Sort by last modified time
    Searched refs:currentClipExists (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 90 bool currentClipExists = currentFlags & side;
94 if (boundsDelta > 0 && currentClipExists) return false;
DeferredDisplayList.cpp 160 bool currentClipExists = currentFlags & side;
164 if (boundsDelta > 0 && currentClipExists) return false;

Completed in 77 milliseconds