Home
last modified time | relevance | path

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

/external/libpng/
Dexample.c419 png_color_16 my_background, *image_background;
421 if (png_get_bKGD(png_ptr, info_ptr, &image_background) != 0)
422 png_set_background(png_ptr, image_background,
Dlibpng-manual.txt2000 png_color_16p image_background;
2002 if (png_get_bKGD(png_ptr, info_ptr, &image_background))
2003 png_set_background(png_ptr, image_background,
2020 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.java381 .isEqualTo(R.drawable.image_background); in testViewBackgroundIdIsSet()