Searched refs:adjustAndMap (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkRecordDraw.cpp | 215 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds 368 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() 371 return this->adjustAndMap(rect, &op.paint); in bounds() 373 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 375 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 377 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds() 380 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds() 386 return this->adjustAndMap(rect, op.paint); in bounds() 389 return this->adjustAndMap(op.dst, op.paint); in bounds() 392 return this->adjustAndMap(op.dst, op.paint); in bounds() [all …]
|
/third_party/skia/src/core/ |
D | SkRecordDraw.cpp | 222 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds 397 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() 400 return this->adjustAndMap(rect, &op.paint); in bounds() 402 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 404 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 406 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds() 409 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds() 415 return this->adjustAndMap(rect, op.paint); in bounds() 418 return this->adjustAndMap(op.dst, op.paint); in bounds() 421 return this->adjustAndMap(op.dst, op.paint); in bounds() [all …]
|