Searched defs:bytesPerPixel (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_PixelFormat.cpp34 jfieldID bytesPerPixel; member in struct:android::offsets_t
53 info.bytesPerPixel = 1;
58 info.bytesPerPixel = 1;
63 info.bytesPerPixel = 1;
75 env->SetIntField(pixelFormatObject, offsets.bytesPerPixel, info.bytesPerPixel);
94 offsets.bytesPerPixel = env->GetFieldID(clazz, "bytesPerPixel", "I");
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java104 public int bytesPerPixel; field in class:PixelFormat
/frameworks/native/libs/ui/
H A DPixelFormat.cpp73 size = width * bytesPerPixel;
78 ssize_t bytesPerPixel(PixelFormat format) function in namespace:android
82 return (err < 0) ? err : info.bytesPerPixel;
112 info->bytesPerPixel = 1;
128 info->bytesPerPixel = i->size;
/frameworks/native/include/ui/
H A DPixelFormat.h100 size_t bytesPerPixel; member in struct:android::PixelFormatInfo
122 ssize_t bytesPerPixel(PixelFormat format);

Completed in 86 milliseconds