Lines Matching refs:shiftPerPixel
570 #SeeAlso rowBytes rowBytesAsPixels width shiftPerPixel SkImageInfo::bytesPerPixel
596 #SeeAlso rowBytes shiftPerPixel width bytesPerPixel
602 #Method int shiftPerPixel() const
615 SkDebugf("color: k" "%s" "_SkColorType" "%*s" "shiftPerPixel: %d\n",
617 bitmap.shiftPerPixel());
620 color: kUnknown_SkColorType shiftPerPixel: 0
621 color: kAlpha_8_SkColorType shiftPerPixel: 0
622 color: kRGB_565_SkColorType shiftPerPixel: 1
623 color: kARGB_4444_SkColorType shiftPerPixel: 1
624 color: kRGBA_8888_SkColorType shiftPerPixel: 2
625 color: kRGB_888x_SkColorType shiftPerPixel: 2
626 color: kBGRA_8888_SkColorType shiftPerPixel: 2
627 color: kRGBA_1010102_SkColorType shiftPerPixel: 2
628 color: kRGB_101010x_SkColorType shiftPerPixel: 2
629 color: kGray_8_SkColorType shiftPerPixel: 0
630 color: kRGBA_F16_SkColorType shiftPerPixel: 3