Home | History | Annotate | Download | only in utils

Lines Matching refs:colorPtr

1996         SkColor* colorPtr = reinterpret_cast<SkColor*>(dst);
1998 colorPtr[x] = data.getTexel(endpoints, texelWeights, x, y);
2090 SkColor *colorPtr = reinterpret_cast<SkColor*>(dst);
2093 decompress_astc_block(reinterpret_cast<uint8_t*>(colorPtr + x), dstRowBytes, data);