HomeSort by relevance Sort by last modified time
    Searched defs:sectBounds (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScan_AntiPath.cpp 78 SkIRect sectBounds;
82 sectBounds = clipBounds;
84 if (!sectBounds.intersect(ir, clipBounds)) {
85 sectBounds.setEmpty();
89 const int left = sectBounds.left();
90 const int right = sectBounds.right();
95 fTop = sectBounds.top();
  /external/skqp/src/core/
SkScan_AntiPath.cpp 78 SkIRect sectBounds;
82 sectBounds = clipBounds;
84 if (!sectBounds.intersect(ir, clipBounds)) {
85 sectBounds.setEmpty();
89 const int left = sectBounds.left();
90 const int right = sectBounds.right();
95 fTop = sectBounds.top();

Completed in 82 milliseconds