/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/Android.mk 19 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/io 23 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_copy 27 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval 31 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/min 35 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_param 39 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/copy 43 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_types 47 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/get_param 51 test_name := numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_double_doubl [all...] |
/external/chromium_org/third_party/skia/include/effects/ |
SkTableMaskFilter.h | 17 Helper methods create some common tables (e.g. gamma, clipping) 23 /** Utility that sets the gamma table 25 static void MakeGammaTable(uint8_t table[256], SkScalar gamma); 36 static SkTableMaskFilter* CreateGamma(SkScalar gamma) { 38 MakeGammaTable(table, gamma);
|
/external/skia/include/effects/ |
SkTableMaskFilter.h | 17 Helper methods create some common tables (e.g. gamma, clipping) 23 /** Utility that sets the gamma table 25 static void MakeGammaTable(uint8_t table[256], SkScalar gamma); 36 static SkTableMaskFilter* CreateGamma(SkScalar gamma) { 38 MakeGammaTable(table, gamma);
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
levels.rs | 25 float gamma; 33 if (gamma != 1.0f) 34 pixel = pow(pixel, (float3)gamma);
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrDistanceFieldTextureEffect.h | 21 * coords are a custom attribute. Gamma correction is handled via a texture LUT. 27 GrTexture* gamma, const GrTextureParams& gammaParams, float lum, 30 gamma, gammaParams, lum, 58 GrTexture* gamma, const GrTextureParams& gammaParams, float lum, 80 * coords are a custom attribute. Gamma correction is handled via a texture LUT. 85 GrTexture* gamma, const GrTextureParams& gammaParams, 89 (tex, params, gamma, gammaParams, textColor, uniformScale, 109 GrTexture* gamma, const GrTextureParams& gammaParams,
|
/external/skia/src/gpu/effects/ |
GrDistanceFieldTextureEffect.h | 21 * coords are a custom attribute. Gamma correction is handled via a texture LUT. 27 GrTexture* gamma, const GrTextureParams& gammaParams, float lum, 30 gamma, gammaParams, lum, 58 GrTexture* gamma, const GrTextureParams& gammaParams, float lum, 80 * coords are a custom attribute. Gamma correction is handled via a texture LUT. 85 GrTexture* gamma, const GrTextureParams& gammaParams, 89 (tex, params, gamma, gammaParams, textColor, uniformScale, 109 GrTexture* gamma, const GrTextureParams& gammaParams,
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
DeviceRotationRate.cpp | 60 double DeviceRotationRate::gamma(bool& isNull) const function in class:WebCore::DeviceRotationRate 63 return m_rotationRate->gamma();
|
DeviceOrientationEvent.idl | 29 readonly attribute double? gamma; 36 [Default=Undefined] optional double gamma,
|
DeviceRotationRate.h | 46 double gamma(bool& isNull) const;
|
DeviceMotionData.h | 69 static PassRefPtrWillBeRawPtr<RotationRate> create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma); 78 double gamma() const { return m_gamma; } function in class:WebCore::DeviceMotionData::RotationRate 81 RotationRate(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
|
DeviceOrientationEvent.cpp | 77 double DeviceOrientationEvent::gamma(bool& isNull) const function in class:WebCore::DeviceOrientationEvent 80 return m_orientation->gamma();
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
polochallengeresponse.h | 27 typedef std::vector<uint8_t> Alpha, Gamma, Nonce; 43 // Computes the gamma value based on the given nonce. 44 virtual Gamma* GetGamma(const Nonce& nonce) const; 46 // Extracts the nonce from the given gamma value. 47 virtual Nonce* ExtractNonce(const Gamma& gamma) const; 49 // Verifies that the given gamma value is correct. 50 virtual bool CheckGamma(const Gamma& gamma) const;
|
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/ |
mocks.h | 29 MOCK_CONST_METHOD1(GetGamma, Gamma*(const Nonce& nonce)); 30 MOCK_CONST_METHOD1(ExtractNonce, Nonce*(const Gamma& gamma)); 31 MOCK_CONST_METHOD1(CheckGamma, bool(const Gamma& gammma)); 39 MOCK_METHOD1(OnPerformOutputDeviceRole, void(const Gamma& gamma));
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebDeviceOrientationData.h | 51 double gamma; member in class:blink::WebDeviceOrientationData
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
TextGammaActivity.java | 40 final GammaTextView gamma = new GammaTextView(this); local 41 layout.addView(gamma, new LinearLayout.LayoutParams( 49 Bitmap b = Bitmap.createBitmap(gamma.getWidth(), gamma.getHeight(), 53 gamma.draw(c); 91 final GammaTextView gamma = new GammaTextView(this); local 96 layout.addView(gamma, lp);
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PoloChallengeResponse.java | 141 * Returns the gamma value to be used in pairing, i.e. the concatenation 161 * Extracts and returns the nonce portion of a given gamma value. 163 public byte[] extractNonce(byte[] gamma) { 164 if ((gamma.length < 2) || (gamma.length % 2 != 0)) { 167 int nonceLength = gamma.length / 2; 169 System.arraycopy(gamma, nonceLength, nonce, 0, nonceLength); 174 * Returns {@code true} if the gamma value matches the locally computed value. 177 * gamma value. 181 public boolean checkGamma(byte[] gamma) throws PoloException [all...] |
PairingListener.java | 56 void onPerformOutputDeviceRole(PairingSession session, byte[] gamma)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8DeviceOrientationEventCustom.cpp | 41 // If alpha, beta, gamma or absolute are null or undefined, mark them as not provided. 48 double gamma = info[5]->NumberValue(); local 51 RefPtrWillBeRawPtr<DeviceOrientationData> orientation = DeviceOrientationData::create(alphaProvided, alpha, betaProvided, beta, gammaProvided, gamma, absoluteProvided, absolute);
|
/frameworks/base/libs/hwui/ |
GammaFontRenderer.cpp | 62 // Get the gamma 65 INIT_LOGD(" Setting text gamma to %s", property); 68 INIT_LOGD(" Using default text gamma of %.2f", DEFAULT_TEXT_GAMMA); 71 // Get the black gamma threshold 74 INIT_LOGD(" Setting text black gamma threshold to %s", property); 77 INIT_LOGD(" Using default text black gamma threshold of %d", 81 // Get the white gamma threshold 84 INIT_LOGD(" Setting text white gamma threshold to %s", property); 87 INIT_LOGD(" Using default white black gamma threshold of %d", 100 INIT_LOGD("Creating shader gamma font renderer") 146 const float gamma = 1.0f \/ mGamma; local [all...] |
/external/chromium_org/content/browser/device_sensors/ |
data_fetcher_shared_memory_mac.cc | 53 // x_acc = sin(gamma) 54 // y_acc = - cos(gamma) * sin(beta) 55 // z_acc = cos(beta) * cos(gamma) 65 double gamma = kRad2deg * asin(axis_value[0]); local 68 // this point, beta is [-180, 180] and gamma is [-90, 90], but the spec has 72 if (gamma == 90.0) 73 gamma = nextafter(90, 0); 78 DCHECK_GE(gamma, -90.0); 79 DCHECK_LT(gamma, 90.0); 84 buffer->data.gamma = gamma [all...] |
sensor_manager_android.h | 34 double alpha, double beta, double gamma); 40 double alpha, double beta, double gamma);
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskGamma.h | 28 virtual SkScalar toLuma(SkScalar gamma, SkScalar luminance) const = 0; 30 virtual SkScalar fromLuma(SkScalar gamma, SkScalar luma) const = 0; 33 static U8CPU computeLuminance(SkScalar gamma, SkColor c) { 34 const SkColorSpaceLuminance& luminance = Fetch(gamma); 35 SkScalar r = luminance.toLuma(gamma, SkIntToScalar(SkColorGetR(c)) / 255); 36 SkScalar g = luminance.toLuma(gamma, SkIntToScalar(SkColorGetG(c)) / 255); 37 SkScalar b = luminance.toLuma(gamma, SkIntToScalar(SkColorGetB(c)) / 255); 42 return SkScalarRoundToInt(luminance.fromLuma(gamma, luma) * 255); 45 /** Retrieves the SkColorSpaceLuminance for the given gamma. */ 46 static const SkColorSpaceLuminance& Fetch(SkScalar gamma); [all...] |
/external/skia/src/core/ |
SkMaskGamma.h | 28 virtual SkScalar toLuma(SkScalar gamma, SkScalar luminance) const = 0; 30 virtual SkScalar fromLuma(SkScalar gamma, SkScalar luma) const = 0; 33 static U8CPU computeLuminance(SkScalar gamma, SkColor c) { 34 const SkColorSpaceLuminance& luminance = Fetch(gamma); 35 SkScalar r = luminance.toLuma(gamma, SkIntToScalar(SkColorGetR(c)) / 255); 36 SkScalar g = luminance.toLuma(gamma, SkIntToScalar(SkColorGetG(c)) / 255); 37 SkScalar b = luminance.toLuma(gamma, SkIntToScalar(SkColorGetB(c)) / 255); 42 return SkScalarRoundToInt(luminance.fromLuma(gamma, luma) * 255); 45 /** Retrieves the SkColorSpaceLuminance for the given gamma. */ 46 static const SkColorSpaceLuminance& Fetch(SkScalar gamma); [all...] |
/pdk/apps/CameraITS/tests/scene1/ |
test_auto_vs_manual.py | 73 gamma = sum([[i/63.0,math.pow(i/63.0,1/2.2)] for i in xrange(64)],[]) 75 req["android.tonemap.curveRed"] = gamma 76 req["android.tonemap.curveGreen"] = gamma 77 req["android.tonemap.curveBlue"] = gamma
|
/external/chromium_org/third_party/skia/include/core/ |
SkDeviceProperties.h | 90 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { 91 SkDeviceProperties ret = { geometry, gamma };
|