Home | History | Annotate | Download | only in core

Lines Matching refs:rootDevice

597     SkBaseDevice*    rootDevice = rec->fLayer->fDevice;
599 if (rootDevice == device) {
606 if (rootDevice) {
607 rootDevice->onDetachFromCanvas();
611 rootDevice = device;