Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp75 SkRect rect = possibleRect.toSkRect(); in clipOutline()
270 clipRect = tmpRect.toSkRect(); in setViewProperties()
DSkiaOpenGLReadback.cpp70 SkRect skiaSrcRect = srcRect.toSkRect(); in copyImageInto()
DReorderBarrierDrawables.cpp155 casterClipRect = clipBounds.toSkRect(); in drawShadow()
/frameworks/base/libs/hwui/
DRect.h282 SkRect toSkRect() const { in toSkRect() function
DBakedOpDispatcher.cpp385 SkRect bounds = op.unmappedBounds.toSkRect(); in getBoundsOfFill()
651 path.addRect(op.unmappedBounds.toSkRect()); in onRectOp()
DRecordingCanvas.cpp227 *outRect = mState.getLocalClipBounds().toSkRect(); in getClipBounds()