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