Home
last modified time | relevance | path

Searched refs:fBytesPerPixel (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrBatchAtlas.cpp31 , fBytesPerPixel(GrBytesPerPixel(config)) in BatchPlot()
57 fData = reinterpret_cast<unsigned char*>(sk_calloc_throw(fBytesPerPixel * fWidth * in addSubImage()
60 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
64 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
65 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
69 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
87 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
90 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
109 sk_bzero(fData, fBytesPerPixel * fWidth * fHeight); in resetRects()
DGrBatchAtlas.h161 SkDEBUGCODE(size_t bpp() const { return fBytesPerPixel; })
216 const size_t fBytesPerPixel; variable