Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
295 AAFlatteningConvexPathOp* that = t->cast<AAFlatteningConvexPathOp>();
296 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
300 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin());
301 fWideColor |= that->fWideColor;
359 // Stroked zero length lines should draw, but this PR doesn't handle that case
384 // when there are FPs that require them. This is difficult to test because AAConvexPathRenderer
385 // takes almost all filled paths that could get here. So just avoid perspective fills.