Searched defs:drawingSurface (Results 1 – 8 of 8) sorted by relevance
117 …std::shared_ptr<Drawing::Surface> drawingSurface = Drawing::Surface::MakeFromBackendTexture(gpuCon… in CreateSurface() local149 auto drawingSurface = CreateSurface(pixelMap, width, height); in MakePiexlMapDrawCmdList() local
91 std::shared_ptr<Drawing::Surface> drawingSurface = nullptr; member
154 …std::shared_ptr<Drawing::Surface> drawingSurface = renderContext_->AcquireSurface(width_, height_); in RenderLoop() local
415 auto drawingSurface = std::make_shared<Surface>(); in MakeSurface() local433 auto drawingSurface = std::make_shared<Surface>(); in MakeSurface() local
199 auto drawingSurface = canvas.GetSurface(); in TakeSnapshot() local
591 auto drawingSurface = Drawing::Surface::MakeFromBackendTexture( in CreateSurfaceSyncCopyTask() local
380 std::shared_ptr<Drawing::Surface> drawingSurface = Drawing::Surface::MakeFromBackendTexture( in DrawImageRectVK() local
883 std::shared_ptr<Drawing::Surface> drawingSurface = std::make_shared<Drawing::Surface>(); variable