Lines Matching refs:shiftPerPixel
1769 #SeeAlso width shiftPerPixel SkBitmap::bytesPerPixel
1775 #Method int shiftPerPixel() const
1786 SkDebugf("color: k" "%s" "_SkColorType" "%*s" "shiftPerPixel: %d\n",
1788 info.shiftPerPixel());
1791 color: kUnknown_SkColorType shiftPerPixel: 0
1792 color: kAlpha_8_SkColorType shiftPerPixel: 0
1793 color: kRGB_565_SkColorType shiftPerPixel: 1
1794 color: kARGB_4444_SkColorType shiftPerPixel: 1
1795 color: kRGBA_8888_SkColorType shiftPerPixel: 2
1796 color: kRGB_888x_SkColorType shiftPerPixel: 2
1797 color: kBGRA_8888_SkColorType shiftPerPixel: 2
1798 color: kRGBA_1010102_SkColorType shiftPerPixel: 2
1799 color: kRGB_101010x_SkColorType shiftPerPixel: 2
1800 color: kGray_8_SkColorType shiftPerPixel: 0
1801 color: kRGBA_F16_SkColorType shiftPerPixel: 3
1805 #SeeAlso bytesPerPixel minRowBytes SkBitmap::shiftPerPixel SkPixmap::shiftPerPixel