Lines Matching refs:CubicPatch
41 CubicPatch(*this) << QuadToCubic{p0, ab.lo, abc.lo}; // Write the 1st quad.
45 CubicPatch(*this) << abc.lo << middle << abc.hi; // Write the 2nd quad.
57 CubicPatch(*this) << QuadToCubic{p0, ab, abc}; // Write the 1st quad.
61 CubicPatch(*this) << QuadToCubic{abc, bc, p2}; // Write the 2nd quad.
64 CubicPatch(*this) << QuadToCubic{p0, p1, p2}; // Write the single quad.
125 CubicPatch(*this) << p0 << ab.lo << abc.lo << abcd.lo; // Write the 1st cubic.
129 CubicPatch(*this) << abcd.lo << middle << abcd.hi; // Write the 2nd cubic.
144 CubicPatch(*this) << p0 << ab << abc << abcd; // Write the 1st cubic.
148 CubicPatch(*this) << abcd << bcd << cd << p3; // Write the 2nd cubic.
151 CubicPatch(*this) << p0 << p1 << p2 << p3; // Write the single cubic.