Searched refs:outer_thresh (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp166 builder->fsCodeAppendf("\t\tfloat outer_thresh = %s;\n",
172 "\t\t\tif (color.a > outer_thresh) {\n"
173 "\t\t\t\tfloat scale = outer_thresh / color.a;\n"
175 "\t\t\t\tcolor.a = outer_thresh;\n"
206 float outer_thresh = random->nextUScalar1(); local
207 return AlphaThresholdEffect::Create(bmpTex, maskTex, inner_thresh, outer_thresh);
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp175 fsBuilder->codeAppendf("\t\tfloat outer_thresh = %s;\n",
181 "\t\t\tif (color.a > outer_thresh) {\n"
182 "\t\t\t\tfloat scale = outer_thresh / color.a;\n"
184 "\t\t\t\tcolor.a = outer_thresh;\n"
214 float outer_thresh = random->nextUScalar1(); local
215 return AlphaThresholdEffect::Create(bmpTex, maskTex, inner_thresh, outer_thresh);

Completed in 118 milliseconds