Home
last modified time | relevance | path

Searched refs:resultBounds (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrSWMaskHelper.cpp77 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument
79 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()
80 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
DGrSWMaskHelper.h45 bool init(const SkIRect& resultBounds);
/external/skia/src/gpu/
DGrSWMaskHelper.cpp131 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument
133 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()
134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
DGrSWMaskHelper.h48 bool init(const SkIRect& resultBounds);
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2041 auto resultBounds = in collapseParallelLoops() local
2046 normalizedLowerBounds.push_back(resultBounds.lowerBound); in collapseParallelLoops()
2047 normalizedUpperBounds.push_back(resultBounds.upperBound); in collapseParallelLoops()
2048 normalizedSteps.push_back(resultBounds.step); in collapseParallelLoops()