Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp83 SkIRect sectBounds; in BaseSuperBlitter() local
87 sectBounds = clipBounds; in BaseSuperBlitter()
89 if (!sectBounds.intersect(ir, clipBounds)) { in BaseSuperBlitter()
90 sectBounds.setEmpty(); in BaseSuperBlitter()
94 const int left = sectBounds.left(); in BaseSuperBlitter()
95 const int right = sectBounds.right(); in BaseSuperBlitter()
100 fTop = sectBounds.top(); in BaseSuperBlitter()
H A DSkScan_AAAPath.cpp381 SkIRect sectBounds;
385 sectBounds = clipBounds;
387 if (!sectBounds.intersect(ir, clipBounds)) {
388 sectBounds.setEmpty();
392 const int left = sectBounds.left();
393 const int right = sectBounds.right();
397 fTop = sectBounds.top();

Completed in 4 milliseconds