Home
last modified time | relevance | path

Searched refs:gUseUnpremul (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkArithmeticMode_gpu.cpp21 static const bool gUseUnpremul = false; variable
34 if (gUseUnpremul) { in add_arithmetic_code()
40 if (gUseUnpremul) { in add_arithmetic_code()
47 if (gUseUnpremul) { in add_arithmetic_code()
DSkArithmeticMode.cpp18 static const bool gUseUnpremul = false; variable
113 if (gUseUnpremul) { in xfer32()
173 if (gUseUnpremul && (0xFF != a)) { in xfer32()