Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp92 SkRect rect = possibleRect.toSkRect(); in clipOutline()
320 clipRect = tmpRect.toSkRect(); in setViewProperties()
DReorderBarrierDrawables.cpp158 casterClipRect = clipBounds.toSkRect(); in drawShadow()
/frameworks/base/libs/hwui/
DRect.h242 SkRect toSkRect() const { return SkRect::MakeLTRB(left, top, right, bottom); } in toSkRect() function