Searched refs:coverage_to_partial_alpha (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkScan_AntiPath.cpp | 189 static inline int coverage_to_partial_alpha(int aa) { in coverage_to_partial_alpha() function 251 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_partial_alpha(fb), in blitH() 252 n, coverage_to_partial_alpha(fe), in blitH() 572 add_aa_span(row, coverage_to_partial_alpha(fe - fb)); in blitH() 577 add_aa_span(row, coverage_to_partial_alpha(fb), in blitH() 578 n, coverage_to_partial_alpha(fe), in blitH()
|
/external/skia/src/core/ |
D | SkScan_AntiPath.cpp | 189 static inline int coverage_to_partial_alpha(int aa) { in coverage_to_partial_alpha() function 251 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_partial_alpha(fb), in blitH() 252 n, coverage_to_partial_alpha(fe), in blitH() 572 add_aa_span(row, coverage_to_partial_alpha(fe - fb)); in blitH() 577 add_aa_span(row, coverage_to_partial_alpha(fb), in blitH() 578 n, coverage_to_partial_alpha(fe), in blitH()
|