Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DClipArea.cpp395 inline static const RectangleList& getRectList(const ClipBase* scb) { in getRectList() argument
396 return reinterpret_cast<const ClipRectList*>(scb)->rectList; in getRectList()
399 inline static const SkRegion& getRegion(const ClipBase* scb) { in getRegion() argument
400 return reinterpret_cast<const ClipRegion*>(scb)->region; in getRegion()
405 static bool cannotFitInRectangleList(const ClipArea& clipArea, const ClipBase* scb) { in cannotFitInRectangleList() argument
409 int recordedRectCount = (scb->mode == ClipMode::RectangleList) in cannotFitInRectangleList()
410 ? getRectList(scb).getTransformedRectanglesCount() in cannotFitInRectangleList()