Searched defs:bytesPerPixel (Results 1 – 10 of 10) sorted by relevance
23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
100 public int bytesPerPixel; field in PixelFormat
178 size_t GradientCache::bytesPerPixel() const { in bytesPerPixel() function in android::uirenderer::GradientCache
33 static int bytesPerPixel(GLint glFormat) { in bytesPerPixel() function
206 const int bytesPerPixel = 4; in checkPixel() local260 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
439 int bytesPerPixel = 0; in getPlaneData() local
107 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
663 int bytesPerPixel = 0; in getLockedImageInfo() local
2238 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local2344 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream() local
861 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local