Searched refs:adjustAndMap (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkRecordDraw.cpp | 210 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds 292 fCurrentClipBounds = this->adjustAndMap(*op.bounds, op.paint); in updateClipBounds() 407 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() 410 return this->adjustAndMap(rect, &op.paint); in bounds() 412 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 414 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 416 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds() 419 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds() 425 return this->adjustAndMap(rect, op.paint); in bounds() 428 return this->adjustAndMap(op.dst, op.paint); in bounds() [all …]
|