Searched refs:surfaceFrame (Results 1 – 1 of 1) sorted by relevance
251 auto surfaceFrame = rsSurface_->RequestFrame(canvasParam_.frameWidth, canvasParam_.frameHeight); in DrawSurfaceNode() local252 IF_FALSE_LOGE_AND_RETURN_VAL(surfaceFrame != nullptr, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()253 auto skSurface = surfaceFrame->GetSurface(); in DrawSurfaceNode()261 rsSurface_->FlushFrame(surfaceFrame); in DrawSurfaceNode()