Home | History | Annotate | Download | only in resources

Lines Matching defs:Edge

12 LayerQuad::Edge::Edge(const gfx::PointF& p, const gfx::PointF& q) {
24 left_ = Edge(quad.p4(), quad.p1());
25 right_ = Edge(quad.p2(), quad.p3());
26 top_ = Edge(quad.p1(), quad.p2());
27 bottom_ = Edge(quad.p3(), quad.p4());
36 LayerQuad::LayerQuad(const Edge& left,
37 const Edge& top,
38 const Edge& right,
39 const Edge& bottom)