Home | History | Annotate | Download | only in core

Lines Matching refs:rootDevice

569     SkBaseDevice*    rootDevice = rec->fLayer->fDevice;
571 if (rootDevice == device) {
578 if (rootDevice) {
579 rootDevice->onDetachFromCanvas();
583 rootDevice = device;