Searched refs:visibleBounds (Results 1 – 1 of 1) sorted by relevance
134 Rect visibleBounds = unmappedBounds; in saveLayer() local135 previous.transform->mapRect(visibleBounds); in saveLayer()139 && visibleBounds.contains(previous.getRenderTargetClip()))) { in saveLayer()146 visibleBounds.doIntersect(previous.getRenderTargetClip()); in saveLayer()147 visibleBounds.snapToPixelBoundaries(); in saveLayer()148 visibleBounds.doIntersect(Rect(previous.getViewportWidth(), previous.getViewportHeight())); in saveLayer()151 Rect layerBounds = visibleBounds; in saveLayer()