Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
230 // Find a matrix that maps from "clipMatrix" space to "viewMatrix" space.
322 auto that = op->cast<FillRRectOpImpl>();
323 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds()) ||
324 fProcessorFlags != that->fProcessorFlags) {
328 *fTailInstance = that->fHeadInstance;
329 fTailInstance = that->fTailInstance;
330 fInstanceCount += that->fInstanceCount;
532 // Produce a matrix that draws the round rect from normalized [-1, -1, +1, +1] space.
593 // When MSAA is enabled, we need to make sure every sample gets lit up on pixels that have
639 // MSAA has a wider ramp that goes from -.5 to 1.5 instead of 0 to 1.