Home
last modified time | relevance | path

Searched refs:recordedRectCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DClipArea.cpp409 int recordedRectCount = (scb->mode == ClipMode::RectangleList) in cannotFitInRectangleList() local
412 return currentRectCount + recordedRectCount > RectangleList::kMaxTransformedRectangles; in cannotFitInRectangleList()