Searched refs:luminance (Results 1 – 7 of 7) sorted by relevance
28 static int luminance(const SkPaint* paint) { in luminance() function108 const int l = luminance(paint); in describe()239 const int l = luminance(paint); in getFontRenderer()
39 ; * alpha blocks spatially corresponding to luminance
60 ; * [in] videoComp video component type (luminance, chrominance or
796 const float luminance = (r * 2.0f + g * 5.0f + b) / 8.0f; in setFontColor() local797 if (luminance <= mBlackThreshold) { in setFontColor()799 } else if (luminance >= mWhiteThreshold) { in setFontColor()
829 # the luminance component of the colors in the HTML output. Values below