Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/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/libpng/
Dpng.h1336 int need_expand, double background_gamma))
1339 int need_expand, png_fixed_point background_gamma))
Dpngrtran.c127 int need_expand, png_fixed_point background_gamma) in png_set_background_fixed() argument
147 if (need_expand != 0) in png_set_background_fixed()
157 int need_expand, double background_gamma) in png_set_background() argument
160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
Dlibpng-manual.txt1682 The color used for the background value depends on the need_expand argument as
1957 color. The function takes two arguments, background_gamma_mode and need_expand
DCHANGES3416 need_expand false and the matching 16 bit color libpng erroneously just
/external/skia/third_party/libpng/
Dpng.h1336 int need_expand, double background_gamma))
1339 int need_expand, png_fixed_point background_gamma))
Dpngrtran.c127 int need_expand, png_fixed_point background_gamma) in png_set_background_fixed() argument
147 if (need_expand != 0) in png_set_background_fixed()
157 int need_expand, double background_gamma) in png_set_background() argument
160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
Dlibpng-manual.txt1682 The color used for the background value depends on the need_expand argument as
1957 color. The function takes two arguments, background_gamma_mode and need_expand
/external/pdfium/third_party/libpng16/
Dpng.h1336 int need_expand, double background_gamma))
1339 int need_expand, png_fixed_point background_gamma))
Dpngrtran.c127 int need_expand, png_fixed_point background_gamma) in png_set_background_fixed() argument
147 if (need_expand != 0) in png_set_background_fixed()
157 int need_expand, double background_gamma) in png_set_background() argument
160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
/external/syslinux/com32/lib/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.txt944 value at the original file bit-depth (need_expand = 1) or else supply the
946 (need_expand = 0). Similarly, if you are reading a paletted image, you
947 must either supply the background color as a palette index (need_expand = 1)
948 or as an RGB triplet that may or may not be in the palette (need_expand = 0).
/external/syslinux/com32/include/
Dpng.h1781 int need_expand, double background_gamma));