Lines Matching refs:currentWidth
977 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
985 currentWidth, in allocate_and_populate_texture()
1010 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() local
1019 currentWidth, in allocate_and_populate_texture()
1083 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1088 size_t dataSize = GrCompressedFormatDataSize(config, currentWidth, currentHeight); in allocate_and_populate_compressed_texture()
1093 currentWidth, in allocate_and_populate_compressed_texture()
1109 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() local
1120 currentWidth, in allocate_and_populate_compressed_texture()
1239 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1241 const size_t trimRowBytes = currentWidth * bpp; in uploadTexData()
1274 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1276 const size_t trimRowBytes = currentWidth * bpp; in uploadTexData()
1332 int currentWidth = SkTMax(1, width / twoToTheMipLevel); in uploadTexData() local
1338 currentWidth, in uploadTexData()