Lines Matching refs:currentWidth
987 const int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
991 const size_t trimRowBytes = currentWidth * dataBpp; in allocate_and_populate_texture()
1010 currentWidth, in allocate_and_populate_texture()
1035 const int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
1040 const size_t trimRowBytes = currentWidth * dataBpp; in allocate_and_populate_texture()
1064 currentWidth, in allocate_and_populate_texture()
1074 currentWidth, in allocate_and_populate_texture()
1195 const int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1197 const size_t trimRowBytes = currentWidth * bpp; in uploadTexData()
1209 currentWidth, in uploadTexData()
3893 int currentWidth = SkTMax(1, w / twoToTheMipLevel); in createBackendTexture() local
3895 texels.get()[i] = {&(tmpPixels[offset]), currentWidth * bytesPerPixel}; in createBackendTexture()