Searched refs:image_background (Results 1 – 4 of 4) sorted by relevance
418 png_color_16 my_background, *image_background;420 if (png_get_bKGD(png_ptr, info_ptr, &image_background) != 0)421 png_set_background(png_ptr, image_background,
1999 png_color_16p image_background;2001 if (png_get_bKGD(png_ptr, info_ptr, &image_background))2002 png_set_background(png_ptr, image_background,2019 image_background->gray.
358 public static final int image_background=0x7f020005; field in R.drawable
380 .isEqualTo(R.drawable.image_background); in testViewBackgroundIdIsSet()