The SkRegion.op function in C++ is used to perform a set operation on two SkRegion objects. This function allows for combining regions using operations such as union, intersection, difference, and exclusive OR. By applying the op function, one can modify or create a new SkRegion object based on the desired set operation, allowing for efficient manipulation of regions in computer graphics and image processing applications.
C++ (Cpp) SkRegion::op - 30 examples found. These are the top rated real world C++ (Cpp) examples of SkRegion::op extracted from open source projects. You can rate examples to help us improve the quality of examples.