Searched defs:SkDQuadPair (Results 1 – 1 of 1) sorted by relevance
15 struct SkDQuadPair { struct16 const SkDQuad& first() const { return (const SkDQuad&) pts[0]; } in first()17 const SkDQuad& second() const { return (const SkDQuad&) pts[2]; } in second()18 SkDPoint pts[5];