Searched defs:scb (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1888 milliseconds