HomeSort by relevance Sort by last modified time
    Searched full:gamma (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /external/junit/src/junit/swingui/
AboutDialog.java 51 JLabel label2= new JLabel("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");
  /external/libpng/contrib/gregbook/
readpng.c 208 double gamma; local
240 * this file may have come from--so if it doesn't have a file gamma, don't
243 if (png_get_gAMA(png_ptr, info_ptr, &gamma))
244 png_set_gamma(png_ptr, display_exponent, gamma);
wpng.c 186 wpng_info.gamma = 0.0;
192 * looks correct on the user's display system, its file gamma is the
208 * get the "gamma" value, so we do it the hard way */
259 } else if (!strncmp(*argv, "-gamma", 2)) {
263 wpng_info.gamma = atof(*argv);
264 if (wpng_info.gamma <= 0.0)
266 else if (wpng_info.gamma > 1.01)
405 "Usage: %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] pnmfile\n"
406 "or: ... | %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] | ...\n"
407 " exp \ttransfer-function exponent (``gamma'') of the image in\n
    [all...]
  /external/libpng/
png.5 17 gamma and chromaticity data for improved color matching on heterogeneous
example.c 163 * dithering, filling, setting background, and doing gamma
233 /* Some suggestions as to how to get a screen gamma value
235 * Note that screen gamma is the display_exponent, which includes
238 if (/* We have a user-defined screen gamma value */)
242 /* This is one way that applications share the same screen gamma value */
255 /* Tell libpng to handle the gamma conversion for you. The final call
258 * your application support gamma correction.
337 /* Optional call to gamma correct and add the background to the palette
667 /* Optional gamma chunk is strongly suggested if you have any guess
668 * as to the correct gamma of the image
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
package.html 5 Reusable OO Software", by Gamma, Helm, Johnson, and Vlissider.
  /external/quake/quake/src/QW/client/
vid.h 63 // called at startup and after any gamma correction
  /external/quake/quake/src/WinQuake/
vid.h 63 // called at startup and after any gamma correction
  /frameworks/base/awt/javax/imageio/metadata/
IIOStandardMetadataFormatResources.properties 25 Gamma=The image gamma
26 Gamma/value=The image gamma
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 196 typedef struct { float red, green, blue; } Gamma;
198 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */
213 Gamma gamma; /* Gamma of the monitor */ member in struct:__anon12870
838 typedef int xf86ChangeGammaProc (int, Gamma);
889 Gamma gamma; /* Gamma of the monitor */ member in struct:_ScrnInfoRec
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textparseintolistofelements.java 77 expectedNormal.add("\u03b3"); // android-changed: GREEK LOWER CASE GAMMA
81 expectedExpanded.add("\u03b2 Dallas, \u03b3\n 98554"); // android-changed: GREEK LOWER CASE BETA, GREEK LOWER CASE GAMMA
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 138 # Gamma 915
162 # gamma 947
  /external/skia/include/core/
SkScalerContext.h 151 kGammaForBlack_Flag = 0x04, // illegal to set both Gamma flags
152 kGammaForWhite_Flag = 0x08, // illegal to set both Gamma flags
  /external/webkit/WebCore/platform/graphics/filters/
FEComponentTransfer.cpp 141 static void gamma(unsigned char* values, const ComponentTransferFunction& transferFunction) function in namespace:WebCore
165 TransferType callEffect[] = {identity, identity, table, discrete, linear, gamma};
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
weight_amrwb_lpc.cpp 49 int16 gamma, (i) Q15 : Spectral expansion factor.
56 ap[i] = a[i] (gamma i)
119 int16 gamma, /* (i) Q15 : Spectral expansion factor. */
126 fac = gamma;
130 fac = (int16)(fxp_mac_16by16(fac, gamma, roundFactor) >> 15);
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
weight_amrwb_lpc.cpp 49 int16 gamma, (i) Q15 : Spectral expansion factor.
56 ap[i] = a[i] (gamma i)
119 int16 gamma, /* (i) Q15 : Spectral expansion factor. */
126 fac = gamma;
130 fac = (int16)(fxp_mac_16by16(fac, gamma, roundFactor) >> 15);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 330 /* See if gamma is supported on this screen */
1015 /* If we fail to get gamma, disable gamma control */
1032 /* About to leave active state, restore gamma */
1035 /* About to enter active state, set game gamma */
1037 SetDeviceGammaRamp(hdc, this->gamma);
1047 /* Restore the original gamma if necessary */
1056 /* Free the saved gamma memory */
1066 SDL_SetError("SDL compiled without gamma ramp support");
1097 SDL_SetError("SDL compiled without gamma ramp support")
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
noekeon.c 53 #define GAMMA(a, b, c, d) \
132 GAMMA(a,b,c,d); \
187 GAMMA(a,b,c,d); \
  /dalvik/dx/src/junit/textui/
TestRunner.java 162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");
  /dalvik/libcore/luni/src/test/java/junit/textui/
TestRunner.java 162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");
  /external/fdlibm/
e_lgamma_r.c 16 * Reentrant version of the logarithm of the Gamma function
17 * with user provide pointer for the sign of Gamma(x).
62 * 4. For negative x, since (G is gamma function)
68 * lgamma(x) = ieee_log(|Gamma(x)|)
  /external/libpng/contrib/pngsuite/
README 12 a variety of images to test interlacing, gamma settings, ancillary
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 124 /* The system gamma ramp for GDI modes */
  /external/webkit/WebCore/svg/
SVGComponentTransferFunctionElement.cpp 59 else if (value == "gamma")
  /frameworks/base/test-runner/src/junit/textui/
TestRunner.java 162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");

Completed in 195 milliseconds

1 23 4 5 6 7 8 9