Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
62 // RAII. This class is designed to first allow the caller to iterate the triangles that will be
86 PoppedTriangleStack(PoppedTriangleStack&& that) {
87 memcpy(this, &that, sizeof(*this));
88 that.fMiddleOut = nullptr; // Don't do a stack update during our destructor.
135 // Returns an RAII object that first allows the caller to iterate the triangles we will pop,
138 // Our topology wants triangles that have the same vertexIdxDelta on both sides:
145 // Find as many new triangles as we can pop off the stack that have equal-delta sides. (This
162 // Returns an RAII object that first allows the caller to iterate the remaining triangles, then
179 // Returns an RAII object that first allows the caller to iterate the remaining triangles, then
192 // This is a helper class that transforms and pushes a path's inner fan vertices onto a