Home | History | Annotate | Download | only in hwui

Lines Matching full:clipped

905  * be use to draw a single clipped layer. The implementation described above
1372 // The list contains bounds that have already been clipped
1438 // op partially clipped, so record which sides are clipped for clip-aware merging
1446 // Empty bounds implies size unknown. Label op as conservatively clipped to disable
1481 * least one op is clipped), or disabled entirely (because no merged op is clipped)
1678 bool clipped = mSnapshot->clip(left, top, right, bottom, op);
1679 if (clipped) {
1713 bool clipped = mSnapshot->clipRegionTransformed(region, op);
1714 if (clipped) {
1721 bool clipped = mSnapshot->clipRegionTransformed(*region, op);
1722 if (clipped) {