Lines Matching refs:fWindowContext
20 void Window::detach() { fWindowContext = nullptr; } in detach()
76 if (!fWindowContext) { in onPaint()
82 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface(); in onPaint()
97 fWindowContext->swapBuffers(); in onPaint()
101 if (!fWindowContext) { in onResize()
104 fWindowContext->resize(w, h); in onResize()
109 if (fWindowContext) { in onActivate()
110 fWindowContext->activate(isActive); in onActivate()
116 if (!fWindowContext) { in width()
119 return fWindowContext->width(); in width()
123 if (!fWindowContext) { in height()
126 return fWindowContext->height(); in height()
131 if (fWindowContext) { in setRequestedDisplayParams()
132 fWindowContext->setDisplayParams(fRequestedDisplayParams); in setRequestedDisplayParams()
137 if (!fWindowContext) { in sampleCount()
140 return fWindowContext->sampleCount(); in sampleCount()
144 if (!fWindowContext) { in stencilBits()
147 return fWindowContext->stencilBits(); in stencilBits()
151 if (!fWindowContext) { in directContext()
154 return fWindowContext->directContext(); in directContext()
158 if (!fWindowContext) { in inval()