Searched refs:whiteGamma (Results 1 – 4 of 4) sorted by relevance
67 const float whiteGamma = 1.0f / gamma; in GammaFontRenderer() local74 const float white = pow(v, whiteGamma); in GammaFontRenderer()
164 jfloat whiteGamma) { in Typeface_setGammaForText() argument166 skia_set_text_gamma(pinGamma(blackGamma), pinGamma(whiteGamma)); in Typeface_setGammaForText()
189 public static native void setGammaForText(float blackGamma, float whiteGamma); in setGammaForText() argument
192 /*package*/ static void setGammaForText(float blackGamma, float whiteGamma) { in setGammaForText() argument