Searched refs:resultBounds (Results 1 – 4 of 4) sorted by relevance
78 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument80 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()81 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
46 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);