Searched defs:rowColor (Results 1 – 2 of 2) sorted by relevance
63 uint8_t rowColor = 0; in make_argb8888_stripes() local
121 SkPMColor rowColor = fGrayscale ? SkPackARGB32(c, c, c, c) : SkPackARGB32(c, c, 0, c/2); in onOnceBeforeDraw() local