Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp409 static bool CanHandleRect(const SkIRect& bounds) {
444 SkASSERT(CanHandleRect(ir));
694 if (!isInverse && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) {
H A DSkScan_AAAPath.cpp172 static bool CanHandleRect(const SkIRect& bounds) { in CanHandleRect() function in MaskAdditiveBlitter
213 SkASSERT(CanHandleRect(ir)); in MaskAdditiveBlitter()
1967 // the blit region is small enough (i.e., CanHandleRect(ir)). When isInverse is true, the blit
1972 if (MaskAdditiveBlitter::CanHandleRect(ir) && !isInverse && !forceRLE) {

Completed in 4 milliseconds