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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceMotionAndOrientation.java 258 double gamma = Math.toDegrees(rotationAngles[2]); local
259 while (gamma < -90.0) {
260 gamma += 360.0; // [-90, 90)
263 gotOrientation(alpha, beta, gamma);
340 protected void gotOrientation(double alpha, double beta, double gamma) {
343 nativeGotOrientation(mNativePtr, alpha, beta, gamma);
364 protected void gotRotationRate(double alpha, double beta, double gamma) {
367 nativeGotRotationRate(mNativePtr, alpha, beta, gamma);
406 double alpha, double beta, double gamma);
427 double alpha, double beta, double gamma);
    [all...]
  /docs/source.android.com/src/devices/
tuning.jd 147 <td>Selects the text gamma correction technique. There are four possible choices:
149 <li><code>lookup3</code>: A correction based on lookup tables. Gamma correction is different for black
154 <li><code>shader3</code>: A correction applied by a GLSL shader. Gamma correction is different
159 Lookup gamma corrections function best on GPUs with limited shader math. Shader gamma corrections are best to save memory. We recommend using the default <code>lookup</code> technique, which offers a good compromise in terms of quality, speed, and memory usage.
167 <td>Defines the gamma value used for text gamma correction.
174 <td>Defines the luminance threshold below which black gamma correction is applied.
181 <td>Defines the luminance threshold above which white gamma correction is applied.
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 151 /* Gamma support */
153 Uint16 *gamma; member in struct:SDL_VideoDevice
155 /* Set the gamma correction directly (emulated with gamma ramps) */
158 /* Get the gamma correction directly (emulated with gamma ramps) */
161 /* Set the gamma ramp */
164 /* Get the gamma ramp */
282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmode.h 158 float red; /* Red Gamma value */
159 float green; /* Green Gamma value */
160 float blue; /* Blue Gamma value */
276 SDL_NAME(XF86VidModeGamma)* /* Gamma */
282 SDL_NAME(XF86VidModeGamma)* /* Gamma */
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h 67 static PassRefPtr<RotationRate> create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
75 double gamma() const { return m_gamma; } function in class:WebCore::DeviceMotionData::RotationRate
78 RotationRate(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
DeviceOrientationEvent.cpp 78 double DeviceOrientationEvent::gamma(bool& isNull) const function in class:WebCore::DeviceOrientationEvent
81 return m_orientation->gamma();
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetgammaramp.html 83 >SDL_GetGammaRamp&nbsp;--&nbsp;Gets the color gamma lookup tables for the display</DIV
123 >Gets the gamma translation lookup tables currently used by the display.
126 >Not all display hardware is able to change gamma.</P
  /frameworks/base/libs/hwui/
GammaFontRenderer.h 185 enum Gamma {
192 FontRenderer* getRenderer(Gamma gamma);
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_android.h 41 double alpha, double beta, double gamma);
47 double alpha, double beta, double gamma);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h 49 return "gamma";
66 if (value == "gamma")
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverridesSupport.js 256 * @param {number} gamma
258 WebInspector.OverridesSupport.DeviceOrientation = function(alpha, beta, gamma)
262 this.gamma = gamma;
282 return new WebInspector.OverridesSupport.DeviceOrientation(jsonObject.alpha, jsonObject.beta, jsonObject.gamma);
311 var gamma = isGammaValid ? parseFloat(gammaString) : -1;
313 return new WebInspector.OverridesSupport.DeviceOrientation(alpha, beta, gamma);
373 PageAgent.setDeviceOrientationOverride(deviceOrientation.alpha, deviceOrientation.beta, deviceOrientation.gamma);
  /external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h 99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) {
100 SkDeviceProperties ret = { geometry, gamma };
  /external/skia/include/core/
SkDeviceProperties.h 99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) {
100 SkDeviceProperties ret = { geometry, gamma };
  /libcore/dom/src/test/resources/
hc_staff.svg 7 <!ENTITY gamma "&#947;">
44 <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
hc_staff.xhtml 7 <!ENTITY gamma "&#947;">
32 <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
hc_staff.xml 7 <!ENTITY gamma "&#947;">
32 <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 158 png_color_16 background; /* background color in screen gamma space */
160 png_color_16 background_1; /* background normalized to gamma 1.0 */
171 int gamma_shift; /* number of "insignificant" bits in 16-bit gamma */
172 png_fixed_point gamma; /* file gamma value */ member in struct:png_struct_def
173 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
175 png_bytep gamma_table; /* gamma table for 8-bit depth files */
176 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libm.so 

Completed in 370 milliseconds

1 2 3 45 6 7 8 91011>>