You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
Hello, I have found SkRTree class in the sources, but I was not able to determine in which cases the class is used. So I am intrested when is this class used? For instance, is it used in case of regular drawing to the surface when the object is fully outside of the surface? Thanks
Lucida
unread,
May 20, 2024, 10:04:53 PM5/20/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
It's used by SkPictureRecorder to generate SkPicture. And then if you draw the SkPicture with clipRect, the SkRTree will discard the objects located outside of the region I guess.