Searched refs:lcdDelta (Results 1 – 1 of 1) sorted by relevance
551 SkScalar lcdDelta = 1.0f / (3.0f * atlas->width()); in onEmitCode() local553 fragBuilder->codeAppendf("float delta = -%.*f;\n", SK_FLT_DECIMAL_DIG, lcdDelta); in onEmitCode()555 fragBuilder->codeAppendf("float delta = %.*f;\n", SK_FLT_DECIMAL_DIG, lcdDelta); in onEmitCode()