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))
421 png_set_background(png_ptr, image_background,
Dlibpng-manual.txt1956 png_color_16p image_background;
1958 if (png_get_bKGD(png_ptr, info_ptr, &image_background))
1959 png_set_background(png_ptr, image_background,
1976 image_background->gray.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DR.java103 public static final int image_background = nextId++; field in R.drawable
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java319 assertThat(shadowImageView.getBackgroundResourceId(), equalTo(R.drawable.image_background)); in testViewBackgroundIdIsSet()