HomeSort by relevance Sort by last modified time
    Searched full:gamma (Results 76 - 100 of 803) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm.c 57 * ADC Gamma Ramp support...
59 * Mac Gamma Ramp code was originally from sample code provided by
61 * "Contains: Functions to enable Mac OS device gamma adjustments using 3 channel 256 element 8 bit gamma ramps
74 typedef struct recDeviceGamma /* storage for device handle and gamma table */
77 GammaTblPtr pDeviceGamma; /* pointer to device gamma table */
81 typedef struct recSystemGamma /* storage for system devices and gamma tables */
84 precDeviceGamma * devGamma; /* array of pointers to device gamma records */
115 cParam.csCode = cscGetGamma; /* Get Gamma commnd to device */
116 *(Ptr *)cParam.csParam = (Ptr) &DeviceGammaRec; /* record for gamma */
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_gamma_r.c 19 * Reentrant version of the logarithm of the Gamma function
20 * with user provide pointer for the sign of Gamma(x).
e_gammaf_r.c 20 * Reentrant version of the logarithm of the Gamma function
21 * with user provide pointer for the sign of Gamma(x).
  /development/samples/RenderScript/Levels/res/values/
strings.xml 28 <string name="gamma">Gamma</string>
  /external/chromium_org/chrome/installer/setup/eula/
oem_el.html 18 <span class="title">&Pi;&lambda;&omicron;?&gamma;&eta;&sigma;&eta; &sigma;&tau;&omicron;&nu; &iota;&sigma;&tau;? &mu;&epsilon; &tau;&omicron; Google Chrome</span><br /> <span class="desc">&Eta; &chi;&rho;?&sigma;&eta; &tau;&omicron;&upsilon; &delta;&iota;&alpha;&delta;&iota;&kappa;&tau;?&omicron;&upsilon; &epsilon;?&nu;&alpha;&iota; &pi;&iota;&omicron; &gamma;&rho;?&gamma;&omicron;&rho;&eta;, &alpha;&sigma;&phi;&alpha;&lambda;?&sigmaf; &kappa;&alpha;&iota; &epsilon;?&kappa;&omicron;&lambda;&eta; &mu;&epsilon; &tau;&omicron; Google Chrome, &tau;&omicron; &pi;&rho;?&gamma;&rho;&alpha;&mu;&mu;&alpha; &pi;&epsilon;&rho;&iota;?&gamma;&eta;&sigma;&eta;&sigmaf; &iota;&sigma;&tau;&omicron;? &pi;&omicron;&upsilon; &epsilon;?&nu;&alpha;&iota; &epsilon;&gamma;&kappa;&alpha;&tau;&epsilon;&sigma;&tau;&eta;&mu;?&nu;&omicron; &sigma;&tau;&omicron;&nu; &upsilon;&pi;&omicron;&lambda;&omicron;&gamma;&iota;&sigma;&tau;? &sigma;&alpha;&sigmaf;</span>
24 &Gamma;&iota;&alpha; &nu;&alpha; &xi;&epsilon;&kappa;&iota;&nu;?&sigma;&epsilon;&tau;&epsilon; &nu;&alpha; &chi;&rho;&eta;&sigma;&iota;&mu;&omicron;&pi;&omicron;&iota;&epsilon;?&tau;&epsilon; &tau;&omicron; Google Chrome &alpha;&pi;&omicron;&delta;&epsilon;&chi;&tau;&epsilon;?&tau;&epsilon; &tau;&omicron;&upsilon;&sigmaf; ?&rho;&omicron;&upsilon;&sigmaf; &pi;&alpha;&rho;&omicron;&chi;?&sigmaf; &upsilon;&pi;&eta;&rho;&epsilon;&sigma;&iota;?&nu; &tau;&omicron;&upsilon; Google Chrome:
  /external/chromium_org/content/browser/device_orientation/
orientation.cc 30 params.gamma = gamma_;
54 old_orientation->gamma()) ||
  /external/fdlibm/
e_gamma_r.c 16 * Reentrant version of the logarithm of the Gamma function
17 * with user provide pointer for the sign of Gamma(x).
w_gamma_r.c 36 return __kernel_standard(x,x,41); /* gamma pole */
38 return __kernel_standard(x,x,40); /* gamma overflow */
  /frameworks/rs/java/tests/ImageProcessing/res/values/
strings.xml 29 <string name="gamma">Gamma</string>
  /frameworks/rs/java/tests/ImageProcessing2/res/values/
strings.xml 29 <string name="gamma">Gamma</string>
  /frameworks/rs/java/tests/ImageProcessing_jb/res/values/
strings.xml 29 <string name="gamma">Gamma</string>
  /frameworks/rs/java/tests/LivePreview/res/values/
strings.xml 21 <string name="gamma">Gamma</string>
  /external/chromium_org/content/renderer/
device_orientation_dispatcher.cc 66 if (a.can_provide_gamma && a.gamma != b->gamma())
88 last_orientation_.setGamma(p.gamma);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceOrientationEventCustom.cpp 42 // If alpha, beta, gamma or absolute are null or undefined, mark them as not provided.
49 double gamma = args[5]->NumberValue(); local
52 RefPtr<DeviceOrientationData> orientation = DeviceOrientationData::create(alphaProvided, alpha, betaProvided, beta, gammaProvided, gamma, absoluteProvided, absolute);
  /external/chromium_org/third_party/WebKit/public/web/
WebDeviceOrientation.h 72 void setGamma(double gamma)
75 m_gamma = gamma;
78 double gamma() const { return m_gamma; } function in class:WebKit::WebDeviceOrientation
  /external/chromium_org/third_party/skia/src/core/
SkDeviceProfile.h 34 * gammaExp is typically between 1.0 and 2.2. For no gamma adjustment,
72 * Specify NULL for the "identity" profile (where there is no gamma or
82 * that applies the gamma/contrast settings to linear coverage values.
  /external/skia/src/core/
SkDeviceProfile.h 34 * gammaExp is typically between 1.0 and 2.2. For no gamma adjustment,
72 * Specify NULL for the "identity" profile (where there is no gamma or
82 * that applies the gamma/contrast settings to linear coverage values.
  /external/chromium_org/content/test/data/device_orientation/
device_orientation_test.html 11 Math.abs(event.gamma - 3) < 0.01;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.cpp 52 bool canProvideGamma, double gamma)
54 return adoptRef(new DeviceMotionData::RotationRate(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma));
57 DeviceMotionData::RotationRate::RotationRate(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
60 , m_gamma(gamma)
DeviceOrientationEvent.idl 29 readonly attribute double? gamma;
36 [Default=Undefined] optional double gamma,
DeviceRotationRate.cpp 55 double DeviceRotationRate::gamma(bool& isNull) const function in class:WebCore::DeviceRotationRate
58 return m_rotationRate->gamma();
  /external/chromium_org/content/renderer/device_orientation/
device_orientation_event_pump.cc 69 data_.hasGamma, data_.gamma, data.hasGamma, data.gamma));
  /external/chromium_org/third_party/qcms/
README.chromium 26 - Applied upstream patch for sanitizing gamma table:
27 - Expanded gamma clamp range to allow 1.0.
  /frameworks/base/core/jni/android/graphics/
MaskFilter.cpp 53 static SkMaskFilter* createGammaTable(JNIEnv* env, jobject, float gamma) {
54 return SkTableMaskFilter::CreateGamma(gamma);
  /frameworks/base/libs/hwui/
Properties.h 162 // Indicates whether gamma correction should be applied in the shaders
165 // - "lookup3", correction based on lookup tables. Gamma correction
170 // - "shader3", correction applied by a GLSL shader. Gamma correction
180 // Gamma (>= 1.0, <= 10.0)
182 // Luminance threshold below which black gamma correction is applied. Range: [0..255]
184 // Lumincance threshold above which white gamma correction is applied. Range: [0..255]

Completed in 656 milliseconds

1 2 34 5 6 7 8 91011>>