Lines Matching defs:origColor
555 uint32_t origColor = SkPreMultiplyColor(*bmp.getAddr32(x, y));556 int32_t origA = (origColor >> 24) & 0xff;557 int32_t origB = (origColor >> 16) & 0xff;558 int32_t origG = (origColor >> 8) & 0xff;559 int32_t origR = (origColor >> 0) & 0xff;