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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp796 const SkPath* projectionReceiverOutline = properties().getOutline().getPath(); local
813 if (projectionReceiverOutline != NULL) {
814 const SkRect& outlineBounds = projectionReceiverOutline->getBounds();
815 if (projectionReceiverOutline->isRect(NULL)) {
827 op->setMask(projectionReceiverOutline);
850 if (projectionReceiverOutline != NULL) {

Completed in 503 milliseconds