SkImageInfo.makeWH is a function in the SkImageInfo class in the C++ programming language. It is used to create a new SkImageInfo object with specified width and height values. This function allows users to easily initialize an SkImageInfo object with the desired dimensions for further image processing operations.
C++ (Cpp) SkImageInfo::makeWH - 30 examples found. These are the top rated real world C++ (Cpp) examples of SkImageInfo::makeWH extracted from open source projects. You can rate examples to help us improve the quality of examples.