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

/external/skia/src/pdf/
H A DSkPDFDevice.cpp2091 SkPath perspectiveOutline; local
2092 perspectiveOutline.addRect(
2095 perspectiveOutline.transform(origMatrix);
2099 SkRect bounds = perspectiveOutline.getBounds();
2122 // intersect perspectiveOutline to the clip. That will avoid introducing

Completed in 199 milliseconds