Searched refs:toSkRect (Results 1 – 3 of 3) sorted by relevance
92 SkRect rect = possibleRect.toSkRect(); in clipOutline()320 clipRect = tmpRect.toSkRect(); in setViewProperties()
158 casterClipRect = clipBounds.toSkRect(); in drawShadow()
242 SkRect toSkRect() const { return SkRect::MakeLTRB(left, top, right, bottom); } in toSkRect() function