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

/external/chromium_org/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp160 coverage_to_exact_alpha().
170 /** coverage_to_exact_alpha() is being used by our blitter, which wants
173 static inline int coverage_to_exact_alpha(int aa) { function
339 coverage_to_exact_alpha(xleft));
346 // Using coverage_to_exact_alpha is not consistent with blitH()
347 const int coverageL = coverage_to_exact_alpha(xleft);
348 const int coverageR = coverage_to_exact_alpha(xrite);
/external/skia/src/core/
H A DSkScan_AntiPath.cpp160 coverage_to_exact_alpha().
170 /** coverage_to_exact_alpha() is being used by our blitter, which wants
173 static inline int coverage_to_exact_alpha(int aa) { function
339 coverage_to_exact_alpha(xleft));
346 // Using coverage_to_exact_alpha is not consistent with blitH()
347 const int coverageL = coverage_to_exact_alpha(xleft);
348 const int coverageR = coverage_to_exact_alpha(xrite);

Completed in 54 milliseconds