HomeSort by relevance Sort by last modified time
    Searched refs:getGamma (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkDeviceProperties.h 23 float getGamma() const { return SK_GAMMA_EXPONENT; }
SkPaint.cpp     [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloChallengeResponse.java 148 public byte[] getGamma(byte[] nonce) throws PoloException {
192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamma(nonce)));
193 return Arrays.equals(gamma, getGamma(nonce));
PairingSession.java 541 byte[] gamma = mChallenge.getGamma(nonce);
  /external/chromium_org/third_party/skia/src/gpu/
GrDistanceFieldTextContext.cpp 153 U8CPU lum = SkColorSpaceLuminance::computeLuminance(fDeviceProperties.getGamma(),
507 SkScalar paintGamma = deviceProperties.getGamma();
508 SkScalar deviceGamma = deviceProperties.getGamma();
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 914 bool getGamma(void);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]

Completed in 220 milliseconds