Lines Matching refs:shiftPerPixel
517 #SeeAlso rowBytes shiftPerPixel width SkImageInfo::bytesPerPixel
523 #Method int shiftPerPixel() const
538 SkDebugf("color: k" "%s" "_SkColorType" "%*s" "bytesPerPixel: %d shiftPerPixel: %d\n",
540 pixmap.info().bytesPerPixel(), pixmap.shiftPerPixel());
543 color: kUnknown_SkColorType bytesPerPixel: 0 shiftPerPixel: 0
544 color: kAlpha_8_SkColorType bytesPerPixel: 1 shiftPerPixel: 0
545 color: kRGB_565_SkColorType bytesPerPixel: 2 shiftPerPixel: 1
546 color: kARGB_4444_SkColorType bytesPerPixel: 2 shiftPerPixel: 1
547 color: kRGBA_8888_SkColorType bytesPerPixel: 4 shiftPerPixel: 2
548 color: kBGRA_8888_SkColorType bytesPerPixel: 4 shiftPerPixel: 2
549 color: kGray_8_SkColorType bytesPerPixel: 1 shiftPerPixel: 0
550 color: kRGBA_F16_SkColorType bytesPerPixel: 8 shiftPerPixel: 3