Searched refs:need_expand (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 23 …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/ |
D | pngrtran.c | 81 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()
|
D | png.h | 1646 int need_expand, double background_gamma));
|
/external/libpng/ |
D | pngrtran.c | 98 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()
|
D | libpng-1.2.44.txt | 1071 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).
|
D | libpng-1.2.46.txt | 1071 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).
|
D | png.h | 1842 int need_expand, double background_gamma));
|