Lines Matching defs:rect
47 explicit GrQuad(const SkRect& rect)48 : fX{rect.fLeft, rect.fLeft, rect.fRight, rect.fRight}49 , fY{rect.fTop, rect.fBottom, rect.fTop, rect.fBottom} {}120 bool asRect(SkRect* rect) const;