Home
last modified time | relevance | path

Searched refs:adjustAndMap (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkRecordDraw.cpp201 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds
283 fCurrentClipBounds = this->adjustAndMap(*op.bounds, op.paint); in updateClipBounds()
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()
[all …]