HomeSort by relevance Sort by last modified time
    Searched refs:fBytesPerPixel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 29 , fBytesPerPixel(1)
48 fBytesPerPixel = bpp;
71 fPlotData = SkNEW_ARRAY(unsigned char, fBytesPerPixel*plotWidth*plotHeight);
72 memset(fPlotData, 0, fBytesPerPixel*plotWidth*plotHeight);
80 dataPtr += fBytesPerPixel*plotWidth*loc->fY;
81 dataPtr += fBytesPerPixel*loc->fX;
84 memcpy(dataPtr, imagePtr, fBytesPerPixel*width);
85 dataPtr += fBytesPerPixel*plotWidth;
86 imagePtr += fBytesPerPixel*width;
125 size_t rowBytes = fBytesPerPixel*fRects->width()
    [all...]
GrAtlas.h 66 size_t fBytesPerPixel;

Completed in 401 milliseconds