Lines Matching refs:texelsShallowCopy
1186 SkAutoTMalloc<GrMipLevel> texelsShallowCopy;
1189 texelsShallowCopy.reset(mipLevelCount);
1190 memcpy(texelsShallowCopy.get(), texels, mipLevelCount*sizeof(GrMipLevel));
1237 if (texelsShallowCopy[currentMipLevel].fPixels) {
1244 const size_t rowBytes = texelsShallowCopy[currentMipLevel].fRowBytes
1245 ? texelsShallowCopy[currentMipLevel].fRowBytes
1270 if (!texelsShallowCopy[currentMipLevel].fPixels) {
1286 const size_t rowBytes = texelsShallowCopy[currentMipLevel].fRowBytes
1287 ? texelsShallowCopy[currentMipLevel].fRowBytes
1302 const char* src = (const char*)texelsShallowCopy[currentMipLevel].fPixels;
1306 texelsShallowCopy[currentMipLevel].fPixels = buffer +
1308 texelsShallowCopy[currentMipLevel].fRowBytes = trimRowBytes;
1322 texelsShallowCopy, mipLevelCount, width, height);
1328 if (!texelsShallowCopy[currentMipLevel].fPixels) {
1341 texelsShallowCopy[currentMipLevel].fPixels));