Searched defs:offscreenSurface (Results 1 – 9 of 9) sorted by relevance
53 …std::shared_ptr<Drawing::Surface> offscreenSurface = surface->MakeSurface(dimension[0], dimension[… in ApplyHpsBlur() local
102 … auto offscreenSurface = surface->MakeSurface(currentRect.GetWidth(), currentRect.GetHeight()); in GenerateEffectDataOnDemand() local
248 … auto offscreenSurface = surface->MakeSurface(offscreenRect.GetWidth(), offscreenRect.GetHeight()); in GenerateFilteredSnapshot() local
712 auto offscreenSurface = surface->MakeSurface(canvas.GetWidth(), canvas.GetHeight()); in DrawBackgroundImageAsEffect() local777 std::shared_ptr<Drawing::Surface> offscreenSurface = in DrawBackgroundEffect() local
754 …std::shared_ptr<Drawing::Surface> offscreenSurface = surface->MakeSurface(bounds.width_, bounds.he… in Draw() local
274 std::shared_ptr<Drawing::Surface> offscreenSurface = std::make_shared<Drawing::Surface>(); variable
375 …std::shared_ptr<Drawing::Surface> offscreenSurface = surface->MakeSurface(bounds.width_, bounds.he… in BeginForegroundFilter() local475 std::shared_ptr<Drawing::Surface> offscreenSurface = in DrawBackgroundEffect() local
1394 std::shared_ptr<Surface> offscreenSurface = Surface::MakeRaster(offscreenInfo); in GenerateCachedOpItem() local1446 std::shared_ptr<Surface> offscreenSurface = nullptr; in GenerateCachedOpItem() local1506 std::shared_ptr<Surface> offscreenSurface = nullptr; in GenerateCachedOpItem() local
907 void RSPaintFilterCanvas::ReplaceMainScreenData(std::shared_ptr<Drawing::Surface>& offscreenSurface, in ReplaceMainScreenData()