HomeSort by relevance Sort by last modified time
    Searched refs:coverage_to_exact_alpha (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 160 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/
SkScan_AntiPath.cpp 160 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 334 milliseconds