Searched defs:plotWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.cpp68 int plotWidth = fRects->width(); local
71 fPlotData = SkNEW_ARRAY(unsigned char, fBytesPerPixel*plotWidth*plotHeight);
72 memset(fPlotData, 0, fBytesPerPixel*plotWidth*plotHeight);
80 dataPtr += fBytesPerPixel*plotWidth*loc->fY;
85 dataPtr += fBytesPerPixel*plotWidth;
168 int plotWidth = textureWidth / fNumPlotsX; local
171 SkASSERT(plotWidth * fNumPlotsX == textureWidth);
184 currPlot->init(this, y*numPlotsX+x, x, y, plotWidth, plotHeight, bpp, batchUploads);
/external/skia/src/gpu/
H A DGrAtlas.cpp66 int plotWidth = fRects->width(); local
69 fPlotData = SkNEW_ARRAY(unsigned char, fBytesPerPixel*plotWidth*plotHeight);
70 memset(fPlotData, 0, fBytesPerPixel*plotWidth*plotHeight);
78 dataPtr += fBytesPerPixel*plotWidth*loc->fY;
83 dataPtr += fBytesPerPixel*plotWidth;
163 int plotWidth = textureWidth / fNumPlotsX; local
166 SkASSERT(plotWidth * fNumPlotsX == textureWidth);
179 currPlot->init(this, x, y, plotWidth, plotHeight, bpp, batchUploads);

Completed in 100 milliseconds