Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DWindowSurfaceWayland.h114 WindowBackBuffer* GetBufferToDraw(int aWidth, int aHeight);
H A DWindowSurfaceWayland.cpp539 WindowBackBuffer *WindowSurfaceWayland::GetBufferToDraw(int aWidth, in GetBufferToDraw() function in mozilla::widget::WindowSurfaceWayland
594 WindowBackBuffer *buffer = GetBufferToDraw(rect.width, rect.height); in Lock()