Home
last modified time | relevance | path

Searched refs:colorsPM (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/gm/
Dbitmapfilters.cpp28 SkPMColor colorsPM[4]; in make_bm() local
30 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()
/third_party/skia/gm/
Dbitmapfilters.cpp27 SkPMColor colorsPM[4]; in make_bm() local
29 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()