Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp77 SkRect rect = possibleRect.toSkRect(); in clipOutline()
293 clipRect = tmpRect.toSkRect(); in setViewProperties()
DSkiaOpenGLReadback.cpp87 SkRect skiaSrcRect = srcRect.toSkRect(); in copyImageInto()
DReorderBarrierDrawables.cpp151 casterClipRect = clipBounds.toSkRect(); in drawShadow()
/frameworks/base/libs/hwui/
DRect.h242 SkRect toSkRect() const { return SkRect::MakeLTRB(left, top, right, bottom); } in toSkRect() function
DBakedOpDispatcher.cpp378 SkRect bounds = op.unmappedBounds.toSkRect(); in getBoundsOfFill()
658 path.addRect(op.unmappedBounds.toSkRect()); in onRectOp()
DRecordingCanvas.cpp219 *outRect = mState.getLocalClipBounds().toSkRect(); in getClipBounds()