Searched refs:getLayerSurface (Results 1 – 3 of 3) sorted by relevance
88 if (CC_LIKELY(layerNode->getLayerSurface() != nullptr)) { in renderLayersImpl()89 SkASSERT(layerNode->getLayerSurface()); in renderLayersImpl()99 SkCanvas* layerCanvas = layerNode->getLayerSurface()->getCanvas(); in renderLayersImpl()130 SkSurface* layer = node->getLayerSurface(); in createOrUpdateLayer()138 if (node->getLayerSurface()) { in createOrUpdateLayer()
177 if (renderNode->getLayerSurface() && mComposeLayer) { in drawContent()184 renderNode->getLayerSurface()->draw(canvas, 0, 0, paint); in drawContent()
360 SkSurface* getLayerSurface() const { in getLayerSurface() function