Lines Matching refs:std
163 using std::swap;
926 RgnOper oper(std::min(a_top, b_top), dst, op);
1047 using std::swap;
1330 void SkRegion::dump(std::string& desc, int depth) const {
1331 std::string split(depth, '\t');
1337 desc += split + "\t fBounds.fLeft:" + std::to_string(fBounds.fLeft) + "\n";
1338 desc += split + "\t fBounds.fTop:" + std::to_string(fBounds.fTop) + "\n";
1339 desc += split + "\t fBounds.fRight:" + std::to_string(fBounds.fRight) + "\n";
1340 desc += split + "\t fBounds.fBottom:" + std::to_string(fBounds.fBottom) + "\n";
1346 desc += " " + std::to_string(runs[i]);
1554 *left = std::max(fLeft, runs[0]);
1557 *right = std::min(fRight, runs[1]);
1566 const std::function<void(const SkIRect&)>& visitor) {
1574 const std::function<void(const SkIRect&)>& visitor) {