• Home
  • Raw
  • Download

Lines Matching refs:minRowBytes

112     if (bitmap.installPixels(imageInfo, (void*) &color, imageInfo.minRowBytes())) {
152 if (bitmap.installPixels(imageInfo, (void*) &color, imageInfo.minRowBytes())) {
185 if (bitmap.installPixels(imageInfo, (void*) &color, imageInfo.minRowBytes())) {
361 SkPixmap alphaPixmap(imageInfo, &alpha8, imageInfo.minRowBytes());
397 SkPixmap redPixmap(imageInfo, &red565, imageInfo.minRowBytes());
401 SkPixmap bluePixmap(imageInfo, &blue565, imageInfo.minRowBytes());
448 SkPixmap redPixmap(imageInfo, &red4444, imageInfo.minRowBytes());
452 SkPixmap bluePixmap(imageInfo, &blue4444, imageInfo.minRowBytes());
499 SkPixmap redPixmap(imageInfo, &red8888, imageInfo.minRowBytes());
503 SkPixmap bluePixmap(imageInfo, &blue8888, imageInfo.minRowBytes());
539 if (bitmap.installPixels(imageInfo, (void*) red888, imageInfo.minRowBytes())) {
542 if (bitmap.installPixels(imageInfo, (void*) blue888, imageInfo.minRowBytes())) {
588 SkPixmap redPixmap(imageInfo, &red8888, imageInfo.minRowBytes());
592 SkPixmap bluePixmap(imageInfo, &blue8888, imageInfo.minRowBytes());
647 if (bitmap.installPixels(imageInfo, (void*) redBits, imageInfo.minRowBytes())) {
650 SkPixmap bluePixmap(imageInfo, &blueBits, imageInfo.minRowBytes());
651 if (bitmap.installPixels(imageInfo, (void*) blueBits, imageInfo.minRowBytes())) {
689 if (bitmap.installPixels(imageInfo, (void*) redBits, imageInfo.minRowBytes())) {
692 SkPixmap bluePixmap(imageInfo, &blueBits, imageInfo.minRowBytes());
693 if (bitmap.installPixels(imageInfo, (void*) blueBits, imageInfo.minRowBytes())) {
718 SkPixmap grayPixmap(imageInfo, &gray8, imageInfo.minRowBytes());
800 SkPixmap redPixmap(imageInfo, red_f16, imageInfo.minRowBytes());
804 SkPixmap bluePixmap(imageInfo, blue_f16, imageInfo.minRowBytes());
858 SkPixmap redPixmap(imageInfo, red_f32, imageInfo.minRowBytes());
862 SkPixmap bluePixmap(imageInfo, blue_f32, imageInfo.minRowBytes());
1805 #SeeAlso bytesPerPixel minRowBytes SkBitmap::shiftPerPixel SkPixmap::shiftPerPixel
1821 uint64_t minRowBytes = imageInfo.minRowBytes64();
1822 bool widthTooLarge = (uint64_t) (int32_t) minRowBytes != minRowBytes;
1838 #SeeAlso minRowBytes computeByteSize computeMinByteSize validRowBytes
1844 #Method size_t minRowBytes() const
1854 size_t minRowBytes = imageInfo.minRowBytes();
1855 bool widthTooLarge = !minRowBytes;
1906 #SeeAlso height width minRowBytes computeByteSize