Home | History | Annotate | Download | only in images

Lines Matching refs:col

120             const GifColorType& col = cmap->Colors[*src];
121 *dst = SkPackARGB32(0xFF, col.Red, col.Green, col.Blue);
200 uint32_t col)
216 sk_memset32(dst, col, copyWidth);
392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
393 bgColor = SkColorSetARGB(0xFF, col.Red, col.Green, col.Blue);