Home
last modified time | relevance | path

Searched defs:SkDQuadPair (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsQuad.h15 struct SkDQuadPair { struct
16 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];