Home
last modified time | relevance | path

Searched refs:image_background (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dexample.c418 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,
Dlibpng-manual.txt1999 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.
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java358 public static final int image_background=0x7f020005; field in R.drawable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java380 .isEqualTo(R.drawable.image_background); in testViewBackgroundIdIsSet()