Home | History | Annotate | Download | only in hwc

Lines Matching full:allowoverlap

278 uint32_t maxOverlays(uint32_t format, bool allowOverlap);
631 // that the HWC will commit to. If allowOverlap is true, then the rectangles
634 // When allowOverlap is false, the rectangles are tiled in column major
638 uint32_t maxOverlays(uint32_t format, bool allowOverlap)
648 x += (allowOverlap) ? 1 : startDim.width()) {
651 y += (allowOverlap) ? 1 : startDim.height()) {