Searched refs:tryClip (Results 1 – 1 of 1) sorted by relevance
95 auto tryClip = false; in _compFastTrack() local97 if ((!rightAngle(pm) || skewed(pm))) tryClip = true; in _compFastTrack()98 if ((!rightAngle(rm) || skewed(rm))) tryClip = true; in _compFastTrack()100 if (tryClip) return _clipRect(renderer, pts, pm, rm, before); in _compFastTrack()