/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">Πλο?γηση στον ιστ? με το Google Chrome</span><br /> <span class="desc">Η χρ?ση του διαδικτ?ου ε?ναι πιο γρ?γορη, ασφαλ?ς και ε?κολη με το Google Chrome, το πρ?γραμμα περι?γησης ιστο? που ε?ναι εγκατεστημ?νο στον υπολογιστ? σας</span> 24 Για να ξεκιν?σετε να χρησιμοποιε?τε το Google Chrome αποδεχτε?τε τους ?ρους παροχ?ς υπηρεσι?ν του 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]
|