Searched refs:adjustAndMap (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkRecordDraw.cpp | 207 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds 359 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() 360 Bounds bounds(const DrawEdgeAARect& op) const { return this->adjustAndMap(op.rect, nullptr); } in bounds() 364 return this->adjustAndMap(rect, &op.paint); in bounds() 366 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 368 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 370 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds() 373 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds() 379 return this->adjustAndMap(rect, op.paint); in bounds() 382 return this->adjustAndMap(op.dst, op.paint); in bounds() [all …]
|
/external/skia/src/core/ |
D | SkRecordDraw.cpp | 213 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds 370 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() 373 return this->adjustAndMap(rect, &op.paint); in bounds() 375 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 377 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() 379 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds() 382 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds() 388 return this->adjustAndMap(rect, op.paint); in bounds() 391 return this->adjustAndMap(op.dst, op.paint); in bounds() 394 return this->adjustAndMap(op.dst, op.paint); in bounds() [all …]
|