Searched defs:bytesPerPixel (Results 1 – 10 of 10) sorted by relevance
23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
146 public int bytesPerPixel; field in PixelFormat
29 static int bytesPerPixel(GLint glFormat) { in bytesPerPixel() function
177 size_t GradientCache::bytesPerPixel() const { in bytesPerPixel() function in android::uirenderer::GradientCache
354 int bytesPerPixel = 0; in getPlaneData() local
204 const int bytesPerPixel = 4; in checkPixel() local258 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
147 const int bytesPerPixel = SkColorTypeBytesPerPixel( in allocPixelRef() local
662 int bytesPerPixel = 0; in getLockedImageInfo() local
2167 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local2273 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