Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp285 const auto dstBounds = SkIRect::MakeXYWH(offset.x(), in drawContent() local
317 SkRect::Make(dstBounds), sampling, &paint, in drawContent()
348 canvas->drawRect(SkRect::Make(dstBounds), paint); in drawContent()