Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp203 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds
285 fCurrentClipBounds = this->adjustAndMap(*op.bounds, op.paint); in updateClipBounds()
401 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds()
404 return this->adjustAndMap(rect, &op.paint); in bounds()
406 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds()
408 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds()
410 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds()
413 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds()
419 return this->adjustAndMap(rect, op.paint); in bounds()
422 return this->adjustAndMap(op.dst, op.paint); in bounds()
[all …]
/external/skqp/src/core/
DSkRecordDraw.cpp203 Bounds adjustAndMap(SkRect rect, const SkPaint* paint) const { in adjustAndMap() function in SkRecords::FillBounds
285 fCurrentClipBounds = this->adjustAndMap(*op.bounds, op.paint); in updateClipBounds()
401 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds()
404 return this->adjustAndMap(rect, &op.paint); in bounds()
406 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds()
408 Bounds bounds(const DrawArc& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds()
410 return this->adjustAndMap(op.rrect.rect(), &op.paint); in bounds()
413 return this->adjustAndMap(op.outer.rect(), &op.paint); in bounds()
419 return this->adjustAndMap(rect, op.paint); in bounds()
422 return this->adjustAndMap(op.dst, op.paint); in bounds()
[all …]