Home | History | Annotate | Download | only in core

Lines Matching refs:rootDevice

596     SkDevice*       rootDevice = rec->fLayer->fDevice;
598 if (rootDevice == device) {
605 if (rootDevice) {
606 rootDevice->onDetachFromCanvas();
610 rootDevice = device;