Lines Matching refs:shiftPerPixel
29 int <a href='#SkPixmap_shiftPerPixel'>shiftPerPixel</a>() const;
677 <a href='#SkPixmap_rowBytes'>rowBytes</a> <a href='#SkPixmap_shiftPerPixel'>shiftPerPixel</a> <a hr…
684 int <a href='#SkPixmap_shiftPerPixel'>shiftPerPixel</a>()const
701 color: kUnknown_SkColorType bytesPerPixel: 0 shiftPerPixel: 0
702 color: kAlpha_8_SkColorType bytesPerPixel: 1 shiftPerPixel: 0
703 color: kRGB_565_SkColorType bytesPerPixel: 2 shiftPerPixel: 1
704 color: kARGB_4444_SkColorType bytesPerPixel: 2 shiftPerPixel: 1
705 color: kRGBA_8888_SkColorType bytesPerPixel: 4 shiftPerPixel: 2
706 color: kBGRA_8888_SkColorType bytesPerPixel: 4 shiftPerPixel: 2
707 color: kGray_8_SkColorType bytesPerPixel: 1 shiftPerPixel: 0
708 color: kRGBA_F16_SkColorType bytesPerPixel: 8 shiftPerPixel: 3