Home
last modified time | relevance | path

Searched refs:skSurface (Results 1 – 1 of 1) sorted by relevance

/base/useriam/fingerprint_auth/services_ex/src/
Dsensor_illumination_task.cpp253 auto skSurface = surfaceFrame->GetSurface(); in DrawSurfaceNode() local
254 IF_FALSE_LOGE_AND_RETURN_VAL(skSurface != nullptr, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()
256 auto canvas = Common::MakeShared<RSPaintFilterCanvas>(skSurface.get()); in DrawSurfaceNode()