Searched refs:resultBounds (Results 1 – 5 of 5) sorted by relevance
77 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument79 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()80 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
45 bool init(const SkIRect& resultBounds);
131 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument133 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
48 bool init(const SkIRect& resultBounds);
2041 auto resultBounds = in collapseParallelLoops() local2046 normalizedLowerBounds.push_back(resultBounds.lowerBound); in collapseParallelLoops()2047 normalizedUpperBounds.push_back(resultBounds.upperBound); in collapseParallelLoops()2048 normalizedSteps.push_back(resultBounds.step); in collapseParallelLoops()