Searched refs:noRealBlitter (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 657 bool noRealBlitter, in blit_single_alpha() argument 660 if (fullAlpha == 0xFF && !noRealBlitter) { // noRealBlitter is needed for concave paths in blit_single_alpha() 668 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_single_alpha() 684 bool noRealBlitter, in blit_two_alphas() argument 695 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_two_alphas() 711 bool noRealBlitter, in blit_full_alpha() argument 722 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_full_alpha() 741 bool noRealBlitter, in blit_aaa_trapezoid_row() argument 755 noRealBlitter, in blit_aaa_trapezoid_row() 830 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_aaa_trapezoid_row() [all …]
|
/external/skqp/src/core/ |
D | SkScan_AAAPath.cpp | 649 bool isUsingMask, bool noRealBlitter, bool needSafeCheck) { in blit_single_alpha() argument 651 if (fullAlpha == 0xFF && !noRealBlitter) { // noRealBlitter is needed for concave paths in blit_single_alpha() 659 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_single_alpha() 669 bool isUsingMask, bool noRealBlitter, bool needSafeCheck) { in blit_two_alphas() argument 679 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_two_alphas() 691 bool noRealBlitter, bool needSafeCheck) { in blit_full_alpha() argument 701 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_full_alpha() 712 bool isUsingMask, bool noRealBlitter, bool needSafeCheck) { in blit_aaa_trapezoid_row() argument 718 blit_single_alpha(blitter, y, L, alpha, fullAlpha, maskRow, isUsingMask, noRealBlitter, in blit_aaa_trapezoid_row() 797 if (fullAlpha == 0xFF && !noRealBlitter) { in blit_aaa_trapezoid_row() [all …]
|