Home
last modified time | relevance | path

Searched refs:need_expand (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
Dldr-str-imm12.ll23 …on.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %…
56 …on.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %…
/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c81 int need_expand, double background_gamma) in png_set_background() argument
96 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); in png_set_background()
Dpng.h1646 int need_expand, double background_gamma));
/external/libpng/
Dpngrtran.c98 int need_expand, double background_gamma) in png_set_background() argument
115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); in png_set_background()
Dlibpng-1.2.44.txt1071 value at the original file bit-depth (need_expand = 1) or else supply the
1073 (need_expand = 0). Similarly, if you are reading a paletted image, you
1074 must either supply the background color as a palette index (need_expand = 1)
1075 or as an RGB triplet that may or may not be in the palette (need_expand = 0).
Dlibpng-1.2.46.txt1071 value at the original file bit-depth (need_expand = 1) or else supply the
1073 (need_expand = 0). Similarly, if you are reading a paletted image, you
1074 must either supply the background color as a palette index (need_expand = 1)
1075 or as an RGB triplet that may or may not be in the palette (need_expand = 0).
Dpng.h1842 int need_expand, double background_gamma));