Searched defs:noRealBlitter (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 657 bool noRealBlitter, in blit_single_alpha() 684 bool noRealBlitter, in blit_two_alphas() 711 bool noRealBlitter, in blit_full_alpha() 741 bool noRealBlitter, in blit_aaa_trapezoid_row() 854 bool noRealBlitter = false, in blit_trapezoid_row() 1458 bool noRealBlitter, in blit_saved_trapezoid() 1502 bool noRealBlitter, in deferred_blit() 1634 bool noRealBlitter = forceRLE; // forceRLE && (nextY - y != SK_Fixed1); in aaa_walk_edges() local
|
/external/skqp/src/core/ |
D | SkScan_AAAPath.cpp | 649 bool isUsingMask, bool noRealBlitter, bool needSafeCheck) { in blit_single_alpha() 669 bool isUsingMask, bool noRealBlitter, bool needSafeCheck) { in blit_two_alphas() 691 bool noRealBlitter, bool needSafeCheck) { in blit_full_alpha() 712 bool isUsingMask, bool noRealBlitter, bool needSafeCheck) { in blit_aaa_trapezoid_row() 813 SkAlpha* maskRow, bool isUsingMask, bool noRealBlitter = false, in blit_trapezoid_row() 1324 AdditiveBlitter* blitter, SkAlpha* maskRow, bool isUsingMask, bool noRealBlitter, in blit_saved_trapezoid() 1350 AdditiveBlitter* blitter, SkAlpha* maskRow, bool isUsingMask, bool noRealBlitter, in deferred_blit() 1451 bool noRealBlitter = forceRLE; // forceRLE && (nextY - y != SK_Fixed1); in aaa_walk_edges() local
|