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

  /external/skia/src/ports/
SkFontHost_gamma.cpp 20 void skia_set_text_gamma(float blackGamma, float whiteGamma);
26 void skia_set_text_gamma(float blackGamma, float whiteGamma) {}
49 void skia_set_text_gamma(float blackGamma, float whiteGamma) {
50 gBlackGammaCoeff = blackGamma;
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 66 const float blackGamma = gamma;
73 const float black = pow(v, blackGamma);
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 163 static void Typeface_setGammaForText(JNIEnv* env, jobject, jfloat blackGamma,
166 skia_set_text_gamma(pinGamma(blackGamma), pinGamma(whiteGamma));
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 184 * @param blackGamma gamma coefficient for black text
189 public static native void setGammaForText(float blackGamma, float whiteGamma);
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 339 float blackGamma = mGamma / GAMMA_RANGE;
340 Typeface.setGammaForText(blackGamma, 1 / blackGamma);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 192 /*package*/ static void setGammaForText(float blackGamma, float whiteGamma) {

Completed in 2596 milliseconds