Home
last modified time | relevance | path

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

/third_party/skia/modules/androidkit/src/
DSurface.cpp63 message.fWindowSurface = &fWindowSurface; in ThreadedSurface()
69 message.fWindowSurface = &fWindowSurface; in release()
81 message.fWindowSurface = &fWindowSurface; in flushAndSubmit()
DSurfaceThread.cpp46 *message.fWindowSurface = new WindowSurface(message.fNativeWindow, std::move(winctx)); in message_callback()
52 if(auto* windowSurface = reinterpret_cast<Surface*>(*message.fWindowSurface)){ in message_callback()
61 if(auto* windowSurface = reinterpret_cast<Surface*>(*message.fWindowSurface)){ in message_callback()
DSurfaceThread.h34 WindowSurface** fWindowSurface = nullptr; member
DSurface.h68 WindowSurface* fWindowSurface = nullptr; variable