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

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp2217 SkPath perspectiveOutline; local
2218 perspectiveOutline.addRect(
2221 perspectiveOutline.transform(origMatrix);
2225 SkRect bounds = perspectiveOutline.getBounds();
2248 // intersect perspectiveOutline to the clip. That will avoid introducing
/external/skia/src/pdf/
H A DSkPDFDevice.cpp2217 SkPath perspectiveOutline; local
2218 perspectiveOutline.addRect(
2221 perspectiveOutline.transform(origMatrix);
2225 SkRect bounds = perspectiveOutline.getBounds();
2248 // intersect perspectiveOutline to the clip. That will avoid introducing

Completed in 156 milliseconds