Searched refs:plotHeight (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrAtlas.cpp | 69 int plotHeight = fRects->height(); in addSubImage() local 71 fPlotData = SkNEW_ARRAY(unsigned char, fBytesPerPixel*plotWidth*plotHeight); in addSubImage() 72 memset(fPlotData, 0, fBytesPerPixel*plotWidth*plotHeight); in addSubImage() 162 int plotHeight = textureHeight / fNumPlotsY; in GrAtlas() local 165 SkASSERT(plotHeight * fNumPlotsY == textureHeight); in GrAtlas() 177 currPlot->init(this, y*numPlotsX+x, x, y, plotWidth, plotHeight, bpp, batchUploads); in GrAtlas()
|