Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkMiniRecorder.cpp32 static SkRect adjust_for_paint(SkRect bounds, const SkPaint& paint) { in adjust_for_paint() function
37 return adjust_for_paint(op.rect, op.paint); in bounds()
41 : adjust_for_paint(op.path.getBounds(), op.paint); in bounds()
44 return adjust_for_paint(op.blob->bounds().makeOffset(op.x, op.y), op.paint); in bounds()
/external/skia/src/core/
DSkMiniRecorder.cpp32 static SkRect adjust_for_paint(SkRect bounds, const SkPaint& paint) { in adjust_for_paint() function
37 return adjust_for_paint(op.rect, op.paint); in bounds()
41 : adjust_for_paint(op.path.getBounds(), op.paint); in bounds()
44 return adjust_for_paint(op.blob->bounds().makeOffset(op.x, op.y), op.paint); in bounds()