Searched refs:layerDevice (Results 1 – 2 of 2) sorted by relevance
764 SkDevice_ComputeLayerGroup* layerDevice = static_cast<SkDevice_ComputeLayerGroup*>(device); in drawDevice() local765 SkASSERT(layerDevice->fRoot == this); // the layerDevice should belong to this root device in drawDevice()766 SkASSERT(layerDevice->fGroupID == fGroupID); // the layerDevice should be the top device in drawDevice()