Lines Matching refs:fProxy
166 , fProxy(std::move(proxy)) in GrDrawOpAtlas()
168 fPlotWidth = fProxy->width() / numPlotsX; in GrDrawOpAtlas()
169 fPlotHeight = fProxy->height() / numPlotsY; in GrDrawOpAtlas()
171 SkASSERT(fPlotWidth * numPlotsX == fProxy->width()); in GrDrawOpAtlas()
172 SkASSERT(fPlotHeight * numPlotsY == fProxy->height()); in GrDrawOpAtlas()
184 new Plot(index, 1, x, y, fPlotWidth, fPlotHeight, fProxy->config())); in GrDrawOpAtlas()
211 if (!fProxy->instantiate(fContext->resourceProvider())) { in updatePlot()
214 GrTexture* texture = fProxy->priv().peekTexture(); in updatePlot()
230 SkASSERT(fProxy); in addToAtlas()
240 SkASSERT(GrBytesPerPixel(fProxy->config()) == plot->bpp()); in addToAtlas()
254 SkASSERT(GrBytesPerPixel(fProxy->config()) == plot->bpp()); in addToAtlas()
280 SkASSERT(GrBytesPerPixel(fProxy->config()) == newPlot->bpp()); in addToAtlas()
290 if (!fProxy->instantiate(fContext->resourceProvider())) { in addToAtlas()
293 GrTexture* texture = fProxy->priv().peekTexture(); in addToAtlas()