Searched refs:colorsPM (Results 1 – 2 of 2) sorted by relevance
28 SkPMColor colorsPM[4]; in make_bm() local30 colorsPM[i] = SkPreMultiplyColor(colors[i]); in make_bm()34 *bm->getAddr32(0, 0) = colorsPM[0]; in make_bm()35 *bm->getAddr32(1, 0) = colorsPM[1]; in make_bm()36 *bm->getAddr32(0, 1) = colorsPM[2]; in make_bm()37 *bm->getAddr32(1, 1) = colorsPM[3]; in make_bm()
27 SkPMColor colorsPM[4]; in make_bm() local29 colorsPM[i] = SkPreMultiplyColor(colors[i]); in make_bm()33 *bm->getAddr32(0, 0) = colorsPM[0]; in make_bm()34 *bm->getAddr32(1, 0) = colorsPM[1]; in make_bm()35 *bm->getAddr32(0, 1) = colorsPM[2]; in make_bm()36 *bm->getAddr32(1, 1) = colorsPM[3]; in make_bm()