Lines Matching refs:fWidth
23 desc.fWidth = width; in Make()
63 , fWidth(width) in Plot()
68 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in Plot()
84 SkASSERT(width <= fWidth && height <= fHeight); in addSubImage()
87 fRects = GrRectanizer::Factory(fWidth, fHeight); in addSubImage()
95 fData = reinterpret_cast<unsigned char*>(sk_calloc_throw(fBytesPerPixel * fWidth * in addSubImage()
102 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
108 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
114 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
133 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
153 sk_bzero(fData, fBytesPerPixel * fWidth * fHeight); in resetRects()