Lines Matching defs:height
128 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
136 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
184 void reinit(int width, int height, boolean requestPremultiplied) { in reinit()
284 public void reconfigure(int width, int height, @NonNull Config config) { in reconfigure()
327 public void setHeight(int height) { in setHeight()
328 reconfigure(getWidth(), height, getConfig()); in setHeight() local
443 private static void checkWidthHeight(int width, int height) { in checkWidthHeight()
825 final int height = src.getHeight(); in createScaledBitmap() local
861 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height) { in createBitmap()
897 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height, in createBitmap()
1069 public static Bitmap createBitmap(int width, int height, @NonNull Config config) { in createBitmap()
1089 int height, @NonNull Config config) { in createBitmap()
1109 public static Bitmap createBitmap(int width, int height, in createBitmap()
1137 public static Bitmap createBitmap(int width, int height, @NonNull Config config, in createBitmap()
1161 public static Bitmap createBitmap(@Nullable DisplayMetrics display, int width, int height, in createBitmap()
1194 public static Bitmap createBitmap(@Nullable DisplayMetrics display, int width, int height, in createBitmap()
1243 int width, int height, @NonNull Config config) { in createBitmap()
1272 int width, int height, @NonNull Config config) { in createBitmap()
1314 int width, int height, Config config) { in createBitmap()
1339 @NonNull @ColorInt int colors[], int width, int height, @NonNull Config config) { in createBitmap()
1378 public static Bitmap createBitmap(@NonNull Picture source, int width, int height, in createBitmap()
2099 int x, int y, int width, int height) { in getPixels()
2140 private void checkPixelsAccess(int x, int y, int width, int height, in checkPixelsAccess()
2216 int x, int y, int width, int height) { in setPixels()
2403 int stride, int width, int height, in nativeCreate()
2414 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
2429 int width, int height); in nativeGetPixels()
2434 int width, int height); in nativeSetPixels()