Searched defs:getPixelFormatInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/ui/
H A DPixelFormat.cpp40 status_t err = getPixelFormatInfo(format, &info);
47 status_t err = getPixelFormatInfo(format, &info);
51 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info) function in namespace:android
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java85 public static native void getPixelFormatInfo(int format, PixelFormat info); method in class:PixelFormat

Completed in 70 milliseconds