Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkRecordDraw.cpp222 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(o in bounds()
[all...]

Completed in 2 milliseconds