Lines Matching refs:fProxy
165 , fProxy(std::move(proxy)) in GrDrawOpAtlas()
167 fPlotWidth = fProxy->width() / numPlotsX; in GrDrawOpAtlas()
168 fPlotHeight = fProxy->height() / numPlotsY; in GrDrawOpAtlas()
170 SkASSERT(fPlotWidth * numPlotsX == fProxy->width()); in GrDrawOpAtlas()
171 SkASSERT(fPlotHeight * numPlotsY == fProxy->height()); in GrDrawOpAtlas()
176 SkASSERT(!GrPixelConfigIsCompressed(fProxy->desc().fConfig)); in GrDrawOpAtlas()
186 new Plot(index, 1, x, y, fPlotWidth, fPlotHeight, fProxy->desc().fConfig)); in GrDrawOpAtlas()
213 GrTexture* texture = fProxy->instantiate(fContext->resourceProvider()); in updatePlot()
232 SkASSERT(fProxy); in addToAtlas()
242 SkASSERT(GrBytesPerPixel(fProxy->desc().fConfig) == plot->bpp()); in addToAtlas()
256 SkASSERT(GrBytesPerPixel(fProxy->desc().fConfig) == plot->bpp()); in addToAtlas()
282 SkASSERT(GrBytesPerPixel(fProxy->desc().fConfig) == newPlot->bpp()); in addToAtlas()
292 GrTexture* texture = fProxy->instantiate(fContext->resourceProvider()); in addToAtlas()