Searched refs:kBytesPerPixel (Results 1 – 2 of 2) sorted by relevance
130 static constexpr const uint32_t kBytesPerPixel = 4; in SaveRGBAToBitmapFile() local131 uint32_t bitmapPixelsSize = w * h * kBytesPerPixel; in SaveRGBAToBitmapFile()
887 const int kBytesPerPixel = 4; in TEST_F() local897 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F()