Home
last modified time | relevance | path

Searched refs:passBounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp178 Rect passBounds = Rect::InfiniteInverted(); in Make() local
224 passBounds.join(draw.fClip.drawBounds()); in Make()
314 passBounds.roundOut(); in Make()
315 SkIRect pxPassBounds = SkIRect::MakeLTRB((int) passBounds.left(), (int) passBounds.top(), in Make()
316 (int) passBounds.right(), (int) passBounds.bot()); in Make()

Completed in 1 milliseconds