Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Ddrag_drop_operation.cc92 class DragDropOperation::IconSurface final : public SurfaceTreeHost, class in exo::DragDropOperation
95 IconSurface(Surface* icon, DragDropOperation* operation) in IconSurface() function in exo::DragDropOperation::IconSurface
107 IconSurface(const IconSurface&) = delete;
108 IconSurface& operator=(const IconSurface&) = delete;
109 ~IconSurface() override = default;
124 base::BindOnce(&IconSurface::OnCaptured, in RequestCaptureIcon()
143 base::WeakPtrFactory<IconSurface> weak_ptr_factory_{this};
194 icon_ = std::make_unique<IconSurface>(icon, this); in DragDropOperation()
H A Ddrag_drop_operation.h87 class IconSurface;
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dvideo.cpp442 static SDL_Surface *IconSurface=NULL; variable
520 if(IconSurface) in Video_Kill()
1296IconSurface = SDL_CreateRGBSurfaceFrom((void*)icon_128x128, 128, 128, 32, 128 * 4, 0xFF, 0xFF00, 0… in Video_Init()
1311 SDL_SetWindowIcon(window, IconSurface); in Video_Init()